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

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

  private com.google.protobuf.MapField<java.lang.String, com.google.protobuf.Value> fields_;
    descriptor: Lcom/google/protobuf/MapField;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/google/protobuf/MapField<Ljava/lang/String;Lcom/google/protobuf/Value;>;

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 726
            new com.google.protobuf.Struct
            dup
            invokespecial com.google.protobuf.Struct.<init>:()V
            putstatic com.google.protobuf.Struct.DEFAULT_INSTANCE:Lcom/google/protobuf/Struct;
         1: .line 734
            new com.google.protobuf.Struct$1
            dup
            invokespecial com.google.protobuf.Struct$1.<init>:()V
            putstatic com.google.protobuf.Struct.PARSER:Lcom/google/protobuf/Parser;
         2: .line 742
            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.Struct this
        start local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
         0: .line 26
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
         1: .line 211
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.Struct.memoizedIsInitialized:B
         2: .line 27
            return
        end local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/protobuf/Struct;
            0    3     1  builder  Lcom/google/protobuf/GeneratedMessageV3$Builder<*>;
    Signature: (Lcom/google/protobuf/GeneratedMessageV3$Builder<*>;)V
    MethodParameters:
         Name  Flags
      builder  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Struct this
         0: .line 28
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:()V
         1: .line 211
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.Struct.memoizedIsInitialized:B
         2: .line 29
            return
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Struct;

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

  private void <init>(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // com.google.protobuf.Struct this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 47
            aload 0 /* this */
            invokespecial com.google.protobuf.Struct.<init>:()V
         1: .line 48
            aload 2 /* extensionRegistry */
            ifnonnull 3
         2: .line 49
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 51
      StackMap locals: com.google.protobuf.Struct com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite
      StackMap stack:
            iconst_0
            istore 3 /* mutable_bitField0_ */
        start local 3 // int mutable_bitField0_
         4: .line 53
            invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
         5: .line 52
            astore 4 /* unknownFields */
        start local 4 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
         6: .line 55
            iconst_0
            istore 5 /* done */
        start local 5 // boolean done
         7: .line 56
            goto 29
         8: .line 57
      StackMap locals: int com.google.protobuf.UnknownFieldSet$Builder int
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 6 /* tag */
        start local 6 // int tag
         9: .line 58
            iload 6 /* tag */
            lookupswitch { // 2
                    0: 10
                   10: 12
              default: 24
          }
        10: .line 60
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 5 /* done */
        11: .line 61
            goto 29
        12: .line 63
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifne 17
        13: .line 64
            aload 0 /* this */
        14: .line 65
            getstatic com.google.protobuf.Struct$FieldsDefaultEntryHolder.defaultEntry:Lcom/google/protobuf/MapEntry;
        15: .line 64
            invokestatic com.google.protobuf.MapField.newMapField:(Lcom/google/protobuf/MapEntry;)Lcom/google/protobuf/MapField;
            putfield com.google.protobuf.Struct.fields_:Lcom/google/protobuf/MapField;
        16: .line 66
            iload 3 /* mutable_bitField0_ */
            iconst_1
            ior
            istore 3 /* mutable_bitField0_ */
        17: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
        18: .line 70
            getstatic com.google.protobuf.Struct$FieldsDefaultEntryHolder.defaultEntry:Lcom/google/protobuf/MapEntry;
            invokevirtual com.google.protobuf.MapEntry.getParserForType:()Lcom/google/protobuf/Parser;
            aload 2 /* extensionRegistry */
        19: .line 69
            invokevirtual com.google.protobuf.CodedInputStream.readMessage:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
            checkcast com.google.protobuf.MapEntry
            astore 7 /* fields__ */
        start local 7 // com.google.protobuf.MapEntry fields__
        20: .line 71
            aload 0 /* this */
            getfield com.google.protobuf.Struct.fields_:Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMutableMap:()Ljava/util/Map;
        21: .line 72
            aload 7 /* fields__ */
            invokevirtual com.google.protobuf.MapEntry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 7 /* fields__ */
            invokevirtual com.google.protobuf.MapEntry.getValue:()Ljava/lang/Object;
            checkcast com.google.protobuf.Value
        22: .line 71
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 73
            goto 29
        end local 7 // com.google.protobuf.MapEntry fields__
        24: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        25: .line 77
            aload 1 /* input */
            aload 4 /* unknownFields */
            aload 2 /* extensionRegistry */
            iload 6 /* tag */
        26: .line 76
            invokevirtual com.google.protobuf.Struct.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
        27: .line 77
            ifne 29
        28: .line 78
            iconst_1
            istore 5 /* done */
        end local 6 // int tag
        29: .line 56
      StackMap locals:
      StackMap stack:
            iload 5 /* done */
            ifeq 8
        end local 5 // boolean done
        30: .line 84
            goto 43
      StackMap locals: com.google.protobuf.Struct com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
        31: astore 5 /* e */
        start local 5 // com.google.protobuf.InvalidProtocolBufferException e
        32: .line 85
            aload 5 /* e */
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
        end local 5 // com.google.protobuf.InvalidProtocolBufferException e
        33: .line 86
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        34: .line 87
            new com.google.protobuf.InvalidProtocolBufferException
            dup
        35: .line 88
            aload 5 /* e */
        36: .line 87
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/io/IOException;)V
        37: .line 88
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
        38: .line 87
            athrow
        end local 5 // java.io.IOException e
        39: .line 89
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        40: .line 90
            aload 0 /* this */
            aload 4 /* unknownFields */
            invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
            putfield com.google.protobuf.Struct.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        41: .line 91
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.makeExtensionsImmutable:()V
        42: .line 92
            aload 8
            athrow
        43: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* unknownFields */
            invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
            putfield com.google.protobuf.Struct.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        44: .line 91
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.makeExtensionsImmutable:()V
        45: .line 93
            return
        end local 4 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
        end local 3 // int mutable_bitField0_
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   46     0                this  Lcom/google/protobuf/Struct;
            0   46     1               input  Lcom/google/protobuf/CodedInputStream;
            0   46     2   extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            4   46     3  mutable_bitField0_  I
            6   46     4       unknownFields  Lcom/google/protobuf/UnknownFieldSet$Builder;
            7   30     5                done  Z
            9   29     6                 tag  I
           20   24     7            fields__  Lcom/google/protobuf/MapEntry<Ljava/lang/String;Lcom/google/protobuf/Value;>;
           32   33     5                   e  Lcom/google/protobuf/InvalidProtocolBufferException;
           34   39     5                   e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6    30      31  Class com.google.protobuf.InvalidProtocolBufferException
           6    30      33  Class java.io.IOException
           6    39      39  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 96
            getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_Struct_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected com.google.protobuf.MapField internalGetMapField(int);
    descriptor: (I)Lcom/google/protobuf/MapField;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.google.protobuf.Struct this
        start local 1 // int number
         0: .line 103
            iload 1 /* number */
            tableswitch { // 1 - 1
                    1: 1
              default: 2
          }
         1: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
            areturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
         3: .line 108
            new java.lang.StringBuilder
            dup
            ldc "Invalid map field number: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* number */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 107
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int number
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/protobuf/Struct;
            0    5     1  number  I
    MethodParameters:
        Name  Flags
      number  

  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.Struct this
         0: .line 114
            getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_Struct_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 116
            ldc Lcom/google/protobuf/Struct;
            ldc Lcom/google/protobuf/Struct$Builder;
         2: .line 115
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 114
            areturn
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Struct;

  private com.google.protobuf.MapField<java.lang.String, com.google.protobuf.Value> internalGetFields();
    descriptor: ()Lcom/google/protobuf/MapField;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Struct this
         0: .line 135
            aload 0 /* this */
            getfield com.google.protobuf.Struct.fields_:Lcom/google/protobuf/MapField;
            ifnonnull 3
         1: .line 137
            getstatic com.google.protobuf.Struct$FieldsDefaultEntryHolder.defaultEntry:Lcom/google/protobuf/MapEntry;
         2: .line 136
            invokestatic com.google.protobuf.MapField.emptyMapField:(Lcom/google/protobuf/MapEntry;)Lcom/google/protobuf/MapField;
            areturn
         3: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Struct.fields_:Lcom/google/protobuf/MapField;
            areturn
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Struct;
    Signature: ()Lcom/google/protobuf/MapField<Ljava/lang/String;Lcom/google/protobuf/Value;>;

  public int getFieldsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Struct this
         0: .line 143
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            ireturn
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Struct;

  public boolean containsFields(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Struct this
        start local 1 // java.lang.String key
         0: .line 155
            aload 1 /* key */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String key
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Struct;
            0    2     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Map<java.lang.String, com.google.protobuf.Value> getFields();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Struct this
         0: .line 163
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.getFieldsMap:()Ljava/util/Map;
            areturn
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Struct;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/google/protobuf/Value;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.util.Map<java.lang.String, com.google.protobuf.Value> getFieldsMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Struct this
         0: .line 174
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
            areturn
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Struct;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/google/protobuf/Value;>;

  public com.google.protobuf.Value getFieldsOrDefault(java.lang.String, com.google.protobuf.Value);
    descriptor: (Ljava/lang/String;Lcom/google/protobuf/Value;)Lcom/google/protobuf/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.google.protobuf.Struct this
        start local 1 // java.lang.String key
        start local 2 // com.google.protobuf.Value defaultValue
         0: .line 187
            aload 1 /* key */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
         2: .line 188
            astore 3 /* map */
        start local 3 // java.util.Map map
         3: .line 190
            aload 3 /* map */
            aload 1 /* key */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
            aload 3 /* map */
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.Value
            goto 5
      StackMap locals: java.util.Map
      StackMap stack:
         4: aload 2 /* defaultValue */
      StackMap locals:
      StackMap stack: com.google.protobuf.Value
         5: areturn
        end local 3 // java.util.Map map
        end local 2 // com.google.protobuf.Value defaultValue
        end local 1 // java.lang.String key
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/google/protobuf/Struct;
            0    6     1           key  Ljava/lang/String;
            0    6     2  defaultValue  Lcom/google/protobuf/Value;
            3    6     3           map  Ljava/util/Map<Ljava/lang/String;Lcom/google/protobuf/Value;>;
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public com.google.protobuf.Value getFieldsOrThrow(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/google/protobuf/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.protobuf.Struct this
        start local 1 // java.lang.String key
         0: .line 202
            aload 1 /* key */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
         2: .line 203
            astore 2 /* map */
        start local 2 // java.util.Map map
         3: .line 205
            aload 2 /* map */
            aload 1 /* key */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 206
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 208
      StackMap locals: java.util.Map
      StackMap stack:
            aload 2 /* map */
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.Value
            areturn
        end local 2 // java.util.Map map
        end local 1 // java.lang.String key
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/protobuf/Struct;
            0    6     1   key  Ljava/lang/String;
            3    6     2   map  Ljava/util/Map<Ljava/lang/String;Lcom/google/protobuf/Value;>;
    MethodParameters:
      Name  Flags
      key   

  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.Struct this
         0: .line 214
            aload 0 /* this */
            getfield com.google.protobuf.Struct.memoizedIsInitialized:B
            istore 1 /* isInitialized */
        start local 1 // byte isInitialized
         1: .line 215
            iload 1 /* isInitialized */
            iconst_1
            if_icmpne 2
            iconst_1
            ireturn
         2: .line 216
      StackMap locals: int
      StackMap stack:
            iload 1 /* isInitialized */
            ifne 3
            iconst_0
            ireturn
         3: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.Struct.memoizedIsInitialized:B
         4: .line 219
            iconst_1
            ireturn
        end local 1 // byte isInitialized
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/google/protobuf/Struct;
            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.Struct this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 227
            aload 1 /* output */
         1: .line 228
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
         2: .line 229
            getstatic com.google.protobuf.Struct$FieldsDefaultEntryHolder.defaultEntry:Lcom/google/protobuf/MapEntry;
         3: .line 230
            iconst_1
         4: .line 226
            invokestatic com.google.protobuf.GeneratedMessageV3.serializeStringMapTo:(Lcom/google/protobuf/CodedOutputStream;Lcom/google/protobuf/MapField;Lcom/google/protobuf/MapEntry;I)V
         5: .line 231
            aload 0 /* this */
            getfield com.google.protobuf.Struct.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 1 /* output */
            invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
         6: .line 232
            return
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/protobuf/Struct;
            0    7     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=3, locals=5, args_size=1
        start local 0 // com.google.protobuf.Struct this
         0: .line 236
            aload 0 /* this */
            getfield com.google.protobuf.Struct.memoizedSize:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 237
            iload 1 /* size */
            iconst_m1
            if_icmpeq 2
            iload 1 /* size */
            ireturn
         2: .line 239
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* size */
         3: .line 241
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 12
      StackMap locals: com.google.protobuf.Struct int top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         5: .line 243
            getstatic com.google.protobuf.Struct$FieldsDefaultEntryHolder.defaultEntry:Lcom/google/protobuf/MapEntry;
            invokevirtual com.google.protobuf.MapEntry.newBuilderForType:()Lcom/google/protobuf/MapEntry$Builder;
         6: .line 244
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual com.google.protobuf.MapEntry$Builder.setKey:(Ljava/lang/Object;)Lcom/google/protobuf/MapEntry$Builder;
         7: .line 245
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast com.google.protobuf.Value
            invokevirtual com.google.protobuf.MapEntry$Builder.setValue:(Ljava/lang/Object;)Lcom/google/protobuf/MapEntry$Builder;
         8: .line 246
            invokevirtual com.google.protobuf.MapEntry$Builder.build:()Lcom/google/protobuf/MapEntry;
         9: .line 243
            astore 4 /* fields__ */
        start local 4 // com.google.protobuf.MapEntry fields__
        10: .line 247
            iload 1 /* size */
        11: .line 248
            iconst_1
            aload 4 /* fields__ */
            invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
            iadd
            istore 1 /* size */
        end local 4 // com.google.protobuf.MapEntry fields__
        end local 2 // java.util.Map$Entry entry
        12: .line 240
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        13: .line 250
            iload 1 /* size */
            aload 0 /* this */
            getfield com.google.protobuf.Struct.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
            iadd
            istore 1 /* size */
        14: .line 251
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.Struct.memoizedSize:I
        15: .line 252
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lcom/google/protobuf/Struct;
            1   16     1      size  I
            5   12     2     entry  Ljava/util/Map$Entry<Ljava/lang/String;Lcom/google/protobuf/Value;>;
           10   12     4  fields__  Lcom/google/protobuf/MapEntry<Ljava/lang/String;Lcom/google/protobuf/Value;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.protobuf.Struct this
        start local 1 // java.lang.Object obj
         0: .line 257
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 258
            iconst_1
            ireturn
         2: .line 260
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.google.protobuf.Struct
            ifne 4
         3: .line 261
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.google.protobuf.GeneratedMessageV3.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 263
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.protobuf.Struct
            astore 2 /* other */
        start local 2 // com.google.protobuf.Struct other
         5: .line 265
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
         6: .line 266
            aload 2 /* other */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
         7: .line 265
            invokevirtual com.google.protobuf.MapField.equals:(Ljava/lang/Object;)Z
         8: .line 266
            ifne 9
            iconst_0
            ireturn
         9: .line 267
      StackMap locals: com.google.protobuf.Struct
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Struct.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 2 /* other */
            getfield com.google.protobuf.Struct.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.equals:(Ljava/lang/Object;)Z
            ifne 10
            iconst_0
            ireturn
        10: .line 268
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.google.protobuf.Struct other
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/google/protobuf/Struct;
            0   11     1    obj  Ljava/lang/Object;
            5   11     2  other  Lcom/google/protobuf/Struct;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.protobuf.Struct this
         0: .line 273
            aload 0 /* this */
            getfield com.google.protobuf.Struct.memoizedHashCode:I
            ifeq 2
         1: .line 274
            aload 0 /* this */
            getfield com.google.protobuf.Struct.memoizedHashCode:I
            ireturn
         2: .line 276
      StackMap locals:
      StackMap stack:
            bipush 41
            istore 1 /* hash */
        start local 1 // int hash
         3: .line 277
            bipush 19
            iload 1 /* hash */
            imul
            invokestatic com.google.protobuf.Struct.getDescriptor:()Lcom/google/protobuf/Descriptors$Descriptor;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 278
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 7
         5: .line 279
            bipush 37
            iload 1 /* hash */
            imul
            iconst_1
            iadd
            istore 1 /* hash */
         6: .line 280
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.hashCode:()I
            iadd
            istore 1 /* hash */
         7: .line 282
      StackMap locals: int
      StackMap stack:
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.Struct.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.hashCode:()I
            iadd
            istore 1 /* hash */
         8: .line 283
            aload 0 /* this */
            iload 1 /* hash */
            putfield com.google.protobuf.Struct.memoizedHashCode:I
         9: .line 284
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/google/protobuf/Struct;
            3   10     1  hash  I

  public static com.google.protobuf.Struct parseFrom(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/protobuf/Struct;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer data
         0: .line 290
            getstatic com.google.protobuf.Struct.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;)Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            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.Struct parseFrom(java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Struct;
    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 296
            getstatic com.google.protobuf.Struct.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.Struct
            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.Struct parseFrom(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/Struct;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString data
         0: .line 301
            getstatic com.google.protobuf.Struct.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.Struct
            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.Struct parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Struct;
    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 307
            getstatic com.google.protobuf.Struct.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.Struct
            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.Struct parseFrom(byte[]);
    descriptor: ([B)Lcom/google/protobuf/Struct;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte[] data
         0: .line 311
            getstatic com.google.protobuf.Struct.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
            checkcast com.google.protobuf.Struct
            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.Struct parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
    descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Struct;
    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 317
            getstatic com.google.protobuf.Struct.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.Struct
            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.Struct parseFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/Struct;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 322
            getstatic com.google.protobuf.Struct.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.Struct
         1: .line 321
            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.Struct parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Struct;
    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 329
            getstatic com.google.protobuf.Struct.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.Struct
         1: .line 328
            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.Struct parseDelimitedFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/Struct;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 334
            getstatic com.google.protobuf.Struct.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.Struct
         1: .line 333
            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.Struct parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Struct;
    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 341
            getstatic com.google.protobuf.Struct.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.Struct
         1: .line 340
            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.Struct parseFrom(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/Struct;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStream input
         0: .line 347
            getstatic com.google.protobuf.Struct.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.Struct
         1: .line 346
            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.Struct parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Struct;
    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 354
            getstatic com.google.protobuf.Struct.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.Struct
         1: .line 353
            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.Struct$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/Struct$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Struct this
         0: .line 358
            invokestatic com.google.protobuf.Struct.newBuilder:()Lcom/google/protobuf/Struct$Builder;
            areturn
        end local 0 // com.google.protobuf.Struct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Struct;

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

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

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

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

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

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

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

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

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