public final class com.google.protobuf.Api extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.ApiOrBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.Api
  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 METHODS_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

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

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

  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 VERSION_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

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

  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 MIXINS_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

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

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 2530
            new com.google.protobuf.Api
            dup
            invokespecial com.google.protobuf.Api.<init>:()V
            putstatic com.google.protobuf.Api.DEFAULT_INSTANCE:Lcom/google/protobuf/Api;
         1: .line 2538
            new com.google.protobuf.Api$1
            dup
            invokespecial com.google.protobuf.Api$1.<init>:()V
            putstatic com.google.protobuf.Api.PARSER:Lcom/google/protobuf/Parser;
         2: .line 2546
            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.Api this
        start local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
         0: .line 27
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
         1: .line 520
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.Api.memoizedIsInitialized:B
         2: .line 28
            return
        end local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/protobuf/Api;
            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.Api this
         0: .line 29
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:()V
         1: .line 520
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.Api.memoizedIsInitialized:B
         2: .line 30
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.Api.name_:Ljava/lang/Object;
         3: .line 31
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api.methods_:Ljava/util/List;
         4: .line 32
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api.options_:Ljava/util/List;
         5: .line 33
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.Api.version_:Ljava/lang/Object;
         6: .line 34
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api.mixins_:Ljava/util/List;
         7: .line 35
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Api.syntax_:I
         8: .line 36
            return
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/google/protobuf/Api;

  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.Api this
        start local 1 // com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused
         0: .line 42
            new com.google.protobuf.Api
            dup
            invokespecial com.google.protobuf.Api.<init>:()V
            areturn
        end local 1 // com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/Api;
            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.Api this
         0: .line 48
            aload 0 /* this */
            getfield com.google.protobuf.Api.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            areturn
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api;

  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.Api this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 54
            aload 0 /* this */
            invokespecial com.google.protobuf.Api.<init>:()V
         1: .line 55
            aload 2 /* extensionRegistry */
            ifnonnull 3
         2: .line 56
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 58
      StackMap locals: com.google.protobuf.Api com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite
      StackMap stack:
            iconst_0
            istore 3 /* mutable_bitField0_ */
        start local 3 // int mutable_bitField0_
         4: .line 60
            invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
         5: .line 59
            astore 4 /* unknownFields */
        start local 4 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
         6: .line 62
            iconst_0
            istore 5 /* done */
        start local 5 // boolean done
         7: .line 63
            goto 55
         8: .line 64
      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 65
            iload 6 /* tag */
            lookupswitch { // 8
                    0: 10
                   10: 12
                   18: 15
                   26: 22
                   34: 29
                   42: 32
                   50: 40
                   56: 47
              default: 50
          }
        10: .line 67
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 5 /* done */
        11: .line 68
            goto 55
        12: .line 70
      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 72
            aload 0 /* this */
            aload 7 /* s */
            putfield com.google.protobuf.Api.name_:Ljava/lang/Object;
        14: .line 73
            goto 55
        end local 7 // java.lang.String s
        15: .line 76
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifne 18
        16: .line 77
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.google.protobuf.Api.methods_:Ljava/util/List;
        17: .line 78
            iload 3 /* mutable_bitField0_ */
            iconst_1
            ior
            istore 3 /* mutable_bitField0_ */
        18: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
        19: .line 81
            aload 1 /* input */
            invokestatic com.google.protobuf.Method.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.Method
        20: .line 80
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        21: .line 82
            goto 55
        22: .line 85
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_2
            iand
            ifne 25
        23: .line 86
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.google.protobuf.Api.options_:Ljava/util/List;
        24: .line 87
            iload 3 /* mutable_bitField0_ */
            iconst_2
            ior
            istore 3 /* mutable_bitField0_ */
        25: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
        26: .line 90
            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
        27: .line 89
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 91
            goto 55
        29: .line 94
      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
        30: .line 96
            aload 0 /* this */
            aload 7 /* s */
            putfield com.google.protobuf.Api.version_:Ljava/lang/Object;
        31: .line 97
            goto 55
        end local 7 // java.lang.String s
        32: .line 100
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 7 /* subBuilder */
        start local 7 // com.google.protobuf.SourceContext$Builder subBuilder
        33: .line 101
            aload 0 /* this */
            getfield com.google.protobuf.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnull 35
        34: .line 102
            aload 0 /* this */
            getfield com.google.protobuf.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.SourceContext.toBuilder:()Lcom/google/protobuf/SourceContext$Builder;
            astore 7 /* subBuilder */
        35: .line 104
      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.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
        36: .line 105
            aload 7 /* subBuilder */
            ifnull 55
        37: .line 106
            aload 7 /* subBuilder */
            aload 0 /* this */
            getfield com.google.protobuf.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.SourceContext$Builder.mergeFrom:(Lcom/google/protobuf/SourceContext;)Lcom/google/protobuf/SourceContext$Builder;
            pop
        38: .line 107
            aload 0 /* this */
            aload 7 /* subBuilder */
            invokevirtual com.google.protobuf.SourceContext$Builder.buildPartial:()Lcom/google/protobuf/SourceContext;
            putfield com.google.protobuf.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
        39: .line 110
            goto 55
        end local 7 // com.google.protobuf.SourceContext$Builder subBuilder
        40: .line 113
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_4
            iand
            ifne 43
        41: .line 114
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.google.protobuf.Api.mixins_:Ljava/util/List;
        42: .line 115
            iload 3 /* mutable_bitField0_ */
            iconst_4
            ior
            istore 3 /* mutable_bitField0_ */
        43: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
        44: .line 118
            aload 1 /* input */
            invokestatic com.google.protobuf.Mixin.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.Mixin
        45: .line 117
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        46: .line 119
            goto 55
        47: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readEnum:()I
            istore 7 /* rawValue */
        start local 7 // int rawValue
        48: .line 124
            aload 0 /* this */
            iload 7 /* rawValue */
            putfield com.google.protobuf.Api.syntax_:I
        49: .line 125
            goto 55
        end local 7 // int rawValue
        50: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        51: .line 129
            aload 1 /* input */
            aload 4 /* unknownFields */
            aload 2 /* extensionRegistry */
            iload 6 /* tag */
        52: .line 128
            invokevirtual com.google.protobuf.Api.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
        53: .line 129
            ifne 55
        54: .line 130
            iconst_1
            istore 5 /* done */
        end local 6 // int tag
        55: .line 63
      StackMap locals:
      StackMap stack:
            iload 5 /* done */
            ifeq 8
        end local 5 // boolean done
        56: .line 136
            goto 75
      StackMap locals: com.google.protobuf.Api com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
        57: astore 5 /* e */
        start local 5 // com.google.protobuf.InvalidProtocolBufferException e
        58: .line 137
            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
        59: .line 138
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        60: .line 139
            new com.google.protobuf.InvalidProtocolBufferException
            dup
        61: .line 140
            aload 5 /* e */
        62: .line 139
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/io/IOException;)V
        63: .line 140
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
        64: .line 139
            athrow
        end local 5 // java.io.IOException e
        65: .line 141
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        66: .line 142
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 68
        67: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Api.methods_:Ljava/util/List;
        68: .line 145
      StackMap locals: com.google.protobuf.Api 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 70
        69: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Api.options_:Ljava/util/List;
        70: .line 148
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_4
            iand
            ifeq 72
        71: .line 149
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Api.mixins_:Ljava/util/List;
        72: .line 151
      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.Api.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        73: .line 152
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.makeExtensionsImmutable:()V
        74: .line 153
            aload 8
            athrow
        75: .line 142
      StackMap locals: com.google.protobuf.Api com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 77
        76: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Api.methods_:Ljava/util/List;
        77: .line 145
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_2
            iand
            ifeq 79
        78: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Api.options_:Ljava/util/List;
        79: .line 148
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_4
            iand
            ifeq 81
        80: .line 149
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Api.mixins_:Ljava/util/List;
        81: .line 151
      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.Api.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        82: .line 152
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.makeExtensionsImmutable:()V
        83: .line 154
            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.Api this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   84     0                this  Lcom/google/protobuf/Api;
            0   84     1               input  Lcom/google/protobuf/CodedInputStream;
            0   84     2   extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            4   84     3  mutable_bitField0_  I
            6   84     4       unknownFields  Lcom/google/protobuf/UnknownFieldSet$Builder;
            7   56     5                done  Z
            9   55     6                 tag  I
           13   15     7                   s  Ljava/lang/String;
           30   32     7                   s  Ljava/lang/String;
           33   40     7          subBuilder  Lcom/google/protobuf/SourceContext$Builder;
           48   50     7            rawValue  I
           58   59     5                   e  Lcom/google/protobuf/InvalidProtocolBufferException;
           60   65     5                   e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6    56      57  Class com.google.protobuf.InvalidProtocolBufferException
           6    56      59  Class java.io.IOException
           6    65      65  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 157
            getstatic com.google.protobuf.ApiProto.internal_static_google_protobuf_Api_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.Api this
         0: .line 163
            getstatic com.google.protobuf.ApiProto.internal_static_google_protobuf_Api_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 165
            ldc Lcom/google/protobuf/Api;
            ldc Lcom/google/protobuf/Api$Builder;
         2: .line 164
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 163
            areturn
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Api;

  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.Api this
         0: .line 180
            aload 0 /* this */
            getfield com.google.protobuf.Api.name_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 181
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 3
         2: .line 182
            aload 1 /* ref */
            checkcast java.lang.String
            areturn
         3: .line 185
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
         4: .line 184
            astore 2 /* bs */
        start local 2 // com.google.protobuf.ByteString bs
         5: .line 186
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         6: .line 187
            aload 0 /* this */
            aload 3 /* s */
            putfield com.google.protobuf.Api.name_:Ljava/lang/Object;
         7: .line 188
            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.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Api;
            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.Api this
         0: .line 202
            aload 0 /* this */
            getfield com.google.protobuf.Api.name_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 203
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 7
         2: .line 206
            aload 1 /* ref */
            checkcast java.lang.String
         3: .line 205
            invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
         4: .line 204
            astore 2 /* b */
        start local 2 // com.google.protobuf.ByteString b
         5: .line 207
            aload 0 /* this */
            aload 2 /* b */
            putfield com.google.protobuf.Api.name_:Ljava/lang/Object;
         6: .line 208
            aload 2 /* b */
            areturn
        end local 2 // com.google.protobuf.ByteString b
         7: .line 210
      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.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Api;
            1    8     1   ref  Ljava/lang/Object;
            5    7     2     b  Lcom/google/protobuf/ByteString;

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

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

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

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

  public com.google.protobuf.MethodOrBuilder getMethodsOrBuilder(int);
    descriptor: (I)Lcom/google/protobuf/MethodOrBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api this
        start local 1 // int index
         0: .line 266
            aload 0 /* this */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.MethodOrBuilder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api;
            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.Api this
         0: .line 279
            aload 0 /* this */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api;
    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.Api this
         0: .line 290
            aload 0 /* this */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api;
    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.Api this
         0: .line 300
            aload 0 /* this */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api;

  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.Api this
        start local 1 // int index
         0: .line 310
            aload 0 /* this */
            getfield com.google.protobuf.Api.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.Api this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api;
            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.Api this
        start local 1 // int index
         0: .line 321
            aload 0 /* this */
            getfield com.google.protobuf.Api.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.Api this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.google.protobuf.Api this
         0: .line 351
            aload 0 /* this */
            getfield com.google.protobuf.Api.version_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 352
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 3
         2: .line 353
            aload 1 /* ref */
            checkcast java.lang.String
            areturn
         3: .line 356
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
         4: .line 355
            astore 2 /* bs */
        start local 2 // com.google.protobuf.ByteString bs
         5: .line 357
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         6: .line 358
            aload 0 /* this */
            aload 3 /* s */
            putfield com.google.protobuf.Api.version_:Ljava/lang/Object;
         7: .line 359
            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.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Api;
            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 getVersionBytes();
    descriptor: ()Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.google.protobuf.Api this
         0: .line 388
            aload 0 /* this */
            getfield com.google.protobuf.Api.version_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 389
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 7
         2: .line 392
            aload 1 /* ref */
            checkcast java.lang.String
         3: .line 391
            invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
         4: .line 390
            astore 2 /* b */
        start local 2 // com.google.protobuf.ByteString b
         5: .line 393
            aload 0 /* this */
            aload 2 /* b */
            putfield com.google.protobuf.Api.version_:Ljava/lang/Object;
         6: .line 394
            aload 2 /* b */
            areturn
        end local 2 // com.google.protobuf.ByteString b
         7: .line 396
      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.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Api;
            1    8     1   ref  Ljava/lang/Object;
            5    7     2     b  Lcom/google/protobuf/ByteString;

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

  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.Api this
         0: .line 424
            aload 0 /* this */
            getfield com.google.protobuf.Api.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.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
      StackMap locals:
      StackMap stack: com.google.protobuf.SourceContext
         2: areturn
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api;

  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.Api this
         0: .line 435
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getSourceContext:()Lcom/google/protobuf/SourceContext;
            areturn
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api;

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

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

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

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

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

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

  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.Api this
         0: .line 516
            aload 0 /* this */
            getfield com.google.protobuf.Api.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 517
            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.Api this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/protobuf/Api;
            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.Api this
         0: .line 523
            aload 0 /* this */
            getfield com.google.protobuf.Api.memoizedIsInitialized:B
            istore 1 /* isInitialized */
        start local 1 // byte isInitialized
         1: .line 524
            iload 1 /* isInitialized */
            iconst_1
            if_icmpne 2
            iconst_1
            ireturn
         2: .line 525
      StackMap locals: int
      StackMap stack:
            iload 1 /* isInitialized */
            ifne 3
            iconst_0
            ireturn
         3: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.Api.memoizedIsInitialized:B
         4: .line 528
            iconst_1
            ireturn
        end local 1 // byte isInitialized
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/google/protobuf/Api;
            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.Api this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 534
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getNameBytes:()Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.isEmpty:()Z
            ifne 2
         1: .line 535
            aload 1 /* output */
            iconst_1
            aload 0 /* this */
            getfield com.google.protobuf.Api.name_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.writeString:(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
         2: .line 537
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 538
      StackMap locals: int
      StackMap stack:
            aload 1 /* output */
            iconst_2
            aload 0 /* this */
            getfield com.google.protobuf.Api.methods_: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 537
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 2 // int i
         7: .line 540
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 11
         9: .line 541
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iconst_3
            aload 0 /* this */
            getfield com.google.protobuf.Api.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
        10: .line 540
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 9
        end local 2 // int i
        12: .line 543
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getVersionBytes:()Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.isEmpty:()Z
            ifne 14
        13: .line 544
            aload 1 /* output */
            iconst_4
            aload 0 /* this */
            getfield com.google.protobuf.Api.version_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.writeString:(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
        14: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnull 16
        15: .line 547
            aload 1 /* output */
            iconst_5
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getSourceContext:()Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.CodedOutputStream.writeMessage:(ILcom/google/protobuf/MessageLite;)V
        16: .line 549
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        17: goto 20
        18: .line 550
      StackMap locals: int
      StackMap stack:
            aload 1 /* output */
            bipush 6
            aload 0 /* this */
            getfield com.google.protobuf.Api.mixins_: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
        19: .line 549
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 18
        end local 2 // int i
        21: .line 552
            aload 0 /* this */
            getfield com.google.protobuf.Api.syntax_:I
            getstatic com.google.protobuf.Syntax.SYNTAX_PROTO2:Lcom/google/protobuf/Syntax;
            invokevirtual com.google.protobuf.Syntax.getNumber:()I
            if_icmpeq 23
        22: .line 553
            aload 1 /* output */
            bipush 7
            aload 0 /* this */
            getfield com.google.protobuf.Api.syntax_:I
            invokevirtual com.google.protobuf.CodedOutputStream.writeEnum:(II)V
        23: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 1 /* output */
            invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
        24: .line 556
            return
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lcom/google/protobuf/Api;
            0   25     1  output  Lcom/google/protobuf/CodedOutputStream;
            3    7     2       i  I
            8   12     2       i  I
           17   21     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=3, args_size=1
        start local 0 // com.google.protobuf.Api this
         0: .line 560
            aload 0 /* this */
            getfield com.google.protobuf.Api.memoizedSize:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 561
            iload 1 /* size */
            iconst_m1
            if_icmpeq 2
            iload 1 /* size */
            ireturn
         2: .line 563
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* size */
         3: .line 564
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getNameBytes:()Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.isEmpty:()Z
            ifne 5
         4: .line 565
            iload 1 /* size */
            iconst_1
            aload 0 /* this */
            getfield com.google.protobuf.Api.name_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.computeStringSize:(ILjava/lang/Object;)I
            iadd
            istore 1 /* size */
         5: .line 567
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 568
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
         8: .line 569
            iconst_2
            aload 0 /* this */
            getfield com.google.protobuf.Api.methods_: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 567
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 7
        end local 2 // int i
        11: .line 571
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        12: goto 16
        13: .line 572
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
        14: .line 573
            iconst_3
            aload 0 /* this */
            getfield com.google.protobuf.Api.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 */
        15: .line 571
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 13
        end local 2 // int i
        17: .line 575
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getVersionBytes:()Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.isEmpty:()Z
            ifne 19
        18: .line 576
            iload 1 /* size */
            iconst_4
            aload 0 /* this */
            getfield com.google.protobuf.Api.version_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.computeStringSize:(ILjava/lang/Object;)I
            iadd
            istore 1 /* size */
        19: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnull 22
        20: .line 579
            iload 1 /* size */
        21: .line 580
            iconst_5
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getSourceContext:()Lcom/google/protobuf/SourceContext;
            invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
            iadd
            istore 1 /* size */
        22: .line 582
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        23: goto 27
        24: .line 583
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
        25: .line 584
            bipush 6
            aload 0 /* this */
            getfield com.google.protobuf.Api.mixins_: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 */
        26: .line 582
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 24
        end local 2 // int i
        28: .line 586
            aload 0 /* this */
            getfield com.google.protobuf.Api.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 587
            iload 1 /* size */
        30: .line 588
            bipush 7
            aload 0 /* this */
            getfield com.google.protobuf.Api.syntax_:I
            invokestatic com.google.protobuf.CodedOutputStream.computeEnumSize:(II)I
            iadd
            istore 1 /* size */
        31: .line 590
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield com.google.protobuf.Api.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
            iadd
            istore 1 /* size */
        32: .line 591
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.Api.memoizedSize:I
        33: .line 592
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   34     0  this  Lcom/google/protobuf/Api;
            1   34     1  size  I
            6   11     2     i  I
           12   17     2     i  I
           23   28     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.Api this
        start local 1 // java.lang.Object obj
         0: .line 597
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 598
            iconst_1
            ireturn
         2: .line 600
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.google.protobuf.Api
            ifne 4
         3: .line 601
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.google.protobuf.GeneratedMessageV3.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 603
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.protobuf.Api
            astore 2 /* other */
        start local 2 // com.google.protobuf.Api other
         5: .line 605
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getName:()Ljava/lang/String;
         6: .line 606
            aload 2 /* other */
            invokevirtual com.google.protobuf.Api.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            iconst_0
            ireturn
         7: .line 607
      StackMap locals: com.google.protobuf.Api
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getMethodsList:()Ljava/util/List;
         8: .line 608
            aload 2 /* other */
            invokevirtual com.google.protobuf.Api.getMethodsList:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 9
            iconst_0
            ireturn
         9: .line 609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getOptionsList:()Ljava/util/List;
        10: .line 610
            aload 2 /* other */
            invokevirtual com.google.protobuf.Api.getOptionsList:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 11
            iconst_0
            ireturn
        11: .line 611
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getVersion:()Ljava/lang/String;
        12: .line 612
            aload 2 /* other */
            invokevirtual com.google.protobuf.Api.getVersion:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            iconst_0
            ireturn
        13: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.hasSourceContext:()Z
            aload 2 /* other */
            invokevirtual com.google.protobuf.Api.hasSourceContext:()Z
            if_icmpeq 14
            iconst_0
            ireturn
        14: .line 614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.hasSourceContext:()Z
            ifeq 17
        15: .line 615
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getSourceContext:()Lcom/google/protobuf/SourceContext;
        16: .line 616
            aload 2 /* other */
            invokevirtual com.google.protobuf.Api.getSourceContext:()Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.SourceContext.equals:(Ljava/lang/Object;)Z
            ifne 17
            iconst_0
            ireturn
        17: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getMixinsList:()Ljava/util/List;
        18: .line 619
            aload 2 /* other */
            invokevirtual com.google.protobuf.Api.getMixinsList:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 19
            iconst_0
            ireturn
        19: .line 620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api.syntax_:I
            aload 2 /* other */
            getfield com.google.protobuf.Api.syntax_:I
            if_icmpeq 20
            iconst_0
            ireturn
        20: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 2 /* other */
            getfield com.google.protobuf.Api.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.equals:(Ljava/lang/Object;)Z
            ifne 21
            iconst_0
            ireturn
        21: .line 622
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.google.protobuf.Api other
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lcom/google/protobuf/Api;
            0   22     1    obj  Ljava/lang/Object;
            5   22     2  other  Lcom/google/protobuf/Api;
    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.Api this
         0: .line 627
            aload 0 /* this */
            getfield com.google.protobuf.Api.memoizedHashCode:I
            ifeq 2
         1: .line 628
            aload 0 /* this */
            getfield com.google.protobuf.Api.memoizedHashCode:I
            ireturn
         2: .line 630
      StackMap locals:
      StackMap stack:
            bipush 41
            istore 1 /* hash */
        start local 1 // int hash
         3: .line 631
            bipush 19
            iload 1 /* hash */
            imul
            invokestatic com.google.protobuf.Api.getDescriptor:()Lcom/google/protobuf/Descriptors$Descriptor;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 632
            bipush 37
            iload 1 /* hash */
            imul
            iconst_1
            iadd
            istore 1 /* hash */
         5: .line 633
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* hash */
         6: .line 634
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getMethodsCount:()I
            ifle 9
         7: .line 635
            bipush 37
            iload 1 /* hash */
            imul
            iconst_2
            iadd
            istore 1 /* hash */
         8: .line 636
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getMethodsList:()Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* hash */
         9: .line 638
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getOptionsCount:()I
            ifle 12
        10: .line 639
            bipush 37
            iload 1 /* hash */
            imul
            iconst_3
            iadd
            istore 1 /* hash */
        11: .line 640
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getOptionsList:()Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* hash */
        12: .line 642
      StackMap locals:
      StackMap stack:
            bipush 37
            iload 1 /* hash */
            imul
            iconst_4
            iadd
            istore 1 /* hash */
        13: .line 643
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getVersion:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* hash */
        14: .line 644
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.hasSourceContext:()Z
            ifeq 17
        15: .line 645
            bipush 37
            iload 1 /* hash */
            imul
            iconst_5
            iadd
            istore 1 /* hash */
        16: .line 646
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getSourceContext:()Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.SourceContext.hashCode:()I
            iadd
            istore 1 /* hash */
        17: .line 648
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getMixinsCount:()I
            ifle 20
        18: .line 649
            bipush 37
            iload 1 /* hash */
            imul
            bipush 6
            iadd
            istore 1 /* hash */
        19: .line 650
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api.getMixinsList:()Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* hash */
        20: .line 652
      StackMap locals:
      StackMap stack:
            bipush 37
            iload 1 /* hash */
            imul
            bipush 7
            iadd
            istore 1 /* hash */
        21: .line 653
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.Api.syntax_:I
            iadd
            istore 1 /* hash */
        22: .line 654
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.Api.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.hashCode:()I
            iadd
            istore 1 /* hash */
        23: .line 655
            aload 0 /* this */
            iload 1 /* hash */
            putfield com.google.protobuf.Api.memoizedHashCode:I
        24: .line 656
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/google/protobuf/Api;
            3   25     1  hash  I

  public static com.google.protobuf.Api parseFrom(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/protobuf/Api;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer data
         0: .line 662
            getstatic com.google.protobuf.Api.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;)Ljava/lang/Object;
            checkcast com.google.protobuf.Api
            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.Api parseFrom(java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api;
    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 668
            getstatic com.google.protobuf.Api.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.Api
            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.Api parseFrom(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/Api;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString data
         0: .line 673
            getstatic com.google.protobuf.Api.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.Api
            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.Api parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api;
    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 679
            getstatic com.google.protobuf.Api.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.Api
            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.Api parseFrom(byte[]);
    descriptor: ([B)Lcom/google/protobuf/Api;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte[] data
         0: .line 683
            getstatic com.google.protobuf.Api.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
            checkcast com.google.protobuf.Api
            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.Api parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
    descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api;
    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 689
            getstatic com.google.protobuf.Api.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.Api
            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.Api parseFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/Api;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 694
            getstatic com.google.protobuf.Api.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.Api
         1: .line 693
            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.Api parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api;
    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 701
            getstatic com.google.protobuf.Api.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.Api
         1: .line 700
            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.Api parseDelimitedFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/Api;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 706
            getstatic com.google.protobuf.Api.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.Api
         1: .line 705
            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.Api parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api;
    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 713
            getstatic com.google.protobuf.Api.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.Api
         1: .line 712
            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.Api parseFrom(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/Api;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStream input
         0: .line 719
            getstatic com.google.protobuf.Api.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.Api
         1: .line 718
            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.Api parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api;
    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 726
            getstatic com.google.protobuf.Api.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.Api
         1: .line 725
            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.Api$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api this
         0: .line 730
            invokestatic com.google.protobuf.Api.newBuilder:()Lcom/google/protobuf/Api$Builder;
            areturn
        end local 0 // com.google.protobuf.Api this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api;

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

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

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

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

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

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

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

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

  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.Api.getDefaultInstanceForType:()Lcom/google/protobuf/Api;
            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.Api.getDefaultInstanceForType:()Lcom/google/protobuf/Api;
            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.Api.newBuilderForType:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/Api$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.Api.newBuilderForType:()Lcom/google/protobuf/Api$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.Api.newBuilderForType:()Lcom/google/protobuf/Api$Builder;
            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.Api.toBuilder:()Lcom/google/protobuf/Api$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.Api.toBuilder:()Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Api.java"
NestMembers:
  com.google.protobuf.Api$1  com.google.protobuf.Api$Builder
InnerClasses:
  com.google.protobuf.Api$1
  public final Builder = com.google.protobuf.Api$Builder of com.google.protobuf.Api
  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
  public final Builder = com.google.protobuf.UnknownFieldSet$Builder of com.google.protobuf.UnknownFieldSet