public final class com.google.protobuf.Type extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.TypeOrBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.Type
  super_class: com.google.protobuf.GeneratedMessageV3
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int NAME_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private volatile java.lang.Object name_;
    descriptor: Ljava/lang/Object;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public static final int FIELDS_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private java.util.List<com.google.protobuf.Field> fields_;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/google/protobuf/Field;>;

  public static final int ONEOFS_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private com.google.protobuf.LazyStringList oneofs_;
    descriptor: Lcom/google/protobuf/LazyStringList;
    flags: (0x0002) ACC_PRIVATE

  public static final int OPTIONS_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private java.util.List<com.google.protobuf.Option> options_;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/google/protobuf/Option;>;

  public static final int SOURCE_CONTEXT_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private com.google.protobuf.SourceContext sourceContext_;
    descriptor: Lcom/google/protobuf/SourceContext;
    flags: (0x0002) ACC_PRIVATE

  public static final int SYNTAX_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private int syntax_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte memoizedIsInitialized;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private static final com.google.protobuf.Type DEFAULT_INSTANCE;
    descriptor: Lcom/google/protobuf/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final com.google.protobuf.Parser<com.google.protobuf.Type> PARSER;
    descriptor: Lcom/google/protobuf/Parser;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/protobuf/Parser<Lcom/google/protobuf/Type;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 2030
            new com.google.protobuf.Type
            dup
            invokespecial com.google.protobuf.Type.<init>:()V
            putstatic com.google.protobuf.Type.DEFAULT_INSTANCE:Lcom/google/protobuf/Type;
         1: .line 2038
            new com.google.protobuf.Type$1
            dup
            invokespecial com.google.protobuf.Type$1.<init>:()V
            putstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
         2: .line 2046
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.google.protobuf.GeneratedMessageV3$Builder<?>);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
         0: .line 20
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
         1: .line 421
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.Type.memoizedIsInitialized:B
         2: .line 21
            return
        end local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/protobuf/Type;
            0    3     1  builder  Lcom/google/protobuf/GeneratedMessageV3$Builder<*>;
    Signature: (Lcom/google/protobuf/GeneratedMessageV3$Builder<*>;)V
    MethodParameters:
         Name  Flags
      builder  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 22
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:()V
         1: .line 421
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.Type.memoizedIsInitialized:B
         2: .line 23
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.Type.name_:Ljava/lang/Object;
         3: .line 24
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Type.fields_:Ljava/util/List;
         4: .line 25
            aload 0 /* this */
            getstatic com.google.protobuf.LazyStringArrayList.EMPTY:Lcom/google/protobuf/LazyStringList;
            putfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
         5: .line 26
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Type.options_:Ljava/util/List;
         6: .line 27
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Type.syntax_:I
         7: .line 28
            return
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Type;

  protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$UnusedPrivateParameter;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused
         0: .line 34
            new com.google.protobuf.Type
            dup
            invokespecial com.google.protobuf.Type.<init>:()V
            areturn
        end local 1 // com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/Type;
            0    1     1  unused  Lcom/google/protobuf/GeneratedMessageV3$UnusedPrivateParameter;
    MethodParameters:
        Name  Flags
      unused  

  public final com.google.protobuf.UnknownFieldSet getUnknownFields();
    descriptor: ()Lcom/google/protobuf/UnknownFieldSet;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 40
            aload 0 /* this */
            getfield com.google.protobuf.Type.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;

  private void <init>(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // com.google.protobuf.Type this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 46
            aload 0 /* this */
            invokespecial com.google.protobuf.Type.<init>:()V
         1: .line 47
            aload 2 /* extensionRegistry */
            ifnonnull 3
         2: .line 48
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 50
      StackMap locals: com.google.protobuf.Type com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite
      StackMap stack:
            iconst_0
            istore 3 /* mutable_bitField0_ */
        start local 3 // int mutable_bitField0_
         4: .line 52
            invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
         5: .line 51
            astore 4 /* unknownFields */
        start local 4 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
         6: .line 54
            iconst_0
            istore 5 /* done */
        start local 5 // boolean done
         7: .line 55
            goto 51
         8: .line 56
      StackMap locals: int com.google.protobuf.UnknownFieldSet$Builder int
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 6 /* tag */
        start local 6 // int tag
         9: .line 57
            iload 6 /* tag */
            lookupswitch { // 7
                    0: 10
                   10: 12
                   18: 15
                   26: 22
                   34: 28
                   42: 35
                   48: 43
              default: 46
          }
        10: .line 59
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 5 /* done */
        11: .line 60
            goto 51
        12: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readStringRequireUtf8:()Ljava/lang/String;
            astore 7 /* s */
        start local 7 // java.lang.String s
        13: .line 64
            aload 0 /* this */
            aload 7 /* s */
            putfield com.google.protobuf.Type.name_:Ljava/lang/Object;
        14: .line 65
            goto 51
        end local 7 // java.lang.String s
        15: .line 68
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifne 18
        16: .line 69
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.google.protobuf.Type.fields_:Ljava/util/List;
        17: .line 70
            iload 3 /* mutable_bitField0_ */
            iconst_1
            ior
            istore 3 /* mutable_bitField0_ */
        18: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
        19: .line 73
            aload 1 /* input */
            invokestatic com.google.protobuf.Field.parser:()Lcom/google/protobuf/Parser;
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStream.readMessage:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
            checkcast com.google.protobuf.Field
        20: .line 72
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        21: .line 74
            goto 51
        22: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readStringRequireUtf8:()Ljava/lang/String;
            astore 7 /* s */
        start local 7 // java.lang.String s
        23: .line 78
            iload 3 /* mutable_bitField0_ */
            iconst_2
            iand
            ifne 26
        24: .line 79
            aload 0 /* this */
            new com.google.protobuf.LazyStringArrayList
            dup
            invokespecial com.google.protobuf.LazyStringArrayList.<init>:()V
            putfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
        25: .line 80
            iload 3 /* mutable_bitField0_ */
            iconst_2
            ior
            istore 3 /* mutable_bitField0_ */
        26: .line 82
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            aload 7 /* s */
            invokeinterface com.google.protobuf.LazyStringList.add:(Ljava/lang/Object;)Z
            pop
        27: .line 83
            goto 51
        end local 7 // java.lang.String s
        28: .line 86
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_4
            iand
            ifne 31
        29: .line 87
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.google.protobuf.Type.options_:Ljava/util/List;
        30: .line 88
            iload 3 /* mutable_bitField0_ */
            iconst_4
            ior
            istore 3 /* mutable_bitField0_ */
        31: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
        32: .line 91
            aload 1 /* input */
            invokestatic com.google.protobuf.Option.parser:()Lcom/google/protobuf/Parser;
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStream.readMessage:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
            checkcast com.google.protobuf.Option
        33: .line 90
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        34: .line 92
            goto 51
        35: .line 95
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 7 /* subBuilder */
        start local 7 // com.google.protobuf.SourceContext$Builder subBuilder
        36: .line 96
            aload 0 /* this */
            getfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnull 38
        37: .line 97
            aload 0 /* this */
            getfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.SourceContext.toBuilder:()Lcom/google/protobuf/SourceContext$Builder;
            astore 7 /* subBuilder */
        38: .line 99
      StackMap locals: com.google.protobuf.SourceContext$Builder
      StackMap stack:
            aload 0 /* this */
            aload 1 /* input */
            invokestatic com.google.protobuf.SourceContext.parser:()Lcom/google/protobuf/Parser;
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStream.readMessage:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
            checkcast com.google.protobuf.SourceContext
            putfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
        39: .line 100
            aload 7 /* subBuilder */
            ifnull 51
        40: .line 101
            aload 7 /* subBuilder */
            aload 0 /* this */
            getfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.SourceContext$Builder.mergeFrom:(Lcom/google/protobuf/SourceContext;)Lcom/google/protobuf/SourceContext$Builder;
            pop
        41: .line 102
            aload 0 /* this */
            aload 7 /* subBuilder */
            invokevirtual com.google.protobuf.SourceContext$Builder.buildPartial:()Lcom/google/protobuf/SourceContext;
            putfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
        42: .line 105
            goto 51
        end local 7 // com.google.protobuf.SourceContext$Builder subBuilder
        43: .line 108
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readEnum:()I
            istore 7 /* rawValue */
        start local 7 // int rawValue
        44: .line 110
            aload 0 /* this */
            iload 7 /* rawValue */
            putfield com.google.protobuf.Type.syntax_:I
        45: .line 111
            goto 51
        end local 7 // int rawValue
        46: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        47: .line 115
            aload 1 /* input */
            aload 4 /* unknownFields */
            aload 2 /* extensionRegistry */
            iload 6 /* tag */
        48: .line 114
            invokevirtual com.google.protobuf.Type.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
        49: .line 115
            ifne 51
        50: .line 116
            iconst_1
            istore 5 /* done */
        end local 6 // int tag
        51: .line 55
      StackMap locals:
      StackMap stack:
            iload 5 /* done */
            ifeq 8
        end local 5 // boolean done
        52: .line 122
            goto 71
      StackMap locals: com.google.protobuf.Type com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
        53: astore 5 /* e */
        start local 5 // com.google.protobuf.InvalidProtocolBufferException e
        54: .line 123
            aload 5 /* e */
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
        end local 5 // com.google.protobuf.InvalidProtocolBufferException e
        55: .line 124
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        56: .line 125
            new com.google.protobuf.InvalidProtocolBufferException
            dup
        57: .line 126
            aload 5 /* e */
        58: .line 125
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/io/IOException;)V
        59: .line 126
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
        60: .line 125
            athrow
        end local 5 // java.io.IOException e
        61: .line 127
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        62: .line 128
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 64
        63: .line 129
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Type.fields_:Ljava/util/List;
        64: .line 131
      StackMap locals: com.google.protobuf.Type com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder top top top java.lang.Throwable
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_2
            iand
            ifeq 66
        65: .line 132
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.getUnmodifiableView:()Lcom/google/protobuf/LazyStringList;
            putfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
        66: .line 134
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_4
            iand
            ifeq 68
        67: .line 135
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Type.options_:Ljava/util/List;
        68: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* unknownFields */
            invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
            putfield com.google.protobuf.Type.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        69: .line 138
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.makeExtensionsImmutable:()V
        70: .line 139
            aload 8
            athrow
        71: .line 128
      StackMap locals: com.google.protobuf.Type com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 73
        72: .line 129
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Type.fields_:Ljava/util/List;
        73: .line 131
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_2
            iand
            ifeq 75
        74: .line 132
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.getUnmodifiableView:()Lcom/google/protobuf/LazyStringList;
            putfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
        75: .line 134
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_4
            iand
            ifeq 77
        76: .line 135
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Type.options_:Ljava/util/List;
        77: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* unknownFields */
            invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
            putfield com.google.protobuf.Type.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        78: .line 138
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.makeExtensionsImmutable:()V
        79: .line 140
            return
        end local 4 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
        end local 3 // int mutable_bitField0_
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   80     0                this  Lcom/google/protobuf/Type;
            0   80     1               input  Lcom/google/protobuf/CodedInputStream;
            0   80     2   extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            4   80     3  mutable_bitField0_  I
            6   80     4       unknownFields  Lcom/google/protobuf/UnknownFieldSet$Builder;
            7   52     5                done  Z
            9   51     6                 tag  I
           13   15     7                   s  Ljava/lang/String;
           23   28     7                   s  Ljava/lang/String;
           36   43     7          subBuilder  Lcom/google/protobuf/SourceContext$Builder;
           44   46     7            rawValue  I
           54   55     5                   e  Lcom/google/protobuf/InvalidProtocolBufferException;
           56   61     5                   e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6    52      53  Class com.google.protobuf.InvalidProtocolBufferException
           6    52      55  Class java.io.IOException
           6    61      61  any
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public static final com.google.protobuf.Descriptors$Descriptor getDescriptor();
    descriptor: ()Lcom/google/protobuf/Descriptors$Descriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=0, args_size=0
         0: .line 143
            getstatic com.google.protobuf.TypeProto.internal_static_google_protobuf_Type_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable();
    descriptor: ()Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 149
            getstatic com.google.protobuf.TypeProto.internal_static_google_protobuf_Type_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 151
            ldc Lcom/google/protobuf/Type;
            ldc Lcom/google/protobuf/Type$Builder;
         2: .line 150
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 149
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Type;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 165
            aload 0 /* this */
            getfield com.google.protobuf.Type.name_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 166
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 3
         2: .line 167
            aload 1 /* ref */
            checkcast java.lang.String
            areturn
         3: .line 170
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
         4: .line 169
            astore 2 /* bs */
        start local 2 // com.google.protobuf.ByteString bs
         5: .line 171
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         6: .line 172
            aload 0 /* this */
            aload 3 /* s */
            putfield com.google.protobuf.Type.name_:Ljava/lang/Object;
         7: .line 173
            aload 3 /* s */
            areturn
        end local 3 // java.lang.String s
        end local 2 // com.google.protobuf.ByteString bs
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Type;
            1    8     1   ref  Ljava/lang/Object;
            5    8     2    bs  Lcom/google/protobuf/ByteString;
            6    8     3     s  Ljava/lang/String;

  public com.google.protobuf.ByteString getNameBytes();
    descriptor: ()Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 186
            aload 0 /* this */
            getfield com.google.protobuf.Type.name_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 187
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 7
         2: .line 190
            aload 1 /* ref */
            checkcast java.lang.String
         3: .line 189
            invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
         4: .line 188
            astore 2 /* b */
        start local 2 // com.google.protobuf.ByteString b
         5: .line 191
            aload 0 /* this */
            aload 2 /* b */
            putfield com.google.protobuf.Type.name_:Ljava/lang/Object;
         6: .line 192
            aload 2 /* b */
            areturn
        end local 2 // com.google.protobuf.ByteString b
         7: .line 194
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
            areturn
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Type;
            1    8     1   ref  Ljava/lang/Object;
            5    7     2     b  Lcom/google/protobuf/ByteString;

  public java.util.List<com.google.protobuf.Field> getFieldsList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 208
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Field;>;

  public java.util.List<? extends com.google.protobuf.FieldOrBuilder> getFieldsOrBuilderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 219
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;
    Signature: ()Ljava/util/List<+Lcom/google/protobuf/FieldOrBuilder;>;

  public int getFieldsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 229
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;

  public com.google.protobuf.Field getFields(int);
    descriptor: (I)Lcom/google/protobuf/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // int index
         0: .line 239
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.Field
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Type;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.FieldOrBuilder getFieldsOrBuilder(int);
    descriptor: (I)Lcom/google/protobuf/FieldOrBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // int index
         0: .line 250
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.FieldOrBuilder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Type;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.ProtocolStringList getOneofsList();
    descriptor: ()Lcom/google/protobuf/ProtocolStringList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 265
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;

  public int getOneofsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 276
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.size:()I
            ireturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;

  public java.lang.String getOneofs(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // int index
         0: .line 288
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            iload 1 /* index */
            invokeinterface com.google.protobuf.LazyStringList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Type;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.ByteString getOneofsBytes(int);
    descriptor: (I)Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // int index
         0: .line 301
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            iload 1 /* index */
            invokeinterface com.google.protobuf.LazyStringList.getByteString:(I)Lcom/google/protobuf/ByteString;
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Type;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.util.List<com.google.protobuf.Option> getOptionsList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 314
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Option;>;

  public java.util.List<? extends com.google.protobuf.OptionOrBuilder> getOptionsOrBuilderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 325
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;
    Signature: ()Ljava/util/List<+Lcom/google/protobuf/OptionOrBuilder;>;

  public int getOptionsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 335
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;

  public com.google.protobuf.Option getOptions(int);
    descriptor: (I)Lcom/google/protobuf/Option;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // int index
         0: .line 345
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.Option
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Type;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder(int);
    descriptor: (I)Lcom/google/protobuf/OptionOrBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // int index
         0: .line 356
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.OptionOrBuilder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Type;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean hasSourceContext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 370
            aload 0 /* this */
            getfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Type;

  public com.google.protobuf.SourceContext getSourceContext();
    descriptor: ()Lcom/google/protobuf/SourceContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 381
            aload 0 /* this */
            getfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnonnull 1
            invokestatic com.google.protobuf.SourceContext.getDefaultInstance:()Lcom/google/protobuf/SourceContext;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
      StackMap locals:
      StackMap stack: com.google.protobuf.SourceContext
         2: areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Type;

  public com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder();
    descriptor: ()Lcom/google/protobuf/SourceContextOrBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 391
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getSourceContext:()Lcom/google/protobuf/SourceContext;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;

  public int getSyntaxValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 405
            aload 0 /* this */
            getfield com.google.protobuf.Type.syntax_:I
            ireturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;

  public com.google.protobuf.Syntax getSyntax();
    descriptor: ()Lcom/google/protobuf/Syntax;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 417
            aload 0 /* this */
            getfield com.google.protobuf.Type.syntax_:I
            invokestatic com.google.protobuf.Syntax.valueOf:(I)Lcom/google/protobuf/Syntax;
            astore 1 /* result */
        start local 1 // com.google.protobuf.Syntax result
         1: .line 418
            aload 1 /* result */
            ifnonnull 2
            getstatic com.google.protobuf.Syntax.UNRECOGNIZED:Lcom/google/protobuf/Syntax;
            goto 3
      StackMap locals: com.google.protobuf.Syntax
      StackMap stack:
         2: aload 1 /* result */
      StackMap locals:
      StackMap stack: com.google.protobuf.Syntax
         3: areturn
        end local 1 // com.google.protobuf.Syntax result
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/protobuf/Type;
            1    4     1  result  Lcom/google/protobuf/Syntax;

  public final boolean isInitialized();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 424
            aload 0 /* this */
            getfield com.google.protobuf.Type.memoizedIsInitialized:B
            istore 1 /* isInitialized */
        start local 1 // byte isInitialized
         1: .line 425
            iload 1 /* isInitialized */
            iconst_1
            if_icmpne 2
            iconst_1
            ireturn
         2: .line 426
      StackMap locals: int
      StackMap stack:
            iload 1 /* isInitialized */
            ifne 3
            iconst_0
            ireturn
         3: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.Type.memoizedIsInitialized:B
         4: .line 429
            iconst_1
            ireturn
        end local 1 // byte isInitialized
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/google/protobuf/Type;
            1    5     1  isInitialized  B

  public void writeTo(com.google.protobuf.CodedOutputStream);
    descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 435
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getNameBytes:()Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.isEmpty:()Z
            ifne 2
         1: .line 436
            aload 1 /* output */
            iconst_1
            aload 0 /* this */
            getfield com.google.protobuf.Type.name_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.writeString:(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
         2: .line 438
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 439
      StackMap locals: int
      StackMap stack:
            aload 1 /* output */
            iconst_2
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.MessageLite
            invokevirtual com.google.protobuf.CodedOutputStream.writeMessage:(ILcom/google/protobuf/MessageLite;)V
         5: .line 438
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 2 // int i
         7: .line 441
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 11
         9: .line 442
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iconst_3
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            iload 2 /* i */
            invokeinterface com.google.protobuf.LazyStringList.getRaw:(I)Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.writeString:(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
        10: .line 441
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.size:()I
            if_icmplt 9
        end local 2 // int i
        12: .line 444
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        13: goto 16
        14: .line 445
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iconst_4
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.MessageLite
            invokevirtual com.google.protobuf.CodedOutputStream.writeMessage:(ILcom/google/protobuf/MessageLite;)V
        15: .line 444
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 14
        end local 2 // int i
        17: .line 447
            aload 0 /* this */
            getfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnull 19
        18: .line 448
            aload 1 /* output */
            iconst_5
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getSourceContext:()Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.CodedOutputStream.writeMessage:(ILcom/google/protobuf/MessageLite;)V
        19: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Type.syntax_:I
            getstatic com.google.protobuf.Syntax.SYNTAX_PROTO2:Lcom/google/protobuf/Syntax;
            invokevirtual com.google.protobuf.Syntax.getNumber:()I
            if_icmpeq 21
        20: .line 451
            aload 1 /* output */
            bipush 6
            aload 0 /* this */
            getfield com.google.protobuf.Type.syntax_:I
            invokevirtual com.google.protobuf.CodedOutputStream.writeEnum:(II)V
        21: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Type.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 1 /* output */
            invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
        22: .line 454
            return
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lcom/google/protobuf/Type;
            0   23     1  output  Lcom/google/protobuf/CodedOutputStream;
            3    7     2       i  I
            8   12     2       i  I
           13   17     2       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  

  public int getSerializedSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 458
            aload 0 /* this */
            getfield com.google.protobuf.Type.memoizedSize:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 459
            iload 1 /* size */
            iconst_m1
            if_icmpeq 2
            iload 1 /* size */
            ireturn
         2: .line 461
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* size */
         3: .line 462
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getNameBytes:()Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.isEmpty:()Z
            ifne 5
         4: .line 463
            iload 1 /* size */
            iconst_1
            aload 0 /* this */
            getfield com.google.protobuf.Type.name_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.computeStringSize:(ILjava/lang/Object;)I
            iadd
            istore 1 /* size */
         5: .line 465
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 466
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
         8: .line 467
            iconst_2
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.MessageLite
            invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
            iadd
            istore 1 /* size */
         9: .line 465
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Type.fields_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 7
        end local 2 // int i
        11: .line 470
            iconst_0
            istore 2 /* dataSize */
        start local 2 // int dataSize
        12: .line 471
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        13: goto 16
        14: .line 472
      StackMap locals: int
      StackMap stack:
            iload 2 /* dataSize */
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            iload 3 /* i */
            invokeinterface com.google.protobuf.LazyStringList.getRaw:(I)Ljava/lang/Object;
            invokestatic com.google.protobuf.Type.computeStringSizeNoTag:(Ljava/lang/Object;)I
            iadd
            istore 2 /* dataSize */
        15: .line 471
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Type.oneofs_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.size:()I
            if_icmplt 14
        end local 3 // int i
        17: .line 474
            iload 1 /* size */
            iload 2 /* dataSize */
            iadd
            istore 1 /* size */
        18: .line 475
            iload 1 /* size */
            iconst_1
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getOneofsList:()Lcom/google/protobuf/ProtocolStringList;
            invokeinterface com.google.protobuf.ProtocolStringList.size:()I
            imul
            iadd
            istore 1 /* size */
        end local 2 // int dataSize
        19: .line 477
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        20: goto 24
        21: .line 478
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
        22: .line 479
            iconst_4
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.MessageLite
            invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
            iadd
            istore 1 /* size */
        23: .line 477
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Type.options_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 21
        end local 2 // int i
        25: .line 481
            aload 0 /* this */
            getfield com.google.protobuf.Type.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnull 28
        26: .line 482
            iload 1 /* size */
        27: .line 483
            iconst_5
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getSourceContext:()Lcom/google/protobuf/SourceContext;
            invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
            iadd
            istore 1 /* size */
        28: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Type.syntax_:I
            getstatic com.google.protobuf.Syntax.SYNTAX_PROTO2:Lcom/google/protobuf/Syntax;
            invokevirtual com.google.protobuf.Syntax.getNumber:()I
            if_icmpeq 31
        29: .line 486
            iload 1 /* size */
        30: .line 487
            bipush 6
            aload 0 /* this */
            getfield com.google.protobuf.Type.syntax_:I
            invokestatic com.google.protobuf.CodedOutputStream.computeEnumSize:(II)I
            iadd
            istore 1 /* size */
        31: .line 489
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield com.google.protobuf.Type.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
            iadd
            istore 1 /* size */
        32: .line 490
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.Type.memoizedSize:I
        33: .line 491
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   34     0      this  Lcom/google/protobuf/Type;
            1   34     1      size  I
            6   11     2         i  I
           12   19     2  dataSize  I
           13   17     3         i  I
           20   25     2         i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // java.lang.Object obj
         0: .line 496
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 497
            iconst_1
            ireturn
         2: .line 499
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.google.protobuf.Type
            ifne 4
         3: .line 500
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.google.protobuf.GeneratedMessageV3.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 502
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.protobuf.Type
            astore 2 /* other */
        start local 2 // com.google.protobuf.Type other
         5: .line 504
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getName:()Ljava/lang/String;
         6: .line 505
            aload 2 /* other */
            invokevirtual com.google.protobuf.Type.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            iconst_0
            ireturn
         7: .line 506
      StackMap locals: com.google.protobuf.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getFieldsList:()Ljava/util/List;
         8: .line 507
            aload 2 /* other */
            invokevirtual com.google.protobuf.Type.getFieldsList:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 9
            iconst_0
            ireturn
         9: .line 508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getOneofsList:()Lcom/google/protobuf/ProtocolStringList;
        10: .line 509
            aload 2 /* other */
            invokevirtual com.google.protobuf.Type.getOneofsList:()Lcom/google/protobuf/ProtocolStringList;
            invokeinterface com.google.protobuf.ProtocolStringList.equals:(Ljava/lang/Object;)Z
            ifne 11
            iconst_0
            ireturn
        11: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getOptionsList:()Ljava/util/List;
        12: .line 511
            aload 2 /* other */
            invokevirtual com.google.protobuf.Type.getOptionsList:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 13
            iconst_0
            ireturn
        13: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.hasSourceContext:()Z
            aload 2 /* other */
            invokevirtual com.google.protobuf.Type.hasSourceContext:()Z
            if_icmpeq 14
            iconst_0
            ireturn
        14: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.hasSourceContext:()Z
            ifeq 17
        15: .line 514
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getSourceContext:()Lcom/google/protobuf/SourceContext;
        16: .line 515
            aload 2 /* other */
            invokevirtual com.google.protobuf.Type.getSourceContext:()Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.SourceContext.equals:(Ljava/lang/Object;)Z
            ifne 17
            iconst_0
            ireturn
        17: .line 517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Type.syntax_:I
            aload 2 /* other */
            getfield com.google.protobuf.Type.syntax_:I
            if_icmpeq 18
            iconst_0
            ireturn
        18: .line 518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Type.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 2 /* other */
            getfield com.google.protobuf.Type.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.equals:(Ljava/lang/Object;)Z
            ifne 19
            iconst_0
            ireturn
        19: .line 519
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.google.protobuf.Type other
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lcom/google/protobuf/Type;
            0   20     1    obj  Ljava/lang/Object;
            5   20     2  other  Lcom/google/protobuf/Type;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 524
            aload 0 /* this */
            getfield com.google.protobuf.Type.memoizedHashCode:I
            ifeq 2
         1: .line 525
            aload 0 /* this */
            getfield com.google.protobuf.Type.memoizedHashCode:I
            ireturn
         2: .line 527
      StackMap locals:
      StackMap stack:
            bipush 41
            istore 1 /* hash */
        start local 1 // int hash
         3: .line 528
            bipush 19
            iload 1 /* hash */
            imul
            invokestatic com.google.protobuf.Type.getDescriptor:()Lcom/google/protobuf/Descriptors$Descriptor;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 529
            bipush 37
            iload 1 /* hash */
            imul
            iconst_1
            iadd
            istore 1 /* hash */
         5: .line 530
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* hash */
         6: .line 531
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getFieldsCount:()I
            ifle 9
         7: .line 532
            bipush 37
            iload 1 /* hash */
            imul
            iconst_2
            iadd
            istore 1 /* hash */
         8: .line 533
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getFieldsList:()Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* hash */
         9: .line 535
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getOneofsCount:()I
            ifle 12
        10: .line 536
            bipush 37
            iload 1 /* hash */
            imul
            iconst_3
            iadd
            istore 1 /* hash */
        11: .line 537
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getOneofsList:()Lcom/google/protobuf/ProtocolStringList;
            invokeinterface com.google.protobuf.ProtocolStringList.hashCode:()I
            iadd
            istore 1 /* hash */
        12: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getOptionsCount:()I
            ifle 15
        13: .line 540
            bipush 37
            iload 1 /* hash */
            imul
            iconst_4
            iadd
            istore 1 /* hash */
        14: .line 541
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getOptionsList:()Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* hash */
        15: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.hasSourceContext:()Z
            ifeq 18
        16: .line 544
            bipush 37
            iload 1 /* hash */
            imul
            iconst_5
            iadd
            istore 1 /* hash */
        17: .line 545
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type.getSourceContext:()Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.SourceContext.hashCode:()I
            iadd
            istore 1 /* hash */
        18: .line 547
      StackMap locals:
      StackMap stack:
            bipush 37
            iload 1 /* hash */
            imul
            bipush 6
            iadd
            istore 1 /* hash */
        19: .line 548
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.Type.syntax_:I
            iadd
            istore 1 /* hash */
        20: .line 549
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.Type.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.hashCode:()I
            iadd
            istore 1 /* hash */
        21: .line 550
            aload 0 /* this */
            iload 1 /* hash */
            putfield com.google.protobuf.Type.memoizedHashCode:I
        22: .line 551
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lcom/google/protobuf/Type;
            3   23     1  hash  I

  public static com.google.protobuf.Type parseFrom(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer data
         0: .line 557
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;)Ljava/lang/Object;
            checkcast com.google.protobuf.Type
            areturn
        end local 0 // java.nio.ByteBuffer data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  Ljava/nio/ByteBuffer;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
      Name  Flags
      data  

  public static com.google.protobuf.Type parseFrom(java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer data
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 563
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            aload 1 /* extensionRegistry */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            checkcast com.google.protobuf.Type
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // java.nio.ByteBuffer data
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               data  Ljava/nio/ByteBuffer;
            0    1     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      data               
      extensionRegistry  

  public static com.google.protobuf.Type parseFrom(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString data
         0: .line 568
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/ByteString;)Ljava/lang/Object;
            checkcast com.google.protobuf.Type
            areturn
        end local 0 // com.google.protobuf.ByteString data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  Lcom/google/protobuf/ByteString;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
      Name  Flags
      data  

  public static com.google.protobuf.Type parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.ByteString data
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 574
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            aload 1 /* extensionRegistry */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            checkcast com.google.protobuf.Type
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // com.google.protobuf.ByteString data
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               data  Lcom/google/protobuf/ByteString;
            0    1     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      data               
      extensionRegistry  

  public static com.google.protobuf.Type parseFrom(byte[]);
    descriptor: ([B)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte[] data
         0: .line 578
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
            checkcast com.google.protobuf.Type
            areturn
        end local 0 // byte[] data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  [B
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
      Name  Flags
      data  

  public static com.google.protobuf.Type parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
    descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // byte[] data
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 584
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            aload 1 /* extensionRegistry */
            invokeinterface com.google.protobuf.Parser.parseFrom:([BLcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            checkcast com.google.protobuf.Type
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // byte[] data
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               data  [B
            0    1     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      data               
      extensionRegistry  

  public static com.google.protobuf.Type parseFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 589
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.Type
         1: .line 588
            areturn
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  input  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  public static com.google.protobuf.Type parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.io.InputStream input
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 596
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            aload 1 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.Type
         1: .line 595
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0              input  Ljava/io/InputStream;
            0    2     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public static com.google.protobuf.Type parseDelimitedFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 601
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.Type
         1: .line 600
            areturn
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  input  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  public static com.google.protobuf.Type parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.io.InputStream input
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 608
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            aload 1 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.Type
         1: .line 607
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0              input  Ljava/io/InputStream;
            0    2     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public static com.google.protobuf.Type parseFrom(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStream input
         0: .line 614
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.Type
         1: .line 613
            areturn
        end local 0 // com.google.protobuf.CodedInputStream input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  input  Lcom/google/protobuf/CodedInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  public static com.google.protobuf.Type parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.CodedInputStream input
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 621
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            aload 1 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.Type
         1: .line 620
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // com.google.protobuf.CodedInputStream input
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0              input  Lcom/google/protobuf/CodedInputStream;
            0    2     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public com.google.protobuf.Type$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/Type$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 625
            invokestatic com.google.protobuf.Type.newBuilder:()Lcom/google/protobuf/Type$Builder;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;

  public static com.google.protobuf.Type$Builder newBuilder();
    descriptor: ()Lcom/google/protobuf/Type$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 627
            getstatic com.google.protobuf.Type.DEFAULT_INSTANCE:Lcom/google/protobuf/Type;
            invokevirtual com.google.protobuf.Type.toBuilder:()Lcom/google/protobuf/Type$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Type$Builder newBuilder(com.google.protobuf.Type);
    descriptor: (Lcom/google/protobuf/Type;)Lcom/google/protobuf/Type$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type prototype
         0: .line 630
            getstatic com.google.protobuf.Type.DEFAULT_INSTANCE:Lcom/google/protobuf/Type;
            invokevirtual com.google.protobuf.Type.toBuilder:()Lcom/google/protobuf/Type$Builder;
            aload 0 /* prototype */
            invokevirtual com.google.protobuf.Type$Builder.mergeFrom:(Lcom/google/protobuf/Type;)Lcom/google/protobuf/Type$Builder;
            areturn
        end local 0 // com.google.protobuf.Type prototype
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  prototype  Lcom/google/protobuf/Type;
    MethodParameters:
           Name  Flags
      prototype  

  public com.google.protobuf.Type$Builder toBuilder();
    descriptor: ()Lcom/google/protobuf/Type$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 634
            aload 0 /* this */
            getstatic com.google.protobuf.Type.DEFAULT_INSTANCE:Lcom/google/protobuf/Type;
            if_acmpne 2
         1: .line 635
            new com.google.protobuf.Type$Builder
            dup
            invokespecial com.google.protobuf.Type$Builder.<init>:()V
            goto 3
      StackMap locals:
      StackMap stack:
         2: new com.google.protobuf.Type$Builder
            dup
            invokespecial com.google.protobuf.Type$Builder.<init>:()V
            aload 0 /* this */
            invokevirtual com.google.protobuf.Type$Builder.mergeFrom:(Lcom/google/protobuf/Type;)Lcom/google/protobuf/Type$Builder;
         3: .line 634
      StackMap locals:
      StackMap stack: com.google.protobuf.Type$Builder
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Type;

  protected com.google.protobuf.Type$Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3$BuilderParent);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/Type$Builder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.protobuf.Type this
        start local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
         0: .line 641
            new com.google.protobuf.Type$Builder
            dup
            aload 1 /* parent */
            invokespecial com.google.protobuf.Type$Builder.<init>:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)V
            astore 2 /* builder */
        start local 2 // com.google.protobuf.Type$Builder builder
         1: .line 642
            aload 2 /* builder */
            areturn
        end local 2 // com.google.protobuf.Type$Builder builder
        end local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/protobuf/Type;
            0    2     1   parent  Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
            1    2     2  builder  Lcom/google/protobuf/Type$Builder;
    MethodParameters:
        Name  Flags
      parent  

  public static com.google.protobuf.Type getDefaultInstance();
    descriptor: ()Lcom/google/protobuf/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 2034
            getstatic com.google.protobuf.Type.DEFAULT_INSTANCE:Lcom/google/protobuf/Type;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Parser<com.google.protobuf.Type> parser();
    descriptor: ()Lcom/google/protobuf/Parser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 2049
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lcom/google/protobuf/Parser<Lcom/google/protobuf/Type;>;

  public com.google.protobuf.Parser<com.google.protobuf.Type> getParserForType();
    descriptor: ()Lcom/google/protobuf/Parser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 2054
            getstatic com.google.protobuf.Type.PARSER:Lcom/google/protobuf/Parser;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;
    Signature: ()Lcom/google/protobuf/Parser<Lcom/google/protobuf/Type;>;

  public com.google.protobuf.Type getDefaultInstanceForType();
    descriptor: ()Lcom/google/protobuf/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Type this
         0: .line 2059
            getstatic com.google.protobuf.Type.DEFAULT_INSTANCE:Lcom/google/protobuf/Type;
            areturn
        end local 0 // com.google.protobuf.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Type;

  public com.google.protobuf.MessageLite getDefaultInstanceForType();
    descriptor: ()Lcom/google/protobuf/MessageLite;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.Type.getDefaultInstanceForType:()Lcom/google/protobuf/Type;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message getDefaultInstanceForType();
    descriptor: ()Lcom/google/protobuf/Message;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.Type.getDefaultInstanceForType:()Lcom/google/protobuf/Type;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected com.google.protobuf.Message$Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3$BuilderParent);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/Message$Builder;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.google.protobuf.Type.newBuilderForType:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/Type$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.MessageLite$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/MessageLite$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.Type.newBuilderForType:()Lcom/google/protobuf/Type$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/Message$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.Type.newBuilderForType:()Lcom/google/protobuf/Type$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.List getOneofsList();
    descriptor: ()Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.Type.getOneofsList:()Lcom/google/protobuf/ProtocolStringList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.MessageLite$Builder toBuilder();
    descriptor: ()Lcom/google/protobuf/MessageLite$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.Type.toBuilder:()Lcom/google/protobuf/Type$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message$Builder toBuilder();
    descriptor: ()Lcom/google/protobuf/Message$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.Type.toBuilder:()Lcom/google/protobuf/Type$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Type.java"
NestMembers:
  com.google.protobuf.Type$1  com.google.protobuf.Type$Builder
InnerClasses:
  public final Descriptor = com.google.protobuf.Descriptors$Descriptor of com.google.protobuf.Descriptors
  public abstract Builder = com.google.protobuf.GeneratedMessageV3$Builder of com.google.protobuf.GeneratedMessageV3
  protected abstract BuilderParent = com.google.protobuf.GeneratedMessageV3$BuilderParent of com.google.protobuf.GeneratedMessageV3
  public final FieldAccessorTable = com.google.protobuf.GeneratedMessageV3$FieldAccessorTable of com.google.protobuf.GeneratedMessageV3
  protected final UnusedPrivateParameter = com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter of com.google.protobuf.GeneratedMessageV3
  public abstract Builder = com.google.protobuf.Message$Builder of com.google.protobuf.Message
  public abstract Builder = com.google.protobuf.MessageLite$Builder of com.google.protobuf.MessageLite
  public final Builder = com.google.protobuf.SourceContext$Builder of com.google.protobuf.SourceContext
  com.google.protobuf.Type$1
  public final Builder = com.google.protobuf.Type$Builder of com.google.protobuf.Type
  public final Builder = com.google.protobuf.UnknownFieldSet$Builder of com.google.protobuf.UnknownFieldSet