public final class com.google.protobuf.Api$Builder extends com.google.protobuf.GeneratedMessageV3$Builder<com.google.protobuf.Api$Builder> 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$Builder
  super_class: com.google.protobuf.GeneratedMessageV3$Builder
{
  private int bitField0_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object name_;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  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;>;

  private com.google.protobuf.RepeatedFieldBuilderV3<com.google.protobuf.Method, com.google.protobuf.Method$Builder, com.google.protobuf.MethodOrBuilder> methodsBuilder_;
    descriptor: Lcom/google/protobuf/RepeatedFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/google/protobuf/RepeatedFieldBuilderV3<Lcom/google/protobuf/Method;Lcom/google/protobuf/Method$Builder;Lcom/google/protobuf/MethodOrBuilder;>;

  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;>;

  private com.google.protobuf.RepeatedFieldBuilderV3<com.google.protobuf.Option, com.google.protobuf.Option$Builder, com.google.protobuf.OptionOrBuilder> optionsBuilder_;
    descriptor: Lcom/google/protobuf/RepeatedFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/google/protobuf/RepeatedFieldBuilderV3<Lcom/google/protobuf/Option;Lcom/google/protobuf/Option$Builder;Lcom/google/protobuf/OptionOrBuilder;>;

  private java.lang.Object version_;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

  private com.google.protobuf.SingleFieldBuilderV3<com.google.protobuf.SourceContext, com.google.protobuf.SourceContext$Builder, com.google.protobuf.SourceContextOrBuilder> sourceContextBuilder_;
    descriptor: Lcom/google/protobuf/SingleFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/google/protobuf/SingleFieldBuilderV3<Lcom/google/protobuf/SourceContext;Lcom/google/protobuf/SourceContext$Builder;Lcom/google/protobuf/SourceContextOrBuilder;>;

  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;>;

  private com.google.protobuf.RepeatedFieldBuilderV3<com.google.protobuf.Mixin, com.google.protobuf.Mixin$Builder, com.google.protobuf.MixinOrBuilder> mixinsBuilder_;
    descriptor: Lcom/google/protobuf/RepeatedFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/google/protobuf/RepeatedFieldBuilderV3<Lcom/google/protobuf/Mixin;Lcom/google/protobuf/Mixin$Builder;Lcom/google/protobuf/MixinOrBuilder;>;

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

  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 769
            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$Builder this
         0: .line 775
            getstatic com.google.protobuf.ApiProto.internal_static_google_protobuf_Api_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 777
            ldc Lcom/google/protobuf/Api;
            ldc Lcom/google/protobuf/Api$Builder;
         2: .line 776
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 775
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Api$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$Builder this
         0: .line 781
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.<init>:()V
         1: .line 1063
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
         2: .line 1164
            aload 0 /* this */
         3: .line 1165
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
         4: .line 1476
            aload 0 /* this */
         5: .line 1477
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
         6: .line 1788
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
         7: .line 2128
            aload 0 /* this */
         8: .line 2129
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
         9: .line 2440
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Api$Builder.syntax_:I
        10: .line 782
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.maybeForceBuilderInitialization:()V
        11: .line 783
            return
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/google/protobuf/Api$Builder;

  private void <init>(com.google.protobuf.GeneratedMessageV3$BuilderParent);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
         0: .line 787
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.<init>:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)V
         1: .line 1063
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
         2: .line 1164
            aload 0 /* this */
         3: .line 1165
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
         4: .line 1476
            aload 0 /* this */
         5: .line 1477
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
         6: .line 1788
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
         7: .line 2128
            aload 0 /* this */
         8: .line 2129
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
         9: .line 2440
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Api$Builder.syntax_:I
        10: .line 788
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.maybeForceBuilderInitialization:()V
        11: .line 789
            return
        end local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/google/protobuf/Api$Builder;
            0   12     1  parent  Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
    MethodParameters:
        Name  Flags
      parent  

  private void maybeForceBuilderInitialization();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 792
            getstatic com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders:Z
            ifeq 4
         1: .line 793
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMethodsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         2: .line 794
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getOptionsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         3: .line 795
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMixinsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         4: .line 797
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api$Builder clear();
    descriptor: ()Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 800
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clear:()Lcom/google/protobuf/GeneratedMessageV3$Builder;
            pop
         1: .line 801
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
         2: .line 803
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 6
         3: .line 804
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
         4: .line 805
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -2
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
         5: .line 806
            goto 7
         6: .line 807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.clear:()V
         7: .line 809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 11
         8: .line 810
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
         9: .line 811
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -3
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
        10: .line 812
            goto 12
        11: .line 813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.clear:()V
        12: .line 815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
        13: .line 817
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 16
        14: .line 818
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
        15: .line 819
            goto 18
        16: .line 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
        17: .line 821
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
        18: .line 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 22
        19: .line 824
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
        20: .line 825
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -5
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
        21: .line 826
            goto 23
        22: .line 827
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.clear:()V
        23: .line 829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Api$Builder.syntax_:I
        24: .line 831
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Descriptors$Descriptor getDescriptorForType();
    descriptor: ()Lcom/google/protobuf/Descriptors$Descriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 837
            getstatic com.google.protobuf.ApiProto.internal_static_google_protobuf_Api_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api$Builder;

  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$Builder this
         0: .line 842
            invokestatic com.google.protobuf.Api.getDefaultInstance:()Lcom/google/protobuf/Api;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api build();
    descriptor: ()Lcom/google/protobuf/Api;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 847
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.buildPartial:()Lcom/google/protobuf/Api;
            astore 1 /* result */
        start local 1 // com.google.protobuf.Api result
         1: .line 848
            aload 1 /* result */
            invokevirtual com.google.protobuf.Api.isInitialized:()Z
            ifne 3
         2: .line 849
            aload 1 /* result */
            invokestatic com.google.protobuf.Api$Builder.newUninitializedMessageException:(Lcom/google/protobuf/Message;)Lcom/google/protobuf/UninitializedMessageException;
            athrow
         3: .line 851
      StackMap locals: com.google.protobuf.Api
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // com.google.protobuf.Api result
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/protobuf/Api$Builder;
            1    4     1  result  Lcom/google/protobuf/Api;

  public com.google.protobuf.Api buildPartial();
    descriptor: ()Lcom/google/protobuf/Api;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 856
            new com.google.protobuf.Api
            dup
            aload 0 /* this */
            invokespecial com.google.protobuf.Api.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
            astore 1 /* result */
        start local 1 // com.google.protobuf.Api result
         1: .line 858
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
            putfield com.google.protobuf.Api.name_:Ljava/lang/Object;
         2: .line 859
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 8
         3: .line 860
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_1
            iand
            ifeq 6
         4: .line 861
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
         5: .line 862
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -2
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
         6: .line 864
      StackMap locals: com.google.protobuf.Api
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            putfield com.google.protobuf.Api.methods_:Ljava/util/List;
         7: .line 865
            goto 9
         8: .line 866
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.build:()Ljava/util/List;
            putfield com.google.protobuf.Api.methods_:Ljava/util/List;
         9: .line 868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 15
        10: .line 869
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_2
            iand
            ifeq 13
        11: .line 870
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
        12: .line 871
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -3
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
        13: .line 873
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            putfield com.google.protobuf.Api.options_:Ljava/util/List;
        14: .line 874
            goto 16
        15: .line 875
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.build:()Ljava/util/List;
            putfield com.google.protobuf.Api.options_:Ljava/util/List;
        16: .line 877
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
            putfield com.google.protobuf.Api.version_:Ljava/lang/Object;
        17: .line 878
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 20
        18: .line 879
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
            putfield com.google.protobuf.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
        19: .line 880
            goto 21
        20: .line 881
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.build:()Lcom/google/protobuf/AbstractMessage;
            checkcast com.google.protobuf.SourceContext
            putfield com.google.protobuf.Api.sourceContext_:Lcom/google/protobuf/SourceContext;
        21: .line 883
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 27
        22: .line 884
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_4
            iand
            ifeq 25
        23: .line 885
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
        24: .line 886
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -5
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
        25: .line 888
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            putfield com.google.protobuf.Api.mixins_:Ljava/util/List;
        26: .line 889
            goto 28
        27: .line 890
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.build:()Ljava/util/List;
            putfield com.google.protobuf.Api.mixins_:Ljava/util/List;
        28: .line 892
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.syntax_:I
            putfield com.google.protobuf.Api.syntax_:I
        29: .line 893
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onBuilt:()V
        30: .line 894
            aload 1 /* result */
            areturn
        end local 1 // com.google.protobuf.Api result
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   31     0    this  Lcom/google/protobuf/Api$Builder;
            1   31     1  result  Lcom/google/protobuf/Api;

  public com.google.protobuf.Api$Builder clone();
    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$Builder this
         0: .line 899
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clone:()Lcom/google/protobuf/GeneratedMessageV3$Builder;
            checkcast com.google.protobuf.Api$Builder
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api$Builder setField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        start local 2 // java.lang.Object value
         0: .line 905
            aload 0 /* this */
            aload 1 /* field */
            aload 2 /* value */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.setField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
            checkcast com.google.protobuf.Api$Builder
            areturn
        end local 2 // java.lang.Object value
        end local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api$Builder;
            0    1     1  field  Lcom/google/protobuf/Descriptors$FieldDescriptor;
            0    1     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      field  
      value  

  public com.google.protobuf.Api$Builder clearField(com.google.protobuf.Descriptors$FieldDescriptor);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
         0: .line 910
            aload 0 /* this */
            aload 1 /* field */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clearField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
            checkcast com.google.protobuf.Api$Builder
            areturn
        end local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api$Builder;
            0    1     1  field  Lcom/google/protobuf/Descriptors$FieldDescriptor;
    MethodParameters:
       Name  Flags
      field  

  public com.google.protobuf.Api$Builder clearOneof(com.google.protobuf.Descriptors$OneofDescriptor);
    descriptor: (Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Descriptors$OneofDescriptor oneof
         0: .line 915
            aload 0 /* this */
            aload 1 /* oneof */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clearOneof:(Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
            checkcast com.google.protobuf.Api$Builder
            areturn
        end local 1 // com.google.protobuf.Descriptors$OneofDescriptor oneof
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api$Builder;
            0    1     1  oneof  Lcom/google/protobuf/Descriptors$OneofDescriptor;
    MethodParameters:
       Name  Flags
      oneof  

  public com.google.protobuf.Api$Builder setRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        start local 2 // int index
        start local 3 // java.lang.Object value
         0: .line 921
            aload 0 /* this */
            aload 1 /* field */
            iload 2 /* index */
            aload 3 /* value */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.setRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
            checkcast com.google.protobuf.Api$Builder
            areturn
        end local 3 // java.lang.Object value
        end local 2 // int index
        end local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api$Builder;
            0    1     1  field  Lcom/google/protobuf/Descriptors$FieldDescriptor;
            0    1     2  index  I
            0    1     3  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      field  
      index  
      value  

  public com.google.protobuf.Api$Builder addRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        start local 2 // java.lang.Object value
         0: .line 927
            aload 0 /* this */
            aload 1 /* field */
            aload 2 /* value */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.addRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
            checkcast com.google.protobuf.Api$Builder
            areturn
        end local 2 // java.lang.Object value
        end local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api$Builder;
            0    1     1  field  Lcom/google/protobuf/Descriptors$FieldDescriptor;
            0    1     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      field  
      value  

  public com.google.protobuf.Api$Builder mergeFrom(com.google.protobuf.Message);
    descriptor: (Lcom/google/protobuf/Message;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Message other
         0: .line 931
            aload 1 /* other */
            instanceof com.google.protobuf.Api
            ifeq 2
         1: .line 932
            aload 0 /* this */
            aload 1 /* other */
            checkcast com.google.protobuf.Api
            invokevirtual com.google.protobuf.Api$Builder.mergeFrom:(Lcom/google/protobuf/Api;)Lcom/google/protobuf/Api$Builder;
            areturn
         2: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.mergeFrom:(Lcom/google/protobuf/Message;)Lcom/google/protobuf/AbstractMessage$Builder;
            pop
         3: .line 935
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Message other
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/protobuf/Api$Builder;
            0    4     1  other  Lcom/google/protobuf/Message;
    MethodParameters:
       Name  Flags
      other  

  public com.google.protobuf.Api$Builder mergeFrom(com.google.protobuf.Api);
    descriptor: (Lcom/google/protobuf/Api;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Api other
         0: .line 940
            aload 1 /* other */
            invokestatic com.google.protobuf.Api.getDefaultInstance:()Lcom/google/protobuf/Api;
            if_acmpne 1
            aload 0 /* this */
            areturn
         1: .line 941
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokevirtual com.google.protobuf.Api.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 4
         2: .line 942
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Api.name_:Ljava/lang/Object;
            putfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
         3: .line 943
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 945
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 14
         5: .line 946
            aload 1 /* other */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 27
         6: .line 947
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 10
         7: .line 948
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
         8: .line 949
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -2
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
         9: .line 950
            goto 12
        10: .line 951
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMethodsIsMutable:()V
        11: .line 952
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            aload 1 /* other */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        12: .line 954
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
        13: .line 956
            goto 27
        14: .line 957
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 27
        15: .line 958
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.isEmpty:()Z
            ifeq 26
        16: .line 959
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.dispose:()V
        17: .line 960
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
        18: .line 961
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
        19: .line 962
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -2
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
        20: .line 963
            aload 0 /* this */
        21: .line 964
            getstatic com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders:Z
            ifeq 23
        22: .line 965
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMethodsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            goto 24
      StackMap locals:
      StackMap stack: com.google.protobuf.Api$Builder
        23: aconst_null
        24: .line 963
      StackMap locals: com.google.protobuf.Api$Builder com.google.protobuf.Api
      StackMap stack: com.google.protobuf.Api$Builder com.google.protobuf.RepeatedFieldBuilderV3
            putfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
        25: .line 966
            goto 27
        26: .line 967
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* other */
            getfield com.google.protobuf.Api.methods_:Ljava/util/List;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
        27: .line 971
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 37
        28: .line 972
            aload 1 /* other */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 50
        29: .line 973
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 33
        30: .line 974
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
        31: .line 975
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -3
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
        32: .line 976
            goto 35
        33: .line 977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureOptionsIsMutable:()V
        34: .line 978
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            aload 1 /* other */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        35: .line 980
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
        36: .line 982
            goto 50
        37: .line 983
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 50
        38: .line 984
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.isEmpty:()Z
            ifeq 49
        39: .line 985
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.dispose:()V
        40: .line 986
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
        41: .line 987
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
        42: .line 988
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -3
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
        43: .line 989
            aload 0 /* this */
        44: .line 990
            getstatic com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders:Z
            ifeq 46
        45: .line 991
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getOptionsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            goto 47
      StackMap locals:
      StackMap stack: com.google.protobuf.Api$Builder
        46: aconst_null
        47: .line 989
      StackMap locals: com.google.protobuf.Api$Builder com.google.protobuf.Api
      StackMap stack: com.google.protobuf.Api$Builder com.google.protobuf.RepeatedFieldBuilderV3
            putfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
        48: .line 992
            goto 50
        49: .line 993
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* other */
            getfield com.google.protobuf.Api.options_:Ljava/util/List;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
        50: .line 997
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokevirtual com.google.protobuf.Api.getVersion:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 53
        51: .line 998
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Api.version_:Ljava/lang/Object;
            putfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
        52: .line 999
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
        53: .line 1001
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokevirtual com.google.protobuf.Api.hasSourceContext:()Z
            ifeq 55
        54: .line 1002
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual com.google.protobuf.Api.getSourceContext:()Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.Api$Builder.mergeSourceContext:(Lcom/google/protobuf/SourceContext;)Lcom/google/protobuf/Api$Builder;
            pop
        55: .line 1004
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 65
        56: .line 1005
            aload 1 /* other */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 78
        57: .line 1006
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 61
        58: .line 1007
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
        59: .line 1008
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -5
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
        60: .line 1009
            goto 63
        61: .line 1010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMixinsIsMutable:()V
        62: .line 1011
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            aload 1 /* other */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        63: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
        64: .line 1015
            goto 78
        65: .line 1016
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 78
        66: .line 1017
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.isEmpty:()Z
            ifeq 77
        67: .line 1018
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.dispose:()V
        68: .line 1019
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
        69: .line 1020
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
        70: .line 1021
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -5
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
        71: .line 1022
            aload 0 /* this */
        72: .line 1023
            getstatic com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders:Z
            ifeq 74
        73: .line 1024
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMixinsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            goto 75
      StackMap locals:
      StackMap stack: com.google.protobuf.Api$Builder
        74: aconst_null
        75: .line 1022
      StackMap locals: com.google.protobuf.Api$Builder com.google.protobuf.Api
      StackMap stack: com.google.protobuf.Api$Builder com.google.protobuf.RepeatedFieldBuilderV3
            putfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
        76: .line 1025
            goto 78
        77: .line 1026
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* other */
            getfield com.google.protobuf.Api.mixins_:Ljava/util/List;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
        78: .line 1030
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            getfield com.google.protobuf.Api.syntax_:I
            ifeq 80
        79: .line 1031
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual com.google.protobuf.Api.getSyntaxValue:()I
            invokevirtual com.google.protobuf.Api$Builder.setSyntaxValue:(I)Lcom/google/protobuf/Api$Builder;
            pop
        80: .line 1033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Api.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.Api$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Api$Builder;
            pop
        81: .line 1034
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
        82: .line 1035
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Api other
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   83     0   this  Lcom/google/protobuf/Api$Builder;
            0   83     1  other  Lcom/google/protobuf/Api;
    MethodParameters:
       Name  Flags
      other  

  public final boolean isInitialized();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1040
            iconst_1
            ireturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1048
            aconst_null
            astore 3 /* parsedMessage */
        start local 3 // com.google.protobuf.Api parsedMessage
         1: .line 1050
            getstatic com.google.protobuf.Api.PARSER:Lcom/google/protobuf/Parser;
            aload 1 /* input */
            aload 2 /* extensionRegistry */
            invokeinterface com.google.protobuf.Parser.parsePartialFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            checkcast com.google.protobuf.Api
            astore 3 /* parsedMessage */
         2: .line 1051
            goto 10
      StackMap locals: com.google.protobuf.Api$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.Api
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
         3: astore 4 /* e */
        start local 4 // com.google.protobuf.InvalidProtocolBufferException e
         4: .line 1052
            aload 4 /* e */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.getUnfinishedMessage:()Lcom/google/protobuf/MessageLite;
            checkcast com.google.protobuf.Api
            astore 3 /* parsedMessage */
         5: .line 1053
            aload 4 /* e */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.unwrapIOException:()Ljava/io/IOException;
            athrow
        end local 4 // com.google.protobuf.InvalidProtocolBufferException e
         6: .line 1054
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         7: .line 1055
            aload 3 /* parsedMessage */
            ifnull 9
         8: .line 1056
            aload 0 /* this */
            aload 3 /* parsedMessage */
            invokevirtual com.google.protobuf.Api$Builder.mergeFrom:(Lcom/google/protobuf/Api;)Lcom/google/protobuf/Api$Builder;
            pop
         9: .line 1058
      StackMap locals: com.google.protobuf.Api$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.Api top java.lang.Throwable
      StackMap stack:
            aload 5
            athrow
        10: .line 1055
      StackMap locals: com.google.protobuf.Api$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.Api
      StackMap stack:
            aload 3 /* parsedMessage */
            ifnull 12
        11: .line 1056
            aload 0 /* this */
            aload 3 /* parsedMessage */
            invokevirtual com.google.protobuf.Api$Builder.mergeFrom:(Lcom/google/protobuf/Api;)Lcom/google/protobuf/Api$Builder;
            pop
        12: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // com.google.protobuf.Api parsedMessage
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/google/protobuf/Api$Builder;
            0   13     1              input  Lcom/google/protobuf/CodedInputStream;
            0   13     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            1   13     3      parsedMessage  Lcom/google/protobuf/Api;
            4    6     4                  e  Lcom/google/protobuf/InvalidProtocolBufferException;
      Exception table:
        from    to  target  type
           1     2       3  Class com.google.protobuf.InvalidProtocolBufferException
           1     6       6  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  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$Builder this
         0: .line 1074
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 1075
            aload 1 /* ref */
            instanceof java.lang.String
            ifne 7
         2: .line 1077
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
         3: .line 1076
            astore 2 /* bs */
        start local 2 // com.google.protobuf.ByteString bs
         4: .line 1078
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         5: .line 1079
            aload 0 /* this */
            aload 3 /* s */
            putfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
         6: .line 1080
            aload 3 /* s */
            areturn
        end local 3 // java.lang.String s
        end local 2 // com.google.protobuf.ByteString bs
         7: .line 1082
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast java.lang.String
            areturn
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Api$Builder;
            1    8     1   ref  Ljava/lang/Object;
            4    7     2    bs  Lcom/google/protobuf/ByteString;
            5    7     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$Builder this
         0: .line 1096
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 1097
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 7
         2: .line 1100
            aload 1 /* ref */
            checkcast java.lang.String
         3: .line 1099
            invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
         4: .line 1098
            astore 2 /* b */
        start local 2 // com.google.protobuf.ByteString b
         5: .line 1101
            aload 0 /* this */
            aload 2 /* b */
            putfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
         6: .line 1102
            aload 2 /* b */
            areturn
        end local 2 // com.google.protobuf.ByteString b
         7: .line 1104
      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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Api$Builder;
            1    8     1   ref  Ljava/lang/Object;
            5    7     2     b  Lcom/google/protobuf/ByteString;

  public com.google.protobuf.Api$Builder setName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // java.lang.String value
         0: .line 1119
            aload 1 /* value */
            ifnonnull 2
         1: .line 1120
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
         3: .line 1124
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1125
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/Api$Builder;
            0    5     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Api$Builder clearName();
    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$Builder this
         0: .line 1138
            aload 0 /* this */
            invokestatic com.google.protobuf.Api.getDefaultInstance:()Lcom/google/protobuf/Api;
            invokevirtual com.google.protobuf.Api.getName:()Ljava/lang/String;
            putfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
         1: .line 1139
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         2: .line 1140
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api$Builder setNameBytes(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.ByteString value
         0: .line 1154
            aload 1 /* value */
            ifnonnull 2
         1: .line 1155
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1157
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokestatic com.google.protobuf.Api.checkByteStringIsUtf8:(Lcom/google/protobuf/ByteString;)V
         3: .line 1159
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Api$Builder.name_:Ljava/lang/Object;
         4: .line 1160
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         5: .line 1161
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.ByteString value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/google/protobuf/Api$Builder;
            0    6     1  value  Lcom/google/protobuf/ByteString;
    MethodParameters:
       Name  Flags
      value  

  private void ensureMethodsIsMutable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1167
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_1
            iand
            ifne 3
         1: .line 1168
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
         2: .line 1169
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_1
            ior
            putfield com.google.protobuf.Api$Builder.bitField0_:I
         3: .line 1171
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Api$Builder;

  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$Builder this
         0: .line 1184
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 1185
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
         2: .line 1187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageList:()Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Method;>;

  public int getMethodsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1198
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 1199
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
         2: .line 1201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getCount:()I
            ireturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;

  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$Builder this
        start local 1 // int index
         0: .line 1212
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 1213
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.Method
            areturn
         2: .line 1215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessage:(I)Lcom/google/protobuf/AbstractMessage;
            checkcast com.google.protobuf.Method
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.Api$Builder setMethods(int, com.google.protobuf.Method);
    descriptor: (ILcom/google/protobuf/Method;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Method value
         0: .line 1227
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 7
         1: .line 1228
            aload 2 /* value */
            ifnonnull 3
         2: .line 1229
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 1231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMethodsIsMutable:()V
         4: .line 1232
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* value */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 1233
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         6: .line 1234
            goto 8
         7: .line 1235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* value */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.setMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         8: .line 1237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Method value
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Api$Builder;
            0    9     1  index  I
            0    9     2  value  Lcom/google/protobuf/Method;
    MethodParameters:
       Name  Flags
      index  
      value  

  public com.google.protobuf.Api$Builder setMethods(int, com.google.protobuf.Method$Builder);
    descriptor: (ILcom/google/protobuf/Method$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Method$Builder builderForValue
         0: .line 1248
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1249
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMethodsIsMutable:()V
         2: .line 1250
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Method$Builder.build:()Lcom/google/protobuf/Method;
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 1251
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1252
            goto 6
         5: .line 1253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Method$Builder.build:()Lcom/google/protobuf/Method;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.setMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         6: .line 1255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Method$Builder builderForValue
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Api$Builder;
            0    7     1            index  I
            0    7     2  builderForValue  Lcom/google/protobuf/Method$Builder;
    MethodParameters:
                 Name  Flags
      index            
      builderForValue  

  public com.google.protobuf.Api$Builder addMethods(com.google.protobuf.Method);
    descriptor: (Lcom/google/protobuf/Method;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Method value
         0: .line 1265
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 7
         1: .line 1266
            aload 1 /* value */
            ifnonnull 3
         2: .line 1267
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 1269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMethodsIsMutable:()V
         4: .line 1270
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            aload 1 /* value */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 1271
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         6: .line 1272
            goto 8
         7: .line 1273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         8: .line 1275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Method value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Api$Builder;
            0    9     1  value  Lcom/google/protobuf/Method;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Api$Builder addMethods(int, com.google.protobuf.Method);
    descriptor: (ILcom/google/protobuf/Method;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Method value
         0: .line 1286
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 7
         1: .line 1287
            aload 2 /* value */
            ifnonnull 3
         2: .line 1288
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 1290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMethodsIsMutable:()V
         4: .line 1291
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* value */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         5: .line 1292
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         6: .line 1293
            goto 8
         7: .line 1294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* value */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         8: .line 1296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Method value
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Api$Builder;
            0    9     1  index  I
            0    9     2  value  Lcom/google/protobuf/Method;
    MethodParameters:
       Name  Flags
      index  
      value  

  public com.google.protobuf.Api$Builder addMethods(com.google.protobuf.Method$Builder);
    descriptor: (Lcom/google/protobuf/Method$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Method$Builder builderForValue
         0: .line 1307
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1308
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMethodsIsMutable:()V
         2: .line 1309
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.Method$Builder.build:()Lcom/google/protobuf/Method;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 1310
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1311
            goto 6
         5: .line 1312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.Method$Builder.build:()Lcom/google/protobuf/Method;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         6: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Method$Builder builderForValue
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Api$Builder;
            0    7     1  builderForValue  Lcom/google/protobuf/Method$Builder;
    MethodParameters:
                 Name  Flags
      builderForValue  

  public com.google.protobuf.Api$Builder addMethods(int, com.google.protobuf.Method$Builder);
    descriptor: (ILcom/google/protobuf/Method$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Method$Builder builderForValue
         0: .line 1325
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1326
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMethodsIsMutable:()V
         2: .line 1327
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Method$Builder.build:()Lcom/google/protobuf/Method;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         3: .line 1328
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1329
            goto 6
         5: .line 1330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Method$Builder.build:()Lcom/google/protobuf/Method;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         6: .line 1332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Method$Builder builderForValue
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Api$Builder;
            0    7     1            index  I
            0    7     2  builderForValue  Lcom/google/protobuf/Method$Builder;
    MethodParameters:
                 Name  Flags
      index            
      builderForValue  

  public com.google.protobuf.Api$Builder addAllMethods(java.lang.Iterable<? extends com.google.protobuf.Method>);
    descriptor: (Ljava/lang/Iterable;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // java.lang.Iterable values
         0: .line 1343
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 6
         1: .line 1344
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMethodsIsMutable:()V
         2: .line 1346
            aload 1 /* values */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
         3: .line 1345
            invokestatic com.google.protobuf.AbstractMessageLite$Builder.addAll:(Ljava/lang/Iterable;Ljava/util/List;)V
         4: .line 1347
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         5: .line 1348
            goto 7
         6: .line 1349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* values */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         7: .line 1351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable values
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/google/protobuf/Api$Builder;
            0    8     1  values  Ljava/lang/Iterable<+Lcom/google/protobuf/Method;>;
    Signature: (Ljava/lang/Iterable<+Lcom/google/protobuf/Method;>;)Lcom/google/protobuf/Api$Builder;
    MethodParameters:
        Name  Flags
      values  

  public com.google.protobuf.Api$Builder clearMethods();
    descriptor: ()Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1361
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1362
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
         2: .line 1363
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -2
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
         3: .line 1364
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1365
            goto 6
         5: .line 1366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.clear:()V
         6: .line 1368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api$Builder removeMethods(int);
    descriptor: (I)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
         0: .line 1378
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1379
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMethodsIsMutable:()V
         2: .line 1380
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         3: .line 1381
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1382
            goto 6
         5: .line 1383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.remove:(I)V
         6: .line 1385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/google/protobuf/Api$Builder;
            0    7     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.Method$Builder getMethodsBuilder(int);
    descriptor: (I)Lcom/google/protobuf/Method$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
         0: .line 1396
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMethodsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getBuilder:(I)Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Method$Builder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api$Builder;
            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$Builder this
        start local 1 // int index
         0: .line 1407
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 1408
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.MethodOrBuilder
            areturn
         2: .line 1409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageOrBuilder:(I)Lcom/google/protobuf/MessageOrBuilder;
            checkcast com.google.protobuf.MethodOrBuilder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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$Builder this
         0: .line 1421
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnull 2
         1: .line 1422
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageOrBuilderList:()Ljava/util/List;
            areturn
         2: .line 1424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Ljava/util/List<+Lcom/google/protobuf/MethodOrBuilder;>;

  public com.google.protobuf.Method$Builder addMethodsBuilder();
    descriptor: ()Lcom/google/protobuf/Method$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1435
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMethodsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
         1: .line 1436
            invokestatic com.google.protobuf.Method.getDefaultInstance:()Lcom/google/protobuf/Method;
         2: .line 1435
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addBuilder:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Method$Builder
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Method$Builder addMethodsBuilder(int);
    descriptor: (I)Lcom/google/protobuf/Method$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
         0: .line 1447
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMethodsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
         1: .line 1448
            iload 1 /* index */
            invokestatic com.google.protobuf.Method.getDefaultInstance:()Lcom/google/protobuf/Method;
         2: .line 1447
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addBuilder:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Method$Builder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.util.List<com.google.protobuf.Method$Builder> getMethodsBuilderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1459
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMethodsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getBuilderList:()Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Method$Builder;>;

  private com.google.protobuf.RepeatedFieldBuilderV3<com.google.protobuf.Method, com.google.protobuf.Method$Builder, com.google.protobuf.MethodOrBuilder> getMethodsFieldBuilder();
    descriptor: ()Lcom/google/protobuf/RepeatedFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1464
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 10
         1: .line 1465
            aload 0 /* this */
         2: new com.google.protobuf.RepeatedFieldBuilderV3
            dup
         3: .line 1467
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
         4: .line 1468
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_1
            iand
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: com.google.protobuf.Api$Builder
      StackMap stack: com.google.protobuf.Api$Builder new 2 new 2 java.util.List
         5: iconst_0
         6: .line 1469
      StackMap locals: com.google.protobuf.Api$Builder
      StackMap stack: com.google.protobuf.Api$Builder new 2 new 2 java.util.List int
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getParentForChildren:()Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
         7: .line 1470
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.isClean:()Z
            invokespecial com.google.protobuf.RepeatedFieldBuilderV3.<init>:(Ljava/util/List;ZLcom/google/protobuf/AbstractMessage$BuilderParent;Z)V
         8: .line 1465
            putfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
         9: .line 1471
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.methods_:Ljava/util/List;
        10: .line 1473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.methodsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Lcom/google/protobuf/RepeatedFieldBuilderV3<Lcom/google/protobuf/Method;Lcom/google/protobuf/Method$Builder;Lcom/google/protobuf/MethodOrBuilder;>;

  private void ensureOptionsIsMutable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1479
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_2
            iand
            ifne 3
         1: .line 1480
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
         2: .line 1481
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_2
            ior
            putfield com.google.protobuf.Api$Builder.bitField0_:I
         3: .line 1483
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Api$Builder;

  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$Builder this
         0: .line 1496
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 1497
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
         2: .line 1499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageList:()Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Option;>;

  public int getOptionsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1510
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 1511
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
         2: .line 1513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getCount:()I
            ireturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;

  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$Builder this
        start local 1 // int index
         0: .line 1524
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 1525
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.Option
            areturn
         2: .line 1527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessage:(I)Lcom/google/protobuf/AbstractMessage;
            checkcast com.google.protobuf.Option
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.Api$Builder setOptions(int, com.google.protobuf.Option);
    descriptor: (ILcom/google/protobuf/Option;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Option value
         0: .line 1539
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 7
         1: .line 1540
            aload 2 /* value */
            ifnonnull 3
         2: .line 1541
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 1543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureOptionsIsMutable:()V
         4: .line 1544
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* value */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 1545
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         6: .line 1546
            goto 8
         7: .line 1547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* value */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.setMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         8: .line 1549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Option value
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Api$Builder;
            0    9     1  index  I
            0    9     2  value  Lcom/google/protobuf/Option;
    MethodParameters:
       Name  Flags
      index  
      value  

  public com.google.protobuf.Api$Builder setOptions(int, com.google.protobuf.Option$Builder);
    descriptor: (ILcom/google/protobuf/Option$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Option$Builder builderForValue
         0: .line 1560
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1561
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureOptionsIsMutable:()V
         2: .line 1562
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Option$Builder.build:()Lcom/google/protobuf/Option;
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 1563
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1564
            goto 6
         5: .line 1565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Option$Builder.build:()Lcom/google/protobuf/Option;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.setMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         6: .line 1567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Option$Builder builderForValue
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Api$Builder;
            0    7     1            index  I
            0    7     2  builderForValue  Lcom/google/protobuf/Option$Builder;
    MethodParameters:
                 Name  Flags
      index            
      builderForValue  

  public com.google.protobuf.Api$Builder addOptions(com.google.protobuf.Option);
    descriptor: (Lcom/google/protobuf/Option;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Option value
         0: .line 1577
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 7
         1: .line 1578
            aload 1 /* value */
            ifnonnull 3
         2: .line 1579
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 1581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureOptionsIsMutable:()V
         4: .line 1582
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            aload 1 /* value */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 1583
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         6: .line 1584
            goto 8
         7: .line 1585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         8: .line 1587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Option value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Api$Builder;
            0    9     1  value  Lcom/google/protobuf/Option;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Api$Builder addOptions(int, com.google.protobuf.Option);
    descriptor: (ILcom/google/protobuf/Option;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Option value
         0: .line 1598
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 7
         1: .line 1599
            aload 2 /* value */
            ifnonnull 3
         2: .line 1600
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 1602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureOptionsIsMutable:()V
         4: .line 1603
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* value */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         5: .line 1604
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         6: .line 1605
            goto 8
         7: .line 1606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* value */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         8: .line 1608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Option value
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Api$Builder;
            0    9     1  index  I
            0    9     2  value  Lcom/google/protobuf/Option;
    MethodParameters:
       Name  Flags
      index  
      value  

  public com.google.protobuf.Api$Builder addOptions(com.google.protobuf.Option$Builder);
    descriptor: (Lcom/google/protobuf/Option$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Option$Builder builderForValue
         0: .line 1619
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1620
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureOptionsIsMutable:()V
         2: .line 1621
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.Option$Builder.build:()Lcom/google/protobuf/Option;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 1622
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1623
            goto 6
         5: .line 1624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.Option$Builder.build:()Lcom/google/protobuf/Option;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         6: .line 1626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Option$Builder builderForValue
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Api$Builder;
            0    7     1  builderForValue  Lcom/google/protobuf/Option$Builder;
    MethodParameters:
                 Name  Flags
      builderForValue  

  public com.google.protobuf.Api$Builder addOptions(int, com.google.protobuf.Option$Builder);
    descriptor: (ILcom/google/protobuf/Option$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Option$Builder builderForValue
         0: .line 1637
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1638
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureOptionsIsMutable:()V
         2: .line 1639
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Option$Builder.build:()Lcom/google/protobuf/Option;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         3: .line 1640
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1641
            goto 6
         5: .line 1642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Option$Builder.build:()Lcom/google/protobuf/Option;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         6: .line 1644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Option$Builder builderForValue
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Api$Builder;
            0    7     1            index  I
            0    7     2  builderForValue  Lcom/google/protobuf/Option$Builder;
    MethodParameters:
                 Name  Flags
      index            
      builderForValue  

  public com.google.protobuf.Api$Builder addAllOptions(java.lang.Iterable<? extends com.google.protobuf.Option>);
    descriptor: (Ljava/lang/Iterable;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // java.lang.Iterable values
         0: .line 1655
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 6
         1: .line 1656
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureOptionsIsMutable:()V
         2: .line 1658
            aload 1 /* values */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
         3: .line 1657
            invokestatic com.google.protobuf.AbstractMessageLite$Builder.addAll:(Ljava/lang/Iterable;Ljava/util/List;)V
         4: .line 1659
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         5: .line 1660
            goto 7
         6: .line 1661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* values */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         7: .line 1663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable values
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/google/protobuf/Api$Builder;
            0    8     1  values  Ljava/lang/Iterable<+Lcom/google/protobuf/Option;>;
    Signature: (Ljava/lang/Iterable<+Lcom/google/protobuf/Option;>;)Lcom/google/protobuf/Api$Builder;
    MethodParameters:
        Name  Flags
      values  

  public com.google.protobuf.Api$Builder clearOptions();
    descriptor: ()Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1673
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1674
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
         2: .line 1675
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -3
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
         3: .line 1676
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1677
            goto 6
         5: .line 1678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.clear:()V
         6: .line 1680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api$Builder removeOptions(int);
    descriptor: (I)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
         0: .line 1690
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 1691
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureOptionsIsMutable:()V
         2: .line 1692
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         3: .line 1693
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1694
            goto 6
         5: .line 1695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.remove:(I)V
         6: .line 1697
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/google/protobuf/Api$Builder;
            0    7     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.Option$Builder getOptionsBuilder(int);
    descriptor: (I)Lcom/google/protobuf/Option$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
         0: .line 1708
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getOptionsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getBuilder:(I)Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Option$Builder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api$Builder;
            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$Builder this
        start local 1 // int index
         0: .line 1719
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 1720
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.OptionOrBuilder
            areturn
         2: .line 1721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageOrBuilder:(I)Lcom/google/protobuf/MessageOrBuilder;
            checkcast com.google.protobuf.OptionOrBuilder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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$Builder this
         0: .line 1733
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnull 2
         1: .line 1734
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageOrBuilderList:()Ljava/util/List;
            areturn
         2: .line 1736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Ljava/util/List<+Lcom/google/protobuf/OptionOrBuilder;>;

  public com.google.protobuf.Option$Builder addOptionsBuilder();
    descriptor: ()Lcom/google/protobuf/Option$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1747
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getOptionsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
         1: .line 1748
            invokestatic com.google.protobuf.Option.getDefaultInstance:()Lcom/google/protobuf/Option;
         2: .line 1747
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addBuilder:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Option$Builder
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Option$Builder addOptionsBuilder(int);
    descriptor: (I)Lcom/google/protobuf/Option$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
         0: .line 1759
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getOptionsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
         1: .line 1760
            iload 1 /* index */
            invokestatic com.google.protobuf.Option.getDefaultInstance:()Lcom/google/protobuf/Option;
         2: .line 1759
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addBuilder:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Option$Builder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.util.List<com.google.protobuf.Option$Builder> getOptionsBuilderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1771
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getOptionsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getBuilderList:()Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Option$Builder;>;

  private com.google.protobuf.RepeatedFieldBuilderV3<com.google.protobuf.Option, com.google.protobuf.Option$Builder, com.google.protobuf.OptionOrBuilder> getOptionsFieldBuilder();
    descriptor: ()Lcom/google/protobuf/RepeatedFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 1776
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 10
         1: .line 1777
            aload 0 /* this */
         2: new com.google.protobuf.RepeatedFieldBuilderV3
            dup
         3: .line 1779
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
         4: .line 1780
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_2
            iand
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: com.google.protobuf.Api$Builder
      StackMap stack: com.google.protobuf.Api$Builder new 2 new 2 java.util.List
         5: iconst_0
         6: .line 1781
      StackMap locals: com.google.protobuf.Api$Builder
      StackMap stack: com.google.protobuf.Api$Builder new 2 new 2 java.util.List int
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getParentForChildren:()Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
         7: .line 1782
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.isClean:()Z
            invokespecial com.google.protobuf.RepeatedFieldBuilderV3.<init>:(Ljava/util/List;ZLcom/google/protobuf/AbstractMessage$BuilderParent;Z)V
         8: .line 1777
            putfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
         9: .line 1783
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.options_:Ljava/util/List;
        10: .line 1785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.optionsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Lcom/google/protobuf/RepeatedFieldBuilderV3<Lcom/google/protobuf/Option;Lcom/google/protobuf/Option$Builder;Lcom/google/protobuf/OptionOrBuilder;>;

  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$Builder this
         0: .line 1814
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 1815
            aload 1 /* ref */
            instanceof java.lang.String
            ifne 7
         2: .line 1817
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
         3: .line 1816
            astore 2 /* bs */
        start local 2 // com.google.protobuf.ByteString bs
         4: .line 1818
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         5: .line 1819
            aload 0 /* this */
            aload 3 /* s */
            putfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
         6: .line 1820
            aload 3 /* s */
            areturn
        end local 3 // java.lang.String s
        end local 2 // com.google.protobuf.ByteString bs
         7: .line 1822
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast java.lang.String
            areturn
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Api$Builder;
            1    8     1   ref  Ljava/lang/Object;
            4    7     2    bs  Lcom/google/protobuf/ByteString;
            5    7     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$Builder this
         0: .line 1851
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 1852
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 7
         2: .line 1855
            aload 1 /* ref */
            checkcast java.lang.String
         3: .line 1854
            invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
         4: .line 1853
            astore 2 /* b */
        start local 2 // com.google.protobuf.ByteString b
         5: .line 1856
            aload 0 /* this */
            aload 2 /* b */
            putfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
         6: .line 1857
            aload 2 /* b */
            areturn
        end local 2 // com.google.protobuf.ByteString b
         7: .line 1859
      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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Api$Builder;
            1    8     1   ref  Ljava/lang/Object;
            5    7     2     b  Lcom/google/protobuf/ByteString;

  public com.google.protobuf.Api$Builder setVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // java.lang.String value
         0: .line 1889
            aload 1 /* value */
            ifnonnull 2
         1: .line 1890
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
         3: .line 1894
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 1895
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/Api$Builder;
            0    5     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Api$Builder clearVersion();
    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$Builder this
         0: .line 1923
            aload 0 /* this */
            invokestatic com.google.protobuf.Api.getDefaultInstance:()Lcom/google/protobuf/Api;
            invokevirtual com.google.protobuf.Api.getVersion:()Ljava/lang/String;
            putfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
         1: .line 1924
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         2: .line 1925
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api$Builder setVersionBytes(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.ByteString value
         0: .line 1954
            aload 1 /* value */
            ifnonnull 2
         1: .line 1955
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1957
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokestatic com.google.protobuf.Api.checkByteStringIsUtf8:(Lcom/google/protobuf/ByteString;)V
         3: .line 1959
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Api$Builder.version_:Ljava/lang/Object;
         4: .line 1960
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         5: .line 1961
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.ByteString value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/google/protobuf/Api$Builder;
            0    6     1  value  Lcom/google/protobuf/ByteString;
    MethodParameters:
       Name  Flags
      value  

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

  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$Builder this
         0: .line 1989
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 4
         1: .line 1990
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnonnull 2
            invokestatic com.google.protobuf.SourceContext.getDefaultInstance:()Lcom/google/protobuf/SourceContext;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
      StackMap locals:
      StackMap stack: com.google.protobuf.SourceContext
         3: areturn
         4: .line 1992
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.getMessage:()Lcom/google/protobuf/AbstractMessage;
            checkcast com.google.protobuf.SourceContext
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api$Builder setSourceContext(com.google.protobuf.SourceContext);
    descriptor: (Lcom/google/protobuf/SourceContext;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.SourceContext value
         0: .line 2004
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 6
         1: .line 2005
            aload 1 /* value */
            ifnonnull 3
         2: .line 2006
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 2008
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
         4: .line 2009
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         5: .line 2010
            goto 7
         6: .line 2011
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.setMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
         7: .line 2014
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.SourceContext value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/google/protobuf/Api$Builder;
            0    8     1  value  Lcom/google/protobuf/SourceContext;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Api$Builder setSourceContext(com.google.protobuf.SourceContext$Builder);
    descriptor: (Lcom/google/protobuf/SourceContext$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.SourceContext$Builder builderForValue
         0: .line 2026
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 4
         1: .line 2027
            aload 0 /* this */
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.SourceContext$Builder.build:()Lcom/google/protobuf/SourceContext;
            putfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
         2: .line 2028
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         3: .line 2029
            goto 5
         4: .line 2030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.SourceContext$Builder.build:()Lcom/google/protobuf/SourceContext;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.setMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
         5: .line 2033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.SourceContext$Builder builderForValue
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/google/protobuf/Api$Builder;
            0    6     1  builderForValue  Lcom/google/protobuf/SourceContext$Builder;
    MethodParameters:
                 Name  Flags
      builderForValue  

  public com.google.protobuf.Api$Builder mergeSourceContext(com.google.protobuf.SourceContext);
    descriptor: (Lcom/google/protobuf/SourceContext;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.SourceContext value
         0: .line 2044
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 9
         1: .line 2045
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnull 6
         2: .line 2046
            aload 0 /* this */
         3: .line 2047
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
            invokestatic com.google.protobuf.SourceContext.newBuilder:(Lcom/google/protobuf/SourceContext;)Lcom/google/protobuf/SourceContext$Builder;
            aload 1 /* value */
            invokevirtual com.google.protobuf.SourceContext$Builder.mergeFrom:(Lcom/google/protobuf/SourceContext;)Lcom/google/protobuf/SourceContext$Builder;
            invokevirtual com.google.protobuf.SourceContext$Builder.buildPartial:()Lcom/google/protobuf/SourceContext;
         4: .line 2046
            putfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
         5: .line 2048
            goto 7
         6: .line 2049
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
         7: .line 2051
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         8: .line 2052
            goto 10
         9: .line 2053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.mergeFrom:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
        10: .line 2056
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.SourceContext value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/google/protobuf/Api$Builder;
            0   11     1  value  Lcom/google/protobuf/SourceContext;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Api$Builder clearSourceContext();
    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$Builder this
         0: .line 2067
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 4
         1: .line 2068
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
         2: .line 2069
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         3: .line 2070
            goto 6
         4: .line 2071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
         5: .line 2072
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
         6: .line 2075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.SourceContext$Builder getSourceContextBuilder();
    descriptor: ()Lcom/google/protobuf/SourceContext$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 2087
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         1: .line 2088
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getSourceContextFieldBuilder:()Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.getBuilder:()Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.SourceContext$Builder
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Api$Builder;

  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$Builder this
         0: .line 2099
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnull 2
         1: .line 2100
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.getMessageOrBuilder:()Lcom/google/protobuf/MessageOrBuilder;
            checkcast com.google.protobuf.SourceContextOrBuilder
            areturn
         2: .line 2102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
            ifnonnull 4
         3: .line 2103
            invokestatic com.google.protobuf.SourceContext.getDefaultInstance:()Lcom/google/protobuf/SourceContext;
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
         5: .line 2102
      StackMap locals:
      StackMap stack: com.google.protobuf.SourceContext
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/protobuf/Api$Builder;

  private com.google.protobuf.SingleFieldBuilderV3<com.google.protobuf.SourceContext, com.google.protobuf.SourceContext$Builder, com.google.protobuf.SourceContextOrBuilder> getSourceContextFieldBuilder();
    descriptor: ()Lcom/google/protobuf/SingleFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 2117
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 7
         1: .line 2118
            aload 0 /* this */
            new com.google.protobuf.SingleFieldBuilderV3
            dup
         2: .line 2120
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getSourceContext:()Lcom/google/protobuf/SourceContext;
         3: .line 2121
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getParentForChildren:()Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
         4: .line 2122
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.isClean:()Z
            invokespecial com.google.protobuf.SingleFieldBuilderV3.<init>:(Lcom/google/protobuf/AbstractMessage;Lcom/google/protobuf/AbstractMessage$BuilderParent;Z)V
         5: .line 2118
            putfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
         6: .line 2123
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.sourceContext_:Lcom/google/protobuf/SourceContext;
         7: .line 2125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.sourceContextBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Lcom/google/protobuf/SingleFieldBuilderV3<Lcom/google/protobuf/SourceContext;Lcom/google/protobuf/SourceContext$Builder;Lcom/google/protobuf/SourceContextOrBuilder;>;

  private void ensureMixinsIsMutable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 2131
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_4
            iand
            ifne 3
         1: .line 2132
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
         2: .line 2133
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_4
            ior
            putfield com.google.protobuf.Api$Builder.bitField0_:I
         3: .line 2135
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Api$Builder;

  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$Builder this
         0: .line 2148
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 2149
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
         2: .line 2151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageList:()Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Mixin;>;

  public int getMixinsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 2162
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 2163
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
         2: .line 2165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getCount:()I
            ireturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;

  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$Builder this
        start local 1 // int index
         0: .line 2176
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 2177
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.Mixin
            areturn
         2: .line 2179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessage:(I)Lcom/google/protobuf/AbstractMessage;
            checkcast com.google.protobuf.Mixin
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.Api$Builder setMixins(int, com.google.protobuf.Mixin);
    descriptor: (ILcom/google/protobuf/Mixin;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Mixin value
         0: .line 2191
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 7
         1: .line 2192
            aload 2 /* value */
            ifnonnull 3
         2: .line 2193
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 2195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMixinsIsMutable:()V
         4: .line 2196
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* value */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 2197
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         6: .line 2198
            goto 8
         7: .line 2199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* value */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.setMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         8: .line 2201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Mixin value
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Api$Builder;
            0    9     1  index  I
            0    9     2  value  Lcom/google/protobuf/Mixin;
    MethodParameters:
       Name  Flags
      index  
      value  

  public com.google.protobuf.Api$Builder setMixins(int, com.google.protobuf.Mixin$Builder);
    descriptor: (ILcom/google/protobuf/Mixin$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Mixin$Builder builderForValue
         0: .line 2212
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 2213
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMixinsIsMutable:()V
         2: .line 2214
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Mixin$Builder.build:()Lcom/google/protobuf/Mixin;
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 2215
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 2216
            goto 6
         5: .line 2217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Mixin$Builder.build:()Lcom/google/protobuf/Mixin;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.setMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         6: .line 2219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Mixin$Builder builderForValue
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Api$Builder;
            0    7     1            index  I
            0    7     2  builderForValue  Lcom/google/protobuf/Mixin$Builder;
    MethodParameters:
                 Name  Flags
      index            
      builderForValue  

  public com.google.protobuf.Api$Builder addMixins(com.google.protobuf.Mixin);
    descriptor: (Lcom/google/protobuf/Mixin;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Mixin value
         0: .line 2229
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 7
         1: .line 2230
            aload 1 /* value */
            ifnonnull 3
         2: .line 2231
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 2233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMixinsIsMutable:()V
         4: .line 2234
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            aload 1 /* value */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 2235
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         6: .line 2236
            goto 8
         7: .line 2237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         8: .line 2239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Mixin value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Api$Builder;
            0    9     1  value  Lcom/google/protobuf/Mixin;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Api$Builder addMixins(int, com.google.protobuf.Mixin);
    descriptor: (ILcom/google/protobuf/Mixin;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Mixin value
         0: .line 2250
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 7
         1: .line 2251
            aload 2 /* value */
            ifnonnull 3
         2: .line 2252
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 2254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMixinsIsMutable:()V
         4: .line 2255
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* value */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         5: .line 2256
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         6: .line 2257
            goto 8
         7: .line 2258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* value */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         8: .line 2260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Mixin value
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Api$Builder;
            0    9     1  index  I
            0    9     2  value  Lcom/google/protobuf/Mixin;
    MethodParameters:
       Name  Flags
      index  
      value  

  public com.google.protobuf.Api$Builder addMixins(com.google.protobuf.Mixin$Builder);
    descriptor: (Lcom/google/protobuf/Mixin$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Mixin$Builder builderForValue
         0: .line 2271
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 2272
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMixinsIsMutable:()V
         2: .line 2273
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.Mixin$Builder.build:()Lcom/google/protobuf/Mixin;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 2274
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 2275
            goto 6
         5: .line 2276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.Mixin$Builder.build:()Lcom/google/protobuf/Mixin;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         6: .line 2278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Mixin$Builder builderForValue
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Api$Builder;
            0    7     1  builderForValue  Lcom/google/protobuf/Mixin$Builder;
    MethodParameters:
                 Name  Flags
      builderForValue  

  public com.google.protobuf.Api$Builder addMixins(int, com.google.protobuf.Mixin$Builder);
    descriptor: (ILcom/google/protobuf/Mixin$Builder;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
        start local 2 // com.google.protobuf.Mixin$Builder builderForValue
         0: .line 2289
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 2290
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMixinsIsMutable:()V
         2: .line 2291
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Mixin$Builder.build:()Lcom/google/protobuf/Mixin;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         3: .line 2292
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 2293
            goto 6
         5: .line 2294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            aload 2 /* builderForValue */
            invokevirtual com.google.protobuf.Mixin$Builder.build:()Lcom/google/protobuf/Mixin;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         6: .line 2296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Mixin$Builder builderForValue
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Api$Builder;
            0    7     1            index  I
            0    7     2  builderForValue  Lcom/google/protobuf/Mixin$Builder;
    MethodParameters:
                 Name  Flags
      index            
      builderForValue  

  public com.google.protobuf.Api$Builder addAllMixins(java.lang.Iterable<? extends com.google.protobuf.Mixin>);
    descriptor: (Ljava/lang/Iterable;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // java.lang.Iterable values
         0: .line 2307
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 6
         1: .line 2308
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMixinsIsMutable:()V
         2: .line 2310
            aload 1 /* values */
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
         3: .line 2309
            invokestatic com.google.protobuf.AbstractMessageLite$Builder.addAll:(Ljava/lang/Iterable;Ljava/util/List;)V
         4: .line 2311
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         5: .line 2312
            goto 7
         6: .line 2313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            aload 1 /* values */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
            pop
         7: .line 2315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable values
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/google/protobuf/Api$Builder;
            0    8     1  values  Ljava/lang/Iterable<+Lcom/google/protobuf/Mixin;>;
    Signature: (Ljava/lang/Iterable<+Lcom/google/protobuf/Mixin;>;)Lcom/google/protobuf/Api$Builder;
    MethodParameters:
        Name  Flags
      values  

  public com.google.protobuf.Api$Builder clearMixins();
    descriptor: ()Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 2325
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 2326
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
         2: .line 2327
            aload 0 /* this */
            dup
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            bipush -5
            iand
            putfield com.google.protobuf.Api$Builder.bitField0_:I
         3: .line 2328
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 2329
            goto 6
         5: .line 2330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.clear:()V
         6: .line 2332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Api$Builder removeMixins(int);
    descriptor: (I)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
         0: .line 2342
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 5
         1: .line 2343
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.ensureMixinsIsMutable:()V
         2: .line 2344
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         3: .line 2345
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 2346
            goto 6
         5: .line 2347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.remove:(I)V
         6: .line 2349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/google/protobuf/Api$Builder;
            0    7     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.Mixin$Builder getMixinsBuilder(int);
    descriptor: (I)Lcom/google/protobuf/Mixin$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
         0: .line 2360
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMixinsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getBuilder:(I)Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Mixin$Builder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Api$Builder;
            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$Builder this
        start local 1 // int index
         0: .line 2371
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 2
         1: .line 2372
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.MixinOrBuilder
            areturn
         2: .line 2373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            iload 1 /* index */
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageOrBuilder:(I)Lcom/google/protobuf/MessageOrBuilder;
            checkcast com.google.protobuf.MixinOrBuilder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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$Builder this
         0: .line 2385
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnull 2
         1: .line 2386
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageOrBuilderList:()Ljava/util/List;
            areturn
         2: .line 2388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Ljava/util/List<+Lcom/google/protobuf/MixinOrBuilder;>;

  public com.google.protobuf.Mixin$Builder addMixinsBuilder();
    descriptor: ()Lcom/google/protobuf/Mixin$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 2399
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMixinsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
         1: .line 2400
            invokestatic com.google.protobuf.Mixin.getDefaultInstance:()Lcom/google/protobuf/Mixin;
         2: .line 2399
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addBuilder:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Mixin$Builder
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;

  public com.google.protobuf.Mixin$Builder addMixinsBuilder(int);
    descriptor: (I)Lcom/google/protobuf/Mixin$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int index
         0: .line 2411
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMixinsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
         1: .line 2412
            iload 1 /* index */
            invokestatic com.google.protobuf.Mixin.getDefaultInstance:()Lcom/google/protobuf/Mixin;
         2: .line 2411
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addBuilder:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Mixin$Builder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.util.List<com.google.protobuf.Mixin$Builder> getMixinsBuilderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 2423
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getMixinsFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
            invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getBuilderList:()Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Mixin$Builder;>;

  private com.google.protobuf.RepeatedFieldBuilderV3<com.google.protobuf.Mixin, com.google.protobuf.Mixin$Builder, com.google.protobuf.MixinOrBuilder> getMixinsFieldBuilder();
    descriptor: ()Lcom/google/protobuf/RepeatedFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.google.protobuf.Api$Builder this
         0: .line 2428
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            ifnonnull 10
         1: .line 2429
            aload 0 /* this */
         2: new com.google.protobuf.RepeatedFieldBuilderV3
            dup
         3: .line 2431
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
         4: .line 2432
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.bitField0_:I
            iconst_4
            iand
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: com.google.protobuf.Api$Builder
      StackMap stack: com.google.protobuf.Api$Builder new 2 new 2 java.util.List
         5: iconst_0
         6: .line 2433
      StackMap locals: com.google.protobuf.Api$Builder
      StackMap stack: com.google.protobuf.Api$Builder new 2 new 2 java.util.List int
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.getParentForChildren:()Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
         7: .line 2434
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.isClean:()Z
            invokespecial com.google.protobuf.RepeatedFieldBuilderV3.<init>:(Ljava/util/List;ZLcom/google/protobuf/AbstractMessage$BuilderParent;Z)V
         8: .line 2429
            putfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
         9: .line 2435
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Api$Builder.mixins_:Ljava/util/List;
        10: .line 2437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.mixinsBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/Api$Builder;
    Signature: ()Lcom/google/protobuf/RepeatedFieldBuilderV3<Lcom/google/protobuf/Mixin;Lcom/google/protobuf/Mixin$Builder;Lcom/google/protobuf/MixinOrBuilder;>;

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

  public com.google.protobuf.Api$Builder setSyntaxValue(int);
    descriptor: (I)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // int value
         0: .line 2462
            aload 0 /* this */
            iload 1 /* value */
            putfield com.google.protobuf.Api$Builder.syntax_:I
         1: .line 2463
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         2: .line 2464
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/Api$Builder;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  

  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$Builder this
         0: .line 2476
            aload 0 /* this */
            getfield com.google.protobuf.Api$Builder.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 2477
            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$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/protobuf/Api$Builder;
            1    4     1  result  Lcom/google/protobuf/Syntax;

  public com.google.protobuf.Api$Builder setSyntax(com.google.protobuf.Syntax);
    descriptor: (Lcom/google/protobuf/Syntax;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.Syntax value
         0: .line 2489
            aload 1 /* value */
            ifnonnull 2
         1: .line 2490
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 2493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual com.google.protobuf.Syntax.getNumber:()I
            putfield com.google.protobuf.Api$Builder.syntax_:I
         3: .line 2494
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         4: .line 2495
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Syntax value
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/Api$Builder;
            0    5     1  value  Lcom/google/protobuf/Syntax;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Api$Builder clearSyntax();
    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$Builder this
         0: .line 2507
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Api$Builder.syntax_:I
         1: .line 2508
            aload 0 /* this */
            invokevirtual com.google.protobuf.Api$Builder.onChanged:()V
         2: .line 2509
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Api$Builder;

  public final com.google.protobuf.Api$Builder setUnknownFields(com.google.protobuf.UnknownFieldSet);
    descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.UnknownFieldSet unknownFields
         0: .line 2514
            aload 0 /* this */
            aload 1 /* unknownFields */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.setUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
            checkcast com.google.protobuf.Api$Builder
            areturn
        end local 1 // com.google.protobuf.UnknownFieldSet unknownFields
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/google/protobuf/Api$Builder;
            0    1     1  unknownFields  Lcom/google/protobuf/UnknownFieldSet;
    MethodParameters:
               Name  Flags
      unknownFields  final

  public final com.google.protobuf.Api$Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet);
    descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Api$Builder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Api$Builder this
        start local 1 // com.google.protobuf.UnknownFieldSet unknownFields
         0: .line 2520
            aload 0 /* this */
            aload 1 /* unknownFields */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
            checkcast com.google.protobuf.Api$Builder
            areturn
        end local 1 // com.google.protobuf.UnknownFieldSet unknownFields
        end local 0 // com.google.protobuf.Api$Builder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/google/protobuf/Api$Builder;
            0    1     1  unknownFields  Lcom/google/protobuf/UnknownFieldSet;
    MethodParameters:
               Name  Flags
      unknownFields  final

  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$Builder.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$Builder.getDefaultInstanceForType:()Lcom/google/protobuf/Api;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.protobuf.Api$Builder.addRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message$Builder addRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Message$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.protobuf.Api$Builder.addRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public com.google.protobuf.AbstractMessage$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/AbstractMessage$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.protobuf.Api$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public com.google.protobuf.MessageLite$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.protobuf.Api$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public com.google.protobuf.Message$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.protobuf.Api$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public com.google.protobuf.AbstractMessageLite$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/AbstractMessageLite$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.protobuf.Api$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

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

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

  public com.google.protobuf.GeneratedMessageV3$Builder clear();
    descriptor: ()Lcom/google/protobuf/GeneratedMessageV3$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$Builder.clear:()Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.MessageLite$Builder clear();
    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$Builder.clear:()Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message$Builder clear();
    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$Builder.clear:()Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.GeneratedMessageV3$Builder clone();
    descriptor: ()Lcom/google/protobuf/GeneratedMessageV3$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$Builder.clone:()Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.MessageLite$Builder clone();
    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$Builder.clone:()Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message$Builder clone();
    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$Builder.clone:()Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    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$Builder.clone:()Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public com.google.protobuf.AbstractMessageLite$Builder clone();
    descriptor: ()Lcom/google/protobuf/AbstractMessageLite$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$Builder.clone:()Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.MessageLite build();
    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$Builder.build:()Lcom/google/protobuf/Api;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message build();
    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$Builder.build:()Lcom/google/protobuf/Api;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public com.google.protobuf.MessageLite buildPartial();
    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$Builder.buildPartial:()Lcom/google/protobuf/Api;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message buildPartial();
    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$Builder.buildPartial:()Lcom/google/protobuf/Api;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.GeneratedMessageV3$Builder setField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.protobuf.Api$Builder.setField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message$Builder setField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Message$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.protobuf.Api$Builder.setField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            invokevirtual com.google.protobuf.Api$Builder.setRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message$Builder setRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/Message$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            invokevirtual com.google.protobuf.Api$Builder.setRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/Api$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/protobuf/GeneratedMessageV3$Builder<Lcom/google/protobuf/Api$Builder;>;Lcom/google/protobuf/ApiOrBuilder;
SourceFile: "Api.java"
NestHost: com.google.protobuf.Api
InnerClasses:
  public abstract Builder = com.google.protobuf.AbstractMessage$Builder of com.google.protobuf.AbstractMessage
  protected abstract BuilderParent = com.google.protobuf.AbstractMessage$BuilderParent of com.google.protobuf.AbstractMessage
  public abstract Builder = com.google.protobuf.AbstractMessageLite$Builder of com.google.protobuf.AbstractMessageLite
  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 final FieldDescriptor = com.google.protobuf.Descriptors$FieldDescriptor of com.google.protobuf.Descriptors
  public final OneofDescriptor = com.google.protobuf.Descriptors$OneofDescriptor 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
  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.Method$Builder of com.google.protobuf.Method
  public final Builder = com.google.protobuf.Mixin$Builder of com.google.protobuf.Mixin
  public final Builder = com.google.protobuf.Option$Builder of com.google.protobuf.Option
  public final Builder = com.google.protobuf.SourceContext$Builder of com.google.protobuf.SourceContext