public final class com.google.protobuf.Value extends com.google.protobuf.GeneratedMessageV3 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
  super_class: com.google.protobuf.GeneratedMessageV3
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

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

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

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

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

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

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

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

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

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

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value this
         0: .line 26
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:()V
         1: .line 141
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.Value.kindCase_:I
         2: .line 388
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.Value.memoizedIsInitialized:B
         3: .line 27
            return
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Value;

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

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

  private void <init>(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // com.google.protobuf.Value this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 45
            aload 0 /* this */
            invokespecial com.google.protobuf.Value.<init>:()V
         1: .line 46
            aload 2 /* extensionRegistry */
            ifnonnull 3
         2: .line 47
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 50
      StackMap locals: com.google.protobuf.Value com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite
      StackMap stack:
            invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
         4: .line 49
            astore 3 /* unknownFields */
        start local 3 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
         5: .line 52
            iconst_0
            istore 4 /* done */
        start local 4 // boolean done
         6: .line 53
            goto 52
         7: .line 54
      StackMap locals: com.google.protobuf.UnknownFieldSet$Builder int
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* tag */
        start local 5 // int tag
         8: .line 55
            iload 5 /* tag */
            lookupswitch { // 7
                    0: 9
                    8: 11
                   17: 15
                   26: 18
                   32: 22
                   42: 25
                   50: 36
              default: 47
          }
         9: .line 57
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 4 /* done */
        10: .line 58
            goto 52
        11: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readEnum:()I
            istore 6 /* rawValue */
        start local 6 // int rawValue
        12: .line 61
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.Value.kindCase_:I
        13: .line 62
            aload 0 /* this */
            iload 6 /* rawValue */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        14: .line 63
            goto 52
        end local 6 // int rawValue
        15: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.google.protobuf.Value.kindCase_:I
        16: .line 67
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readDouble:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        17: .line 68
            goto 52
        18: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readStringRequireUtf8:()Ljava/lang/String;
            astore 6 /* s */
        start local 6 // java.lang.String s
        19: .line 72
            aload 0 /* this */
            iconst_3
            putfield com.google.protobuf.Value.kindCase_:I
        20: .line 73
            aload 0 /* this */
            aload 6 /* s */
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        21: .line 74
            goto 52
        end local 6 // java.lang.String s
        22: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.google.protobuf.Value.kindCase_:I
        23: .line 78
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readBool:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        24: .line 79
            goto 52
        25: .line 82
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* subBuilder */
        start local 6 // com.google.protobuf.Struct$Builder subBuilder
        26: .line 83
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_5
            if_icmpne 28
        27: .line 84
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            invokevirtual com.google.protobuf.Struct.toBuilder:()Lcom/google/protobuf/Struct$Builder;
            astore 6 /* subBuilder */
        28: .line 86
      StackMap locals: com.google.protobuf.Struct$Builder
      StackMap stack:
            aload 0 /* this */
        29: .line 87
            aload 1 /* input */
            invokestatic com.google.protobuf.Struct.parser:()Lcom/google/protobuf/Parser;
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStream.readMessage:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
        30: .line 86
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        31: .line 88
            aload 6 /* subBuilder */
            ifnull 34
        32: .line 89
            aload 6 /* subBuilder */
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            invokevirtual com.google.protobuf.Struct$Builder.mergeFrom:(Lcom/google/protobuf/Struct;)Lcom/google/protobuf/Struct$Builder;
            pop
        33: .line 90
            aload 0 /* this */
            aload 6 /* subBuilder */
            invokevirtual com.google.protobuf.Struct$Builder.buildPartial:()Lcom/google/protobuf/Struct;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        34: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.google.protobuf.Value.kindCase_:I
        35: .line 93
            goto 52
        end local 6 // com.google.protobuf.Struct$Builder subBuilder
        36: .line 96
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* subBuilder */
        start local 6 // com.google.protobuf.ListValue$Builder subBuilder
        37: .line 97
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            bipush 6
            if_icmpne 39
        38: .line 98
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
            invokevirtual com.google.protobuf.ListValue.toBuilder:()Lcom/google/protobuf/ListValue$Builder;
            astore 6 /* subBuilder */
        39: .line 100
      StackMap locals: com.google.protobuf.ListValue$Builder
      StackMap stack:
            aload 0 /* this */
        40: .line 101
            aload 1 /* input */
            invokestatic com.google.protobuf.ListValue.parser:()Lcom/google/protobuf/Parser;
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStream.readMessage:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
        41: .line 100
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        42: .line 102
            aload 6 /* subBuilder */
            ifnull 45
        43: .line 103
            aload 6 /* subBuilder */
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
            invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/ListValue$Builder;
            pop
        44: .line 104
            aload 0 /* this */
            aload 6 /* subBuilder */
            invokevirtual com.google.protobuf.ListValue$Builder.buildPartial:()Lcom/google/protobuf/ListValue;
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        45: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield com.google.protobuf.Value.kindCase_:I
        46: .line 107
            goto 52
        end local 6 // com.google.protobuf.ListValue$Builder subBuilder
        47: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        48: .line 111
            aload 1 /* input */
            aload 3 /* unknownFields */
            aload 2 /* extensionRegistry */
            iload 5 /* tag */
        49: .line 110
            invokevirtual com.google.protobuf.Value.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
        50: .line 111
            ifne 52
        51: .line 112
            iconst_1
            istore 4 /* done */
        end local 5 // int tag
        52: .line 53
      StackMap locals:
      StackMap stack:
            iload 4 /* done */
            ifeq 7
        end local 4 // boolean done
        53: .line 118
            goto 66
      StackMap locals: com.google.protobuf.Value com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
        54: astore 4 /* e */
        start local 4 // com.google.protobuf.InvalidProtocolBufferException e
        55: .line 119
            aload 4 /* e */
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
        end local 4 // com.google.protobuf.InvalidProtocolBufferException e
        56: .line 120
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
        57: .line 121
            new com.google.protobuf.InvalidProtocolBufferException
            dup
        58: .line 122
            aload 4 /* e */
        59: .line 121
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/io/IOException;)V
        60: .line 122
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
        61: .line 121
            athrow
        end local 4 // java.io.IOException e
        62: .line 123
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        63: .line 124
            aload 0 /* this */
            aload 3 /* unknownFields */
            invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
            putfield com.google.protobuf.Value.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        64: .line 125
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.makeExtensionsImmutable:()V
        65: .line 126
            aload 7
            athrow
        66: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* unknownFields */
            invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
            putfield com.google.protobuf.Value.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        67: .line 125
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.makeExtensionsImmutable:()V
        68: .line 127
            return
        end local 3 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   69     0               this  Lcom/google/protobuf/Value;
            0   69     1              input  Lcom/google/protobuf/CodedInputStream;
            0   69     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            5   69     3      unknownFields  Lcom/google/protobuf/UnknownFieldSet$Builder;
            6   53     4               done  Z
            8   52     5                tag  I
           12   15     6           rawValue  I
           19   22     6                  s  Ljava/lang/String;
           26   36     6         subBuilder  Lcom/google/protobuf/Struct$Builder;
           37   47     6         subBuilder  Lcom/google/protobuf/ListValue$Builder;
           55   56     4                  e  Lcom/google/protobuf/InvalidProtocolBufferException;
           57   62     4                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5    53      54  Class com.google.protobuf.InvalidProtocolBufferException
           5    53      56  Class java.io.IOException
           5    62      62  any
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public static final com.google.protobuf.Descriptors$Descriptor getDescriptor();
    descriptor: ()Lcom/google/protobuf/Descriptors$Descriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=0, args_size=0
         0: .line 130
            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 this
         0: .line 136
            getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_Value_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 138
            ldc Lcom/google/protobuf/Value;
            ldc Lcom/google/protobuf/Value$Builder;
         2: .line 137
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 136
            areturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Value;

  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 this
         0: .line 187
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
         1: .line 186
            invokestatic com.google.protobuf.Value$KindCase.forNumber:(I)Lcom/google/protobuf/Value$KindCase;
            areturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Value;

  public int getNullValueValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value this
         0: .line 200
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_1
            if_icmpne 2
         1: .line 201
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         2: .line 203
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/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 this
         0: .line 214
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_1
            if_icmpne 6
         1: .line 217
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         2: .line 216
            invokestatic com.google.protobuf.NullValue.valueOf:(I)Lcom/google/protobuf/NullValue;
            astore 1 /* result */
        start local 1 // com.google.protobuf.NullValue result
         3: .line 218
            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 220
      StackMap locals:
      StackMap stack:
            getstatic com.google.protobuf.NullValue.NULL_VALUE:Lcom/google/protobuf/NullValue;
            areturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/protobuf/Value;
            3    6     1  result  Lcom/google/protobuf/NullValue;

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

  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 this
         0: .line 249
            ldc ""
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 250
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_3
            if_icmpne 3
         2: .line 251
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            astore 1 /* ref */
         3: .line 253
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 5
         4: .line 254
            aload 1 /* ref */
            checkcast java.lang.String
            areturn
         5: .line 257
      StackMap locals:
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
         6: .line 256
            astore 2 /* bs */
        start local 2 // com.google.protobuf.ByteString bs
         7: .line 258
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         8: .line 259
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_3
            if_icmpne 10
         9: .line 260
            aload 0 /* this */
            aload 3 /* s */
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
        10: .line 262
      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
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/Value;
            1   11     1   ref  Ljava/lang/Object;
            7   11     2    bs  Lcom/google/protobuf/ByteString;
            8   11     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 this
         0: .line 275
            ldc ""
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 276
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_3
            if_icmpne 3
         2: .line 277
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            astore 1 /* ref */
         3: .line 279
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 10
         4: .line 282
            aload 1 /* ref */
            checkcast java.lang.String
         5: .line 281
            invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
         6: .line 280
            astore 2 /* b */
        start local 2 // com.google.protobuf.ByteString b
         7: .line 283
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_3
            if_icmpne 9
         8: .line 284
            aload 0 /* this */
            aload 2 /* b */
            putfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
         9: .line 286
      StackMap locals: com.google.protobuf.ByteString
      StackMap stack:
            aload 2 /* b */
            areturn
        end local 2 // com.google.protobuf.ByteString b
        10: .line 288
      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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/Value;
            1   11     1   ref  Ljava/lang/Object;
            7   10     2     b  Lcom/google/protobuf/ByteString;

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

  public boolean hasStructValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value this
         0: .line 318
            aload 0 /* this */
            getfield com.google.protobuf.Value.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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Value;

  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 this
         0: .line 329
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_5
            if_icmpne 2
         1: .line 330
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            areturn
         2: .line 332
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.Struct.getDefaultInstance:()Lcom/google/protobuf/Struct;
            areturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Value;

  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 this
         0: .line 342
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_5
            if_icmpne 2
         1: .line 343
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            areturn
         2: .line 345
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.Struct.getDefaultInstance:()Lcom/google/protobuf/Struct;
            areturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Value;

  public boolean hasListValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Value this
         0: .line 358
            aload 0 /* this */
            getfield com.google.protobuf.Value.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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Value;

  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 this
         0: .line 369
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            bipush 6
            if_icmpne 2
         1: .line 370
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
            areturn
         2: .line 372
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.ListValue.getDefaultInstance:()Lcom/google/protobuf/ListValue;
            areturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Value;

  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 this
         0: .line 382
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            bipush 6
            if_icmpne 2
         1: .line 383
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
            areturn
         2: .line 385
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.ListValue.getDefaultInstance:()Lcom/google/protobuf/ListValue;
            areturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Value;

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

  public void writeTo(com.google.protobuf.CodedOutputStream);
    descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.protobuf.Value this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 402
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_1
            if_icmpne 2
         1: .line 403
            aload 1 /* output */
            iconst_1
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual com.google.protobuf.CodedOutputStream.writeEnum:(II)V
         2: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_2
            if_icmpne 6
         3: .line 406
            aload 1 /* output */
         4: .line 407
            iconst_2
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
         5: .line 406
            invokevirtual com.google.protobuf.CodedOutputStream.writeDouble:(ID)V
         6: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_3
            if_icmpne 8
         7: .line 410
            aload 1 /* output */
            iconst_3
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.writeString:(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
         8: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_4
            if_icmpne 12
         9: .line 413
            aload 1 /* output */
        10: .line 414
            iconst_4
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
        11: .line 413
            invokevirtual com.google.protobuf.CodedOutputStream.writeBool:(IZ)V
        12: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_5
            if_icmpne 14
        13: .line 417
            aload 1 /* output */
            iconst_5
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            invokevirtual com.google.protobuf.CodedOutputStream.writeMessage:(ILcom/google/protobuf/MessageLite;)V
        14: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            bipush 6
            if_icmpne 16
        15: .line 420
            aload 1 /* output */
            bipush 6
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
            invokevirtual com.google.protobuf.CodedOutputStream.writeMessage:(ILcom/google/protobuf/MessageLite;)V
        16: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 1 /* output */
            invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
        17: .line 423
            return
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lcom/google/protobuf/Value;
            0   18     1  output  Lcom/google/protobuf/CodedOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  

  public int getSerializedSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.google.protobuf.Value this
         0: .line 427
            aload 0 /* this */
            getfield com.google.protobuf.Value.memoizedSize:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 428
            iload 1 /* size */
            iconst_m1
            if_icmpeq 2
            iload 1 /* size */
            ireturn
         2: .line 430
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* size */
         3: .line 431
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_1
            if_icmpne 6
         4: .line 432
            iload 1 /* size */
         5: .line 433
            iconst_1
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic com.google.protobuf.CodedOutputStream.computeEnumSize:(II)I
            iadd
            istore 1 /* size */
         6: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_2
            if_icmpne 10
         7: .line 436
            iload 1 /* size */
         8: .line 438
            iconst_2
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
         9: .line 437
            invokestatic com.google.protobuf.CodedOutputStream.computeDoubleSize:(ID)I
            iadd
            istore 1 /* size */
        10: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_3
            if_icmpne 12
        11: .line 441
            iload 1 /* size */
            iconst_3
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.computeStringSize:(ILjava/lang/Object;)I
            iadd
            istore 1 /* size */
        12: .line 443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_4
            if_icmpne 16
        13: .line 444
            iload 1 /* size */
        14: .line 446
            iconst_4
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
        15: .line 445
            invokestatic com.google.protobuf.CodedOutputStream.computeBoolSize:(IZ)I
            iadd
            istore 1 /* size */
        16: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            iconst_5
            if_icmpne 19
        17: .line 449
            iload 1 /* size */
        18: .line 450
            iconst_5
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
            iadd
            istore 1 /* size */
        19: .line 452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            bipush 6
            if_icmpne 22
        20: .line 453
            iload 1 /* size */
        21: .line 454
            bipush 6
            aload 0 /* this */
            getfield com.google.protobuf.Value.kind_:Ljava/lang/Object;
            checkcast com.google.protobuf.ListValue
            invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
            iadd
            istore 1 /* size */
        22: .line 456
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield com.google.protobuf.Value.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
            iadd
            istore 1 /* size */
        23: .line 457
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.Value.memoizedSize:I
        24: .line 458
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/google/protobuf/Value;
            1   25     1  size  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.protobuf.Value this
        start local 1 // java.lang.Object obj
         0: .line 463
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 464
            iconst_1
            ireturn
         2: .line 466
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.google.protobuf.Value
            ifne 4
         3: .line 467
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.google.protobuf.GeneratedMessageV3.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 469
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.protobuf.Value
            astore 2 /* other */
        start local 2 // com.google.protobuf.Value other
         5: .line 471
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getKindCase:()Lcom/google/protobuf/Value$KindCase;
            aload 2 /* other */
            invokevirtual com.google.protobuf.Value.getKindCase:()Lcom/google/protobuf/Value$KindCase;
            invokevirtual com.google.protobuf.Value$KindCase.equals:(Ljava/lang/Object;)Z
            ifne 6
            iconst_0
            ireturn
         6: .line 472
      StackMap locals: com.google.protobuf.Value
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            tableswitch { // 0 - 6
                    0: 24
                    1: 7
                    2: 11
                    3: 16
                    4: 18
                    5: 20
                    6: 22
              default: 24
          }
         7: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getNullValueValue:()I
         8: .line 475
            aload 2 /* other */
            invokevirtual com.google.protobuf.Value.getNullValueValue:()I
         9: .line 474
            if_icmpeq 24
        10: .line 475
            iconst_0
            ireturn
        11: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getNumberValue:()D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        12: .line 480
            aload 2 /* other */
            invokevirtual com.google.protobuf.Value.getNumberValue:()D
        13: .line 479
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        14: .line 478
            lcmp
            ifeq 24
        15: .line 480
            iconst_0
            ireturn
        16: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getStringValue:()Ljava/lang/String;
        17: .line 484
            aload 2 /* other */
            invokevirtual com.google.protobuf.Value.getStringValue:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 24
            iconst_0
            ireturn
        18: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getBoolValue:()Z
        19: .line 488
            aload 2 /* other */
            invokevirtual com.google.protobuf.Value.getBoolValue:()Z
            if_icmpeq 24
            iconst_0
            ireturn
        20: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getStructValue:()Lcom/google/protobuf/Struct;
        21: .line 492
            aload 2 /* other */
            invokevirtual com.google.protobuf.Value.getStructValue:()Lcom/google/protobuf/Struct;
            invokevirtual com.google.protobuf.Struct.equals:(Ljava/lang/Object;)Z
            ifne 24
            iconst_0
            ireturn
        22: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getListValue:()Lcom/google/protobuf/ListValue;
        23: .line 496
            aload 2 /* other */
            invokevirtual com.google.protobuf.Value.getListValue:()Lcom/google/protobuf/ListValue;
            invokevirtual com.google.protobuf.ListValue.equals:(Ljava/lang/Object;)Z
            ifne 24
            iconst_0
            ireturn
        24: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Value.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 2 /* other */
            getfield com.google.protobuf.Value.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.equals:(Ljava/lang/Object;)Z
            ifne 25
            iconst_0
            ireturn
        25: .line 502
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.google.protobuf.Value other
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   26     0   this  Lcom/google/protobuf/Value;
            0   26     1    obj  Ljava/lang/Object;
            5   26     2  other  Lcom/google/protobuf/Value;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Value this
         0: .line 507
            aload 0 /* this */
            getfield com.google.protobuf.Value.memoizedHashCode:I
            ifeq 2
         1: .line 508
            aload 0 /* this */
            getfield com.google.protobuf.Value.memoizedHashCode:I
            ireturn
         2: .line 510
      StackMap locals:
      StackMap stack:
            bipush 41
            istore 1 /* hash */
        start local 1 // int hash
         3: .line 511
            bipush 19
            iload 1 /* hash */
            imul
            invokestatic com.google.protobuf.Value.getDescriptor:()Lcom/google/protobuf/Descriptors$Descriptor;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 512
            aload 0 /* this */
            getfield com.google.protobuf.Value.kindCase_:I
            tableswitch { // 0 - 6
                    0: 26
                    1: 5
                    2: 8
                    3: 13
                    4: 16
                    5: 21
                    6: 24
              default: 26
          }
         5: .line 514
      StackMap locals: int
      StackMap stack:
            bipush 37
            iload 1 /* hash */
            imul
            iconst_1
            iadd
            istore 1 /* hash */
         6: .line 515
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getNullValueValue:()I
            iadd
            istore 1 /* hash */
         7: .line 516
            goto 26
         8: .line 518
      StackMap locals:
      StackMap stack:
            bipush 37
            iload 1 /* hash */
            imul
            iconst_2
            iadd
            istore 1 /* hash */
         9: .line 519
            bipush 53
            iload 1 /* hash */
            imul
        10: .line 520
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getNumberValue:()D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        11: .line 519
            invokestatic com.google.protobuf.Internal.hashLong:(J)I
            iadd
            istore 1 /* hash */
        12: .line 521
            goto 26
        13: .line 523
      StackMap locals:
      StackMap stack:
            bipush 37
            iload 1 /* hash */
            imul
            iconst_3
            iadd
            istore 1 /* hash */
        14: .line 524
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getStringValue:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* hash */
        15: .line 525
            goto 26
        16: .line 527
      StackMap locals:
      StackMap stack:
            bipush 37
            iload 1 /* hash */
            imul
            iconst_4
            iadd
            istore 1 /* hash */
        17: .line 528
            bipush 53
            iload 1 /* hash */
            imul
        18: .line 529
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getBoolValue:()Z
        19: .line 528
            invokestatic com.google.protobuf.Internal.hashBoolean:(Z)I
            iadd
            istore 1 /* hash */
        20: .line 530
            goto 26
        21: .line 532
      StackMap locals:
      StackMap stack:
            bipush 37
            iload 1 /* hash */
            imul
            iconst_5
            iadd
            istore 1 /* hash */
        22: .line 533
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getStructValue:()Lcom/google/protobuf/Struct;
            invokevirtual com.google.protobuf.Struct.hashCode:()I
            iadd
            istore 1 /* hash */
        23: .line 534
            goto 26
        24: .line 536
      StackMap locals:
      StackMap stack:
            bipush 37
            iload 1 /* hash */
            imul
            bipush 6
            iadd
            istore 1 /* hash */
        25: .line 537
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value.getListValue:()Lcom/google/protobuf/ListValue;
            invokevirtual com.google.protobuf.ListValue.hashCode:()I
            iadd
            istore 1 /* hash */
        26: .line 542
      StackMap locals:
      StackMap stack:
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.Value.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.hashCode:()I
            iadd
            istore 1 /* hash */
        27: .line 543
            aload 0 /* this */
            iload 1 /* hash */
            putfield com.google.protobuf.Value.memoizedHashCode:I
        28: .line 544
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lcom/google/protobuf/Value;
            3   29     1  hash  I

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.google.protobuf.Value$Builder toBuilder();
    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 this
         0: .line 627
            aload 0 /* this */
            getstatic com.google.protobuf.Value.DEFAULT_INSTANCE:Lcom/google/protobuf/Value;
            if_acmpne 2
         1: .line 628
            new com.google.protobuf.Value$Builder
            dup
            invokespecial com.google.protobuf.Value$Builder.<init>:()V
            goto 3
      StackMap locals:
      StackMap stack:
         2: new com.google.protobuf.Value$Builder
            dup
            invokespecial com.google.protobuf.Value$Builder.<init>:()V
            aload 0 /* this */
            invokevirtual com.google.protobuf.Value$Builder.mergeFrom:(Lcom/google/protobuf/Value;)Lcom/google/protobuf/Value$Builder;
         3: .line 627
      StackMap locals:
      StackMap stack: com.google.protobuf.Value$Builder
            areturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Value;

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

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

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

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

  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 this
         0: .line 1536
            getstatic com.google.protobuf.Value.DEFAULT_INSTANCE:Lcom/google/protobuf/Value;
            areturn
        end local 0 // com.google.protobuf.Value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Value;

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

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

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

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

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

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