public final class com.google.protobuf.Value$Builder extends com.google.protobuf.GeneratedMessageV3$Builder<com.google.protobuf.Value$Builder> implements com.google.protobuf.ValueOrBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.Value$Builder
  super_class: com.google.protobuf.GeneratedMessageV3$Builder
{
  private int kindCase_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private com.google.protobuf.SingleFieldBuilderV3<com.google.protobuf.Struct, com.google.protobuf.Struct$Builder, com.google.protobuf.StructOrBuilder> structValueBuilder_;
    descriptor: Lcom/google/protobuf/SingleFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/google/protobuf/SingleFieldBuilderV3<Lcom/google/protobuf/Struct;Lcom/google/protobuf/Struct$Builder;Lcom/google/protobuf/StructOrBuilder;>;

  private com.google.protobuf.SingleFieldBuilderV3<com.google.protobuf.ListValue, com.google.protobuf.ListValue$Builder, com.google.protobuf.ListValueOrBuilder> listValueBuilder_;
    descriptor: Lcom/google/protobuf/SingleFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/google/protobuf/SingleFieldBuilderV3<Lcom/google/protobuf/ListValue;Lcom/google/protobuf/ListValue$Builder;Lcom/google/protobuf/ListValueOrBuilder;>;

  private static volatile int[] $SWITCH_TABLE$com$google$protobuf$Value$KindCase;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  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 654
            getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_Value_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.Value$Builder this
         0: .line 660
            getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_Value_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 662
            ldc Lcom/google/protobuf/Value;
            ldc Lcom/google/protobuf/Value$Builder;
         2: .line 661
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 660
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Value$Builder;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 666
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.<init>:()V
         1: .line 845
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         2: .line 667
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.maybeForceBuilderInitialization:()V
         3: .line 668
            return
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Value$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.Value$Builder this
        start local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
         0: .line 672
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.<init>:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)V
         1: .line 845
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         2: .line 673
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.maybeForceBuilderInitialization:()V
         3: .line 674
            return
        end local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/protobuf/Value$Builder;
            0    4     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.Value$Builder this
         0: .line 677
            getstatic com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders:Z
            pop
         1: .line 679
            return
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder clear();
    descriptor: ()Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 682
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clear:()Lcom/google/protobuf/GeneratedMessageV3$Builder;
            pop
         1: .line 683
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         2: .line 684
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         3: .line 685
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Value$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.Value$Builder this
         0: .line 691
            getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_Value_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Value$Builder;

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

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

  public com.google.protobuf.Value buildPartial();
    descriptor: ()Lcom/google/protobuf/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 710
            new com.google.protobuf.Value
            dup
            aload 0 /* this */
            invokespecial com.google.protobuf.Value.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
            astore 1 /* result */
        start local 1 // com.google.protobuf.Value result
         1: .line 711
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_1
            if_icmpne 3
         2: .line 712
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
         3: .line 714
      StackMap locals: com.google.protobuf.Value
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_2
            if_icmpne 5
         4: .line 715
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
         5: .line 717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_3
            if_icmpne 7
         6: .line 718
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
         7: .line 720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_4
            if_icmpne 9
         8: .line 721
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
         9: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 14
        10: .line 724
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 13
        11: .line 725
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        12: .line 726
            goto 14
        13: .line 727
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.build:()Lcom/google/protobuf/AbstractMessage;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        14: .line 730
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 19
        15: .line 731
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 18
        16: .line 732
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        17: .line 733
            goto 19
        18: .line 734
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.build:()Lcom/google/protobuf/AbstractMessage;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        19: .line 737
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            putfield com.google.protobuf.Value.kindCase_:I
        20: .line 738
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onBuilt:()V
        21: .line 739
            aload 1 /* result */
            areturn
        end local 1 // com.google.protobuf.Value result
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lcom/google/protobuf/Value$Builder;
            1   22     1  result  Lcom/google/protobuf/Value;

  public com.google.protobuf.Value$Builder clone();
    descriptor: ()Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 744
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clone:()Lcom/google/protobuf/GeneratedMessageV3$Builder;
            checkcast com.google.protobuf.Value$Builder
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder setField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        start local 2 // java.lang.Object value
         0: .line 750
            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.Value$Builder
            areturn
        end local 2 // java.lang.Object value
        end local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Value$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.Value$Builder clearField(com.google.protobuf.Descriptors$FieldDescriptor);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
         0: .line 755
            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.Value$Builder
            areturn
        end local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Value$Builder;
            0    1     1  field  Lcom/google/protobuf/Descriptors$FieldDescriptor;
    MethodParameters:
       Name  Flags
      field  

  public com.google.protobuf.Value$Builder clearOneof(com.google.protobuf.Descriptors$OneofDescriptor);
    descriptor: (Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.Descriptors$OneofDescriptor oneof
         0: .line 760
            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.Value$Builder
            areturn
        end local 1 // com.google.protobuf.Descriptors$OneofDescriptor oneof
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Value$Builder;
            0    1     1  oneof  Lcom/google/protobuf/Descriptors$OneofDescriptor;
    MethodParameters:
       Name  Flags
      oneof  

  public com.google.protobuf.Value$Builder setRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.protobuf.Value$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 766
            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.Value$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.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Value$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.Value$Builder addRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
    descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        start local 2 // java.lang.Object value
         0: .line 772
            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.Value$Builder
            areturn
        end local 2 // java.lang.Object value
        end local 1 // com.google.protobuf.Descriptors$FieldDescriptor field
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/Value$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.Value$Builder mergeFrom(com.google.protobuf.Message);
    descriptor: (Lcom/google/protobuf/Message;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.Message other
         0: .line 776
            aload 1 /* other */
            instanceof com.google.protobuf.Value
            ifeq 2
         1: .line 777
            aload 0 /* this */
            aload 1 /* other */
            checkcast com.google.protobuf.Value
            invokevirtual com.google.protobuf.Value$Builder.mergeFrom:(Lcom/google/protobuf/Value;)Lcom/google/protobuf/Value$Builder;
            areturn
         2: .line 779
      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 780
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Message other
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/protobuf/Value$Builder;
            0    4     1  other  Lcom/google/protobuf/Message;
    MethodParameters:
       Name  Flags
      other  

  public com.google.protobuf.Value$Builder mergeFrom(com.google.protobuf.Value);
    descriptor: (Lcom/google/protobuf/Value;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.Value other
         0: .line 785
            aload 1 /* other */
            invokestatic com.google.protobuf.Value.getDefaultInstance:()Lcom/google/protobuf/Value;
            if_acmpne 1
            aload 0 /* this */
            areturn
         1: .line 786
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.Value$Builder.$SWITCH_TABLE$com$google$protobuf$Value$KindCase:()[I
            aload 1 /* other */
            invokevirtual com.google.protobuf.Value.getKindCase:()Lcom/google/protobuf/Value$KindCase;
            invokevirtual com.google.protobuf.Value$KindCase.ordinal:()I
            iaload
            tableswitch { // 1 - 7
                    1: 2
                    2: 4
                    3: 6
                    4: 10
                    5: 12
                    6: 14
                    7: 16
              default: 16
          }
         2: .line 788
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual com.google.protobuf.Value.getNullValueValue:()I
            invokevirtual com.google.protobuf.Value$Builder.setNullValueValue:(I)Lcom/google/protobuf/Value$Builder;
            pop
         3: .line 789
            goto 16
         4: .line 792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual com.google.protobuf.Value.getNumberValue:()D
            invokevirtual com.google.protobuf.Value$Builder.setNumberValue:(D)Lcom/google/protobuf/Value$Builder;
            pop
         5: .line 793
            goto 16
         6: .line 796
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         7: .line 797
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         8: .line 798
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         9: .line 799
            goto 16
        10: .line 802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual com.google.protobuf.Value.getBoolValue:()Z
            invokevirtual com.google.protobuf.Value$Builder.setBoolValue:(Z)Lcom/google/protobuf/Value$Builder;
            pop
        11: .line 803
            goto 16
        12: .line 806
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual com.google.protobuf.Value.getStructValue:()Lcom/google/protobuf/Struct;
            invokevirtual com.google.protobuf.Value$Builder.mergeStructValue:(Lcom/google/protobuf/Struct;)Lcom/google/protobuf/Value$Builder;
            pop
        13: .line 807
            goto 16
        14: .line 810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual com.google.protobuf.Value.getListValue:()Lcom/google/protobuf/ListValue;
            invokevirtual com.google.protobuf.Value$Builder.mergeListValue:(Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/Value$Builder;
            pop
        15: .line 811
            goto 16
        16: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Value.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.Value$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Value$Builder;
            pop
        17: .line 818
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
        18: .line 819
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Value other
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lcom/google/protobuf/Value$Builder;
            0   19     1  other  Lcom/google/protobuf/Value;
    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.Value$Builder this
         0: .line 824
            iconst_1
            ireturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 832
            aconst_null
            astore 3 /* parsedMessage */
        start local 3 // com.google.protobuf.Value parsedMessage
         1: .line 834
            getstatic com.google.protobuf.Value.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.Value
            astore 3 /* parsedMessage */
         2: .line 835
            goto 10
      StackMap locals: com.google.protobuf.Value$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.Value
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
         3: astore 4 /* e */
        start local 4 // com.google.protobuf.InvalidProtocolBufferException e
         4: .line 836
            aload 4 /* e */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.getUnfinishedMessage:()Lcom/google/protobuf/MessageLite;
            checkcast com.google.protobuf.Value
            astore 3 /* parsedMessage */
         5: .line 837
            aload 4 /* e */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.unwrapIOException:()Ljava/io/IOException;
            athrow
        end local 4 // com.google.protobuf.InvalidProtocolBufferException e
         6: .line 838
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         7: .line 839
            aload 3 /* parsedMessage */
            ifnull 9
         8: .line 840
            aload 0 /* this */
            aload 3 /* parsedMessage */
            invokevirtual com.google.protobuf.Value$Builder.mergeFrom:(Lcom/google/protobuf/Value;)Lcom/google/protobuf/Value$Builder;
            pop
         9: .line 842
      StackMap locals: com.google.protobuf.Value$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.Value top java.lang.Throwable
      StackMap stack:
            aload 5
            athrow
        10: .line 839
      StackMap locals: com.google.protobuf.Value$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.Value
      StackMap stack:
            aload 3 /* parsedMessage */
            ifnull 12
        11: .line 840
            aload 0 /* this */
            aload 3 /* parsedMessage */
            invokevirtual com.google.protobuf.Value$Builder.mergeFrom:(Lcom/google/protobuf/Value;)Lcom/google/protobuf/Value$Builder;
            pop
        12: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // com.google.protobuf.Value parsedMessage
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/google/protobuf/Value$Builder;
            0   13     1              input  Lcom/google/protobuf/CodedInputStream;
            0   13     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            1   13     3      parsedMessage  Lcom/google/protobuf/Value;
            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 com.google.protobuf.Value$KindCase getKindCase();
    descriptor: ()Lcom/google/protobuf/Value$KindCase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 850
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
         1: .line 849
            invokestatic com.google.protobuf.Value$KindCase.forNumber:(I)Lcom/google/protobuf/Value$KindCase;
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder clearKind();
    descriptor: ()Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 854
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         1: .line 855
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         2: .line 856
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         3: .line 857
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Value$Builder;

  public int getNullValueValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 870
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_1
            if_icmpne 2
         1: .line 871
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         2: .line 873
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder setNullValueValue(int);
    descriptor: (I)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // int value
         0: .line 885
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         1: .line 886
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         2: .line 887
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         3: .line 888
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/protobuf/Value$Builder;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.NullValue getNullValue();
    descriptor: ()Lcom/google/protobuf/NullValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 899
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_1
            if_icmpne 6
         1: .line 902
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         2: .line 901
            invokestatic com.google.protobuf.NullValue.valueOf:(I)Lcom/google/protobuf/NullValue;
            astore 1 /* result */
        start local 1 // com.google.protobuf.NullValue result
         3: .line 903
            aload 1 /* result */
            ifnonnull 4
            getstatic com.google.protobuf.NullValue.UNRECOGNIZED:Lcom/google/protobuf/NullValue;
            goto 5
      StackMap locals: com.google.protobuf.NullValue
      StackMap stack:
         4: aload 1 /* result */
      StackMap locals:
      StackMap stack: com.google.protobuf.NullValue
         5: areturn
        end local 1 // com.google.protobuf.NullValue result
         6: .line 905
      StackMap locals:
      StackMap stack:
            getstatic com.google.protobuf.NullValue.NULL_VALUE:Lcom/google/protobuf/NullValue;
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/protobuf/Value$Builder;
            3    6     1  result  Lcom/google/protobuf/NullValue;

  public com.google.protobuf.Value$Builder setNullValue(com.google.protobuf.NullValue);
    descriptor: (Lcom/google/protobuf/NullValue;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.NullValue value
         0: .line 917
            aload 1 /* value */
            ifnonnull 2
         1: .line 918
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         3: .line 921
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual com.google.protobuf.NullValue.getNumber:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         4: .line 922
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         5: .line 923
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.NullValue value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/google/protobuf/Value$Builder;
            0    6     1  value  Lcom/google/protobuf/NullValue;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Value$Builder clearNullValue();
    descriptor: ()Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 934
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_1
            if_icmpne 4
         1: .line 935
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         2: .line 936
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         3: .line 937
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         4: .line 939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/Value$Builder;

  public double getNumberValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 951
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_2
            if_icmpne 2
         1: .line 952
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            dreturn
         2: .line 954
      StackMap locals:
      StackMap stack:
            dconst_0
            dreturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder setNumberValue(double);
    descriptor: (D)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // double value
         0: .line 966
            aload 0 /* this */
            iconst_2
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         1: .line 967
            aload 0 /* this */
            dload 1 /* value */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         2: .line 968
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         3: .line 969
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/protobuf/Value$Builder;
            0    4     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Value$Builder clearNumberValue();
    descriptor: ()Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 980
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_2
            if_icmpne 4
         1: .line 981
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         2: .line 982
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         3: .line 983
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         4: .line 985
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/Value$Builder;

  public java.lang.String getStringValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 997
            ldc ""
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 998
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_3
            if_icmpne 3
         2: .line 999
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            astore 1 /* ref */
         3: .line 1001
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            instanceof java.lang.String
            ifne 10
         4: .line 1003
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
         5: .line 1002
            astore 2 /* bs */
        start local 2 // com.google.protobuf.ByteString bs
         6: .line 1004
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         7: .line 1005
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_3
            if_icmpne 9
         8: .line 1006
            aload 0 /* this */
            aload 3 /* s */
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         9: .line 1008
      StackMap locals: com.google.protobuf.ByteString java.lang.String
      StackMap stack:
            aload 3 /* s */
            areturn
        end local 3 // java.lang.String s
        end local 2 // com.google.protobuf.ByteString bs
        10: .line 1010
      StackMap locals:
      StackMap stack:
            aload 1 /* ref */
            checkcast java.lang.String
            areturn
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/Value$Builder;
            1   11     1   ref  Ljava/lang/Object;
            6   10     2    bs  Lcom/google/protobuf/ByteString;
            7   10     3     s  Ljava/lang/String;

  public com.google.protobuf.ByteString getStringValueBytes();
    descriptor: ()Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1023
            ldc ""
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 1024
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_3
            if_icmpne 3
         2: .line 1025
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            astore 1 /* ref */
         3: .line 1027
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 10
         4: .line 1030
            aload 1 /* ref */
            checkcast java.lang.String
         5: .line 1029
            invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
         6: .line 1028
            astore 2 /* b */
        start local 2 // com.google.protobuf.ByteString b
         7: .line 1031
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_3
            if_icmpne 9
         8: .line 1032
            aload 0 /* this */
            aload 2 /* b */
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         9: .line 1034
      StackMap locals: com.google.protobuf.ByteString
      StackMap stack:
            aload 2 /* b */
            areturn
        end local 2 // com.google.protobuf.ByteString b
        10: .line 1036
      StackMap locals:
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
            areturn
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/Value$Builder;
            1   11     1   ref  Ljava/lang/Object;
            7   10     2     b  Lcom/google/protobuf/ByteString;

  public com.google.protobuf.Value$Builder setStringValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // java.lang.String value
         0: .line 1050
            aload 1 /* value */
            ifnonnull 2
         1: .line 1051
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         3: .line 1054
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         4: .line 1055
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         5: .line 1056
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/google/protobuf/Value$Builder;
            0    6     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Value$Builder clearStringValue();
    descriptor: ()Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1067
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_3
            if_icmpne 4
         1: .line 1068
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         2: .line 1069
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         3: .line 1070
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         4: .line 1072
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder setStringValueBytes(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.ByteString value
         0: .line 1085
            aload 1 /* value */
            ifnonnull 2
         1: .line 1086
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1088
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            invokestatic com.google.protobuf.Value.checkByteStringIsUtf8:(Lcom/google/protobuf/ByteString;)V
         3: .line 1089
            aload 0 /* this */
            iconst_3
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         4: .line 1090
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         5: .line 1091
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         6: .line 1092
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.ByteString value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/google/protobuf/Value$Builder;
            0    7     1  value  Lcom/google/protobuf/ByteString;
    MethodParameters:
       Name  Flags
      value  

  public boolean getBoolValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1104
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_4
            if_icmpne 2
         1: .line 1105
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         2: .line 1107
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder setBoolValue(boolean);
    descriptor: (Z)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // boolean value
         0: .line 1119
            aload 0 /* this */
            iconst_4
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         1: .line 1120
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         2: .line 1121
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         3: .line 1122
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/protobuf/Value$Builder;
            0    4     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Value$Builder clearBoolValue();
    descriptor: ()Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1133
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_4
            if_icmpne 4
         1: .line 1134
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         2: .line 1135
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         3: .line 1136
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         4: .line 1138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/Value$Builder;

  public boolean hasStructValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1152
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Struct getStructValue();
    descriptor: ()Lcom/google/protobuf/Struct;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1163
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 4
         1: .line 1164
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 3
         2: .line 1165
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            areturn
         3: .line 1167
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.Struct.getDefaultInstance:()Lcom/google/protobuf/Struct;
            areturn
         4: .line 1169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 6
         5: .line 1170
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.getMessage:()Lcom/google/protobuf/AbstractMessage;
            checkcast com.google.protobuf.Struct
            areturn
         6: .line 1172
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.Struct.getDefaultInstance:()Lcom/google/protobuf/Struct;
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder setStructValue(com.google.protobuf.Struct);
    descriptor: (Lcom/google/protobuf/Struct;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.Struct value
         0: .line 1183
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 6
         1: .line 1184
            aload 1 /* value */
            ifnonnull 3
         2: .line 1185
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 1187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         4: .line 1188
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         5: .line 1189
            goto 7
         6: .line 1190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.setMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
         7: .line 1192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         8: .line 1193
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Struct value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Value$Builder;
            0    9     1  value  Lcom/google/protobuf/Struct;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Value$Builder setStructValue(com.google.protobuf.Struct$Builder);
    descriptor: (Lcom/google/protobuf/Struct$Builder;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.Struct$Builder builderForValue
         0: .line 1204
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 4
         1: .line 1205
            aload 0 /* this */
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.Struct$Builder.build:()Lcom/google/protobuf/Struct;
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         2: .line 1206
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         3: .line 1207
            goto 5
         4: .line 1208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.Struct$Builder.build:()Lcom/google/protobuf/Struct;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.setMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
         5: .line 1210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         6: .line 1211
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Struct$Builder builderForValue
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Value$Builder;
            0    7     1  builderForValue  Lcom/google/protobuf/Struct$Builder;
    MethodParameters:
                 Name  Flags
      builderForValue  

  public com.google.protobuf.Value$Builder mergeStructValue(com.google.protobuf.Struct);
    descriptor: (Lcom/google/protobuf/Struct;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.Struct value
         0: .line 1221
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 10
         1: .line 1222
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 7
         2: .line 1223
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            invokestatic com.google.protobuf.Struct.getDefaultInstance:()Lcom/google/protobuf/Struct;
            if_acmpeq 7
         3: .line 1224
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            invokestatic com.google.protobuf.Struct.newBuilder:(Lcom/google/protobuf/Struct;)Lcom/google/protobuf/Struct$Builder;
         4: .line 1225
            aload 1 /* value */
            invokevirtual com.google.protobuf.Struct$Builder.mergeFrom:(Lcom/google/protobuf/Struct;)Lcom/google/protobuf/Struct$Builder;
            invokevirtual com.google.protobuf.Struct$Builder.buildPartial:()Lcom/google/protobuf/Struct;
         5: .line 1224
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         6: .line 1226
            goto 8
         7: .line 1227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         8: .line 1229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         9: .line 1230
            goto 13
        10: .line 1231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 12
        11: .line 1232
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.mergeFrom:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
        12: .line 1234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.setMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
        13: .line 1236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.google.protobuf.Value$Builder.kindCase_:I
        14: .line 1237
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Struct value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lcom/google/protobuf/Value$Builder;
            0   15     1  value  Lcom/google/protobuf/Struct;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Value$Builder clearStructValue();
    descriptor: ()Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1247
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 6
         1: .line 1248
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 10
         2: .line 1249
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         3: .line 1250
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         4: .line 1251
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         5: .line 1253
            goto 10
         6: .line 1254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 9
         7: .line 1255
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         8: .line 1256
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         9: .line 1258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.clear:()Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
        10: .line 1260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Struct$Builder getStructValueBuilder();
    descriptor: ()Lcom/google/protobuf/Struct$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1270
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.getStructValueFieldBuilder:()Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.getBuilder:()Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.Struct$Builder
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.StructOrBuilder getStructValueOrBuilder();
    descriptor: ()Lcom/google/protobuf/StructOrBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1280
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 2
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnull 2
         1: .line 1281
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.getMessageOrBuilder:()Lcom/google/protobuf/MessageOrBuilder;
            checkcast com.google.protobuf.StructOrBuilder
            areturn
         2: .line 1283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpne 4
         3: .line 1284
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            areturn
         4: .line 1286
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.Struct.getDefaultInstance:()Lcom/google/protobuf/Struct;
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/Value$Builder;

  private com.google.protobuf.SingleFieldBuilderV3<com.google.protobuf.Struct, com.google.protobuf.Struct$Builder, com.google.protobuf.StructOrBuilder> getStructValueFieldBuilder();
    descriptor: ()Lcom/google/protobuf/SingleFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1299
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 9
         1: .line 1300
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            iconst_5
            if_icmpeq 3
         2: .line 1301
            aload 0 /* this */
            invokestatic com.google.protobuf.Struct.getDefaultInstance:()Lcom/google/protobuf/Struct;
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         3: .line 1303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.google.protobuf.SingleFieldBuilderV3
            dup
         4: .line 1305
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
         5: .line 1306
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.getParentForChildren:()Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
         6: .line 1307
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.isClean:()Z
            invokespecial com.google.protobuf.SingleFieldBuilderV3.<init>:(Lcom/google/protobuf/AbstractMessage;Lcom/google/protobuf/AbstractMessage$BuilderParent;Z)V
         7: .line 1303
            putfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
         8: .line 1308
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         9: .line 1310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.google.protobuf.Value$Builder.kindCase_:I
        10: .line 1311
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
        11: .line 1312
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.structValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/google/protobuf/Value$Builder;
    Signature: ()Lcom/google/protobuf/SingleFieldBuilderV3<Lcom/google/protobuf/Struct;Lcom/google/protobuf/Struct$Builder;Lcom/google/protobuf/StructOrBuilder;>;

  public boolean hasListValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1326
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.ListValue getListValue();
    descriptor: ()Lcom/google/protobuf/ListValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1337
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 4
         1: .line 1338
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 3
         2: .line 1339
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
            areturn
         3: .line 1341
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.ListValue.getDefaultInstance:()Lcom/google/protobuf/ListValue;
            areturn
         4: .line 1343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 6
         5: .line 1344
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.getMessage:()Lcom/google/protobuf/AbstractMessage;
            checkcast com.google.protobuf.ListValue
            areturn
         6: .line 1346
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.ListValue.getDefaultInstance:()Lcom/google/protobuf/ListValue;
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.Value$Builder setListValue(com.google.protobuf.ListValue);
    descriptor: (Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.ListValue value
         0: .line 1357
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 6
         1: .line 1358
            aload 1 /* value */
            ifnonnull 3
         2: .line 1359
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 1361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         4: .line 1362
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         5: .line 1363
            goto 7
         6: .line 1364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.setMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
         7: .line 1366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         8: .line 1367
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.ListValue value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/Value$Builder;
            0    9     1  value  Lcom/google/protobuf/ListValue;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Value$Builder setListValue(com.google.protobuf.ListValue$Builder);
    descriptor: (Lcom/google/protobuf/ListValue$Builder;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.ListValue$Builder builderForValue
         0: .line 1378
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 4
         1: .line 1379
            aload 0 /* this */
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.ListValue$Builder.build:()Lcom/google/protobuf/ListValue;
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         2: .line 1380
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         3: .line 1381
            goto 5
         4: .line 1382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* builderForValue */
            invokevirtual com.google.protobuf.ListValue$Builder.build:()Lcom/google/protobuf/ListValue;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.setMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
         5: .line 1384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         6: .line 1385
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.ListValue$Builder builderForValue
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/google/protobuf/Value$Builder;
            0    7     1  builderForValue  Lcom/google/protobuf/ListValue$Builder;
    MethodParameters:
                 Name  Flags
      builderForValue  

  public com.google.protobuf.Value$Builder mergeListValue(com.google.protobuf.ListValue);
    descriptor: (Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.ListValue value
         0: .line 1395
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 10
         1: .line 1396
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 7
         2: .line 1397
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            invokestatic com.google.protobuf.ListValue.getDefaultInstance:()Lcom/google/protobuf/ListValue;
            if_acmpeq 7
         3: .line 1398
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
            invokestatic com.google.protobuf.ListValue.newBuilder:(Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/ListValue$Builder;
         4: .line 1399
            aload 1 /* value */
            invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/ListValue$Builder;
            invokevirtual com.google.protobuf.ListValue$Builder.buildPartial:()Lcom/google/protobuf/ListValue;
         5: .line 1398
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         6: .line 1400
            goto 8
         7: .line 1401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         8: .line 1403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         9: .line 1404
            goto 13
        10: .line 1405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 12
        11: .line 1406
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.mergeFrom:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
        12: .line 1408
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            aload 1 /* value */
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.setMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
        13: .line 1410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield com.google.protobuf.Value$Builder.kindCase_:I
        14: .line 1411
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.ListValue value
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lcom/google/protobuf/Value$Builder;
            0   15     1  value  Lcom/google/protobuf/ListValue;
    MethodParameters:
       Name  Flags
      value  

  public com.google.protobuf.Value$Builder clearListValue();
    descriptor: ()Lcom/google/protobuf/Value$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1421
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 6
         1: .line 1422
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 10
         2: .line 1423
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         3: .line 1424
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         4: .line 1425
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
         5: .line 1427
            goto 10
         6: .line 1428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 9
         7: .line 1429
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value$Builder.kindCase_:I
         8: .line 1430
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         9: .line 1432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.clear:()Lcom/google/protobuf/SingleFieldBuilderV3;
            pop
        10: .line 1434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.ListValue$Builder getListValueBuilder();
    descriptor: ()Lcom/google/protobuf/ListValue$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1444
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.getListValueFieldBuilder:()Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.getBuilder:()Lcom/google/protobuf/AbstractMessage$Builder;
            checkcast com.google.protobuf.ListValue$Builder
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Value$Builder;

  public com.google.protobuf.ListValueOrBuilder getListValueOrBuilder();
    descriptor: ()Lcom/google/protobuf/ListValueOrBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1454
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 2
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnull 2
         1: .line 1455
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            invokevirtual com.google.protobuf.SingleFieldBuilderV3.getMessageOrBuilder:()Lcom/google/protobuf/MessageOrBuilder;
            checkcast com.google.protobuf.ListValueOrBuilder
            areturn
         2: .line 1457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpne 4
         3: .line 1458
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
            areturn
         4: .line 1460
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.ListValue.getDefaultInstance:()Lcom/google/protobuf/ListValue;
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/Value$Builder;

  private com.google.protobuf.SingleFieldBuilderV3<com.google.protobuf.ListValue, com.google.protobuf.ListValue$Builder, com.google.protobuf.ListValueOrBuilder> getListValueFieldBuilder();
    descriptor: ()Lcom/google/protobuf/SingleFieldBuilderV3;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value$Builder this
         0: .line 1473
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            ifnonnull 9
         1: .line 1474
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kindCase_:I
            bipush 6
            if_icmpeq 3
         2: .line 1475
            aload 0 /* this */
            invokestatic com.google.protobuf.ListValue.getDefaultInstance:()Lcom/google/protobuf/ListValue;
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         3: .line 1477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.google.protobuf.SingleFieldBuilderV3
            dup
         4: .line 1479
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
         5: .line 1480
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.getParentForChildren:()Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
         6: .line 1481
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.isClean:()Z
            invokespecial com.google.protobuf.SingleFieldBuilderV3.<init>:(Lcom/google/protobuf/AbstractMessage;Lcom/google/protobuf/AbstractMessage$BuilderParent;Z)V
         7: .line 1477
            putfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
         8: .line 1482
            aload 0 /* this */
            aconst_null
            putfield com.google.protobuf.Value$Builder.kind_:Ljava/lang/Object;
         9: .line 1484
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield com.google.protobuf.Value$Builder.kindCase_:I
        10: .line 1485
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.onChanged:()V
        11: .line 1486
            aload 0 /* this */
            getfield com.google.protobuf.Value$Builder.listValueBuilder_:Lcom/google/protobuf/SingleFieldBuilderV3;
            areturn
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/google/protobuf/Value$Builder;
    Signature: ()Lcom/google/protobuf/SingleFieldBuilderV3<Lcom/google/protobuf/ListValue;Lcom/google/protobuf/ListValue$Builder;Lcom/google/protobuf/ListValueOrBuilder;>;

  public final com.google.protobuf.Value$Builder setUnknownFields(com.google.protobuf.UnknownFieldSet);
    descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.UnknownFieldSet unknownFields
         0: .line 1491
            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.Value$Builder
            areturn
        end local 1 // com.google.protobuf.UnknownFieldSet unknownFields
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/google/protobuf/Value$Builder;
            0    1     1  unknownFields  Lcom/google/protobuf/UnknownFieldSet;
    MethodParameters:
               Name  Flags
      unknownFields  final

  public final com.google.protobuf.Value$Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet);
    descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Value$Builder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value$Builder this
        start local 1 // com.google.protobuf.UnknownFieldSet unknownFields
         0: .line 1497
            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.Value$Builder
            areturn
        end local 1 // com.google.protobuf.UnknownFieldSet unknownFields
        end local 0 // com.google.protobuf.Value$Builder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/google/protobuf/Value$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.Value$Builder.getDefaultInstanceForType:()Lcom/google/protobuf/Value;
            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.Value$Builder.getDefaultInstanceForType:()Lcom/google/protobuf/Value;
            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.Value$Builder.addRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Value$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.Value$Builder.addRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Value$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.Value$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Value$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.Value$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Value$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.Value$Builder.clearField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/Value$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.Value$Builder.clearField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/Value$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.Value$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value$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.Value$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value$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.Value$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value$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.Value$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value$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.Value$Builder.mergeFrom:(Lcom/google/protobuf/Message;)Lcom/google/protobuf/Value$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.Value$Builder.mergeFrom:(Lcom/google/protobuf/Message;)Lcom/google/protobuf/Value$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.Value$Builder.clear:()Lcom/google/protobuf/Value$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.Value$Builder.clear:()Lcom/google/protobuf/Value$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.Value$Builder.clear:()Lcom/google/protobuf/Value$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.Value$Builder.clone:()Lcom/google/protobuf/Value$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.Value$Builder.clone:()Lcom/google/protobuf/Value$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.Value$Builder.clone:()Lcom/google/protobuf/Value$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.Value$Builder.clone:()Lcom/google/protobuf/Value$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.Value$Builder.clone:()Lcom/google/protobuf/Value$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.Value$Builder.build:()Lcom/google/protobuf/Value;
            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.Value$Builder.build:()Lcom/google/protobuf/Value;
            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.Value$Builder.clearOneof:(Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/Value$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.Value$Builder.clearOneof:(Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/Value$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.Value$Builder.setUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Value$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.Value$Builder.setUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Value$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.Value$Builder.buildPartial:()Lcom/google/protobuf/Value;
            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.Value$Builder.buildPartial:()Lcom/google/protobuf/Value;
            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.Value$Builder.setField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Value$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.Value$Builder.setField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Value$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.Value$Builder.setRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/Value$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.Value$Builder.setRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/Value$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static int[] $SWITCH_TABLE$com$google$protobuf$Value$KindCase();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 648
            getstatic com.google.protobuf.Value$Builder.$SWITCH_TABLE$com$google$protobuf$Value$KindCase:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.google.protobuf.Value$KindCase.values:()[Lcom/google/protobuf/Value$KindCase;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.google.protobuf.Value$KindCase.BOOL_VALUE:Lcom/google/protobuf/Value$KindCase;
            invokevirtual com.google.protobuf.Value$KindCase.ordinal:()I
            iconst_4
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.google.protobuf.Value$KindCase.KIND_NOT_SET:Lcom/google/protobuf/Value$KindCase;
            invokevirtual com.google.protobuf.Value$KindCase.ordinal:()I
            bipush 7
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.google.protobuf.Value$KindCase.LIST_VALUE:Lcom/google/protobuf/Value$KindCase;
            invokevirtual com.google.protobuf.Value$KindCase.ordinal:()I
            bipush 6
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.google.protobuf.Value$KindCase.NULL_VALUE:Lcom/google/protobuf/Value$KindCase;
            invokevirtual com.google.protobuf.Value$KindCase.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.google.protobuf.Value$KindCase.NUMBER_VALUE:Lcom/google/protobuf/Value$KindCase;
            invokevirtual com.google.protobuf.Value$KindCase.ordinal:()I
            iconst_2
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.google.protobuf.Value$KindCase.STRING_VALUE:Lcom/google/protobuf/Value$KindCase;
            invokevirtual com.google.protobuf.Value$KindCase.ordinal:()I
            iconst_3
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.google.protobuf.Value$KindCase.STRUCT_VALUE:Lcom/google/protobuf/Value$KindCase;
            invokevirtual com.google.protobuf.Value$KindCase.ordinal:()I
            iconst_5
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            dup
            putstatic com.google.protobuf.Value$Builder.$SWITCH_TABLE$com$google$protobuf$Value$KindCase:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
}
Signature: Lcom/google/protobuf/GeneratedMessageV3$Builder<Lcom/google/protobuf/Value$Builder;>;Lcom/google/protobuf/ValueOrBuilder;
SourceFile: "Value.java"
NestHost: com.google.protobuf.Value
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 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 final Builder = com.google.protobuf.ListValue$Builder of com.google.protobuf.ListValue
  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.Struct$Builder of com.google.protobuf.Struct
  public final Builder = com.google.protobuf.Value$Builder of com.google.protobuf.Value
  public final KindCase = com.google.protobuf.Value$KindCase of com.google.protobuf.Value