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

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

  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 396
            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$Builder this
        start local 1 // int number
         0: .line 402
            iload 1 /* number */
            tableswitch { // 1 - 1
                    1: 1
              default: 2
          }
         1: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetFields:()Lcom/google/protobuf/MapField;
            areturn
         2: .line 406
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
         3: .line 407
            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 406
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int number
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/protobuf/Struct$Builder;
            0    5     1  number  I
    MethodParameters:
        Name  Flags
      number  

  protected com.google.protobuf.MapField internalGetMutableMapField(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$Builder this
        start local 1 // int number
         0: .line 413
            iload 1 /* number */
            tableswitch { // 1 - 1
                    1: 1
              default: 2
          }
         1: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetMutableFields:()Lcom/google/protobuf/MapField;
            areturn
         2: .line 417
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
         3: .line 418
            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 417
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int number
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/protobuf/Struct$Builder;
            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$Builder this
         0: .line 424
            getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_Struct_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 426
            ldc Lcom/google/protobuf/Struct;
            ldc Lcom/google/protobuf/Struct$Builder;
         2: .line 425
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 424
            areturn
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Struct$Builder;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Struct$Builder this
         0: .line 430
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.<init>:()V
         1: .line 431
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.maybeForceBuilderInitialization:()V
         2: .line 432
            return
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Struct$Builder;

  private void <init>(com.google.protobuf.GeneratedMessageV3$BuilderParent);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Struct$Builder this
        start local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
         0: .line 436
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.<init>:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)V
         1: .line 437
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.maybeForceBuilderInitialization:()V
         2: .line 438
            return
        end local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/protobuf/Struct$Builder;
            0    3     1  parent  Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
    MethodParameters:
        Name  Flags
      parent  

  private void maybeForceBuilderInitialization();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Struct$Builder this
         0: .line 441
            getstatic com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders:Z
            pop
         1: .line 443
            return
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Struct$Builder;

  public com.google.protobuf.Struct$Builder clear();
    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$Builder this
         0: .line 446
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clear:()Lcom/google/protobuf/GeneratedMessageV3$Builder;
            pop
         1: .line 447
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetMutableFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.clear:()V
         2: .line 448
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Struct$Builder;

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

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

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

  public com.google.protobuf.Struct buildPartial();
    descriptor: ()Lcom/google/protobuf/Struct;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Struct$Builder this
         0: .line 473
            new com.google.protobuf.Struct
            dup
            aload 0 /* this */
            invokespecial com.google.protobuf.Struct.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
            astore 1 /* result */
        start local 1 // com.google.protobuf.Struct result
         1: .line 475
            aload 1 /* result */
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetFields:()Lcom/google/protobuf/MapField;
            putfield com.google.protobuf.Struct.fields_:Lcom/google/protobuf/MapField;
         2: .line 476
            aload 1 /* result */
            getfield com.google.protobuf.Struct.fields_:Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.makeImmutable:()V
         3: .line 477
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.onBuilt:()V
         4: .line 478
            aload 1 /* result */
            areturn
        end local 1 // com.google.protobuf.Struct result
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/protobuf/Struct$Builder;
            1    5     1  result  Lcom/google/protobuf/Struct;

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

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

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

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

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

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

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

  public com.google.protobuf.Struct$Builder mergeFrom(com.google.protobuf.Struct);
    descriptor: (Lcom/google/protobuf/Struct;)Lcom/google/protobuf/Struct$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Struct$Builder this
        start local 1 // com.google.protobuf.Struct other
         0: .line 524
            aload 1 /* other */
            invokestatic com.google.protobuf.Struct.getDefaultInstance:()Lcom/google/protobuf/Struct;
            if_acmpne 1
            aload 0 /* this */
            areturn
         1: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetMutableFields:()Lcom/google/protobuf/MapField;
         2: .line 526
            aload 1 /* other */
            invokevirtual com.google.protobuf.Struct.internalGetFields:()Lcom/google/protobuf/MapField;
         3: .line 525
            invokevirtual com.google.protobuf.MapField.mergeFrom:(Lcom/google/protobuf/MapField;)V
         4: .line 527
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.Struct.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.Struct$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Struct$Builder;
            pop
         5: .line 528
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.onChanged:()V
         6: .line 529
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.Struct other
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/google/protobuf/Struct$Builder;
            0    7     1  other  Lcom/google/protobuf/Struct;
    MethodParameters:
       Name  Flags
      other  

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

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

  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$Builder this
         0: .line 561
            aload 0 /* this */
            getfield com.google.protobuf.Struct$Builder.fields_:Lcom/google/protobuf/MapField;
            ifnonnull 3
         1: .line 563
            getstatic com.google.protobuf.Struct$FieldsDefaultEntryHolder.defaultEntry:Lcom/google/protobuf/MapEntry;
         2: .line 562
            invokestatic com.google.protobuf.MapField.emptyMapField:(Lcom/google/protobuf/MapEntry;)Lcom/google/protobuf/MapField;
            areturn
         3: .line 565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Struct$Builder.fields_:Lcom/google/protobuf/MapField;
            areturn
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Struct$Builder;
    Signature: ()Lcom/google/protobuf/MapField<Ljava/lang/String;Lcom/google/protobuf/Value;>;

  private com.google.protobuf.MapField<java.lang.String, com.google.protobuf.Value> internalGetMutableFields();
    descriptor: ()Lcom/google/protobuf/MapField;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.Struct$Builder this
         0: .line 569
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.onChanged:()V
         1: .line 570
            aload 0 /* this */
            getfield com.google.protobuf.Struct$Builder.fields_:Lcom/google/protobuf/MapField;
            ifnonnull 5
         2: .line 571
            aload 0 /* this */
         3: .line 572
            getstatic com.google.protobuf.Struct$FieldsDefaultEntryHolder.defaultEntry:Lcom/google/protobuf/MapEntry;
         4: .line 571
            invokestatic com.google.protobuf.MapField.newMapField:(Lcom/google/protobuf/MapEntry;)Lcom/google/protobuf/MapField;
            putfield com.google.protobuf.Struct$Builder.fields_:Lcom/google/protobuf/MapField;
         5: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Struct$Builder.fields_:Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.isMutable:()Z
            ifne 7
         6: .line 575
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.Struct$Builder.fields_:Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.copy:()Lcom/google/protobuf/MapField;
            putfield com.google.protobuf.Struct$Builder.fields_:Lcom/google/protobuf/MapField;
         7: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.Struct$Builder.fields_:Lcom/google/protobuf/MapField;
            areturn
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/Struct$Builder;
    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$Builder this
         0: .line 581
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Struct$Builder;

  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$Builder this
        start local 1 // java.lang.String key
         0: .line 593
            aload 1 /* key */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Struct$Builder;
            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$Builder this
         0: .line 601
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.getFieldsMap:()Ljava/util/Map;
            areturn
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Struct$Builder;
    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$Builder this
         0: .line 612
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
            areturn
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Struct$Builder;
    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$Builder this
        start local 1 // java.lang.String key
        start local 2 // com.google.protobuf.Value defaultValue
         0: .line 625
            aload 1 /* key */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
         2: .line 626
            astore 3 /* map */
        start local 3 // java.util.Map map
         3: .line 628
            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$Builder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/google/protobuf/Struct$Builder;
            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$Builder this
        start local 1 // java.lang.String key
         0: .line 640
            aload 1 /* key */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMap:()Ljava/util/Map;
         2: .line 641
            astore 2 /* map */
        start local 2 // java.util.Map map
         3: .line 643
            aload 2 /* map */
            aload 1 /* key */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 644
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 646
      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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/protobuf/Struct$Builder;
            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 com.google.protobuf.Struct$Builder clearFields();
    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$Builder this
         0: .line 650
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetMutableFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMutableMap:()Ljava/util/Map;
         1: .line 651
            invokeinterface java.util.Map.clear:()V
         2: .line 652
            aload 0 /* this */
            areturn
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/Struct$Builder;

  public com.google.protobuf.Struct$Builder removeFields(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/google/protobuf/Struct$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Struct$Builder this
        start local 1 // java.lang.String key
         0: .line 664
            aload 1 /* key */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetMutableFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMutableMap:()Ljava/util/Map;
         2: .line 666
            aload 1 /* key */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 667
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String key
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/Struct$Builder;
            0    4     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

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

  public com.google.protobuf.Struct$Builder putFields(java.lang.String, com.google.protobuf.Value);
    descriptor: (Ljava/lang/String;Lcom/google/protobuf/Value;)Lcom/google/protobuf/Struct$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Struct$Builder this
        start local 1 // java.lang.String key
        start local 2 // com.google.protobuf.Value value
         0: .line 687
            aload 1 /* key */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 688
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            ifnonnull 2
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetMutableFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMutableMap:()Ljava/util/Map;
         3: .line 690
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 691
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.Value value
        end local 1 // java.lang.String key
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/Struct$Builder;
            0    5     1    key  Ljava/lang/String;
            0    5     2  value  Lcom/google/protobuf/Value;
    MethodParameters:
       Name  Flags
      key    
      value  

  public com.google.protobuf.Struct$Builder putAllFields(java.util.Map<java.lang.String, com.google.protobuf.Value>);
    descriptor: (Ljava/util/Map;)Lcom/google/protobuf/Struct$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Struct$Builder this
        start local 1 // java.util.Map values
         0: .line 703
            aload 0 /* this */
            invokevirtual com.google.protobuf.Struct$Builder.internalGetMutableFields:()Lcom/google/protobuf/MapField;
            invokevirtual com.google.protobuf.MapField.getMutableMap:()Ljava/util/Map;
         1: .line 704
            aload 1 /* values */
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         2: .line 705
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map values
        end local 0 // com.google.protobuf.Struct$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/protobuf/Struct$Builder;
            0    3     1  values  Ljava/util/Map<Ljava/lang/String;Lcom/google/protobuf/Value;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/google/protobuf/Value;>;)Lcom/google/protobuf/Struct$Builder;
    MethodParameters:
        Name  Flags
      values  

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

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

  public com.google.protobuf.MessageLite getDefaultInstanceForType();
    descriptor: ()Lcom/google/protobuf/MessageLite;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.Struct$Builder.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$Builder.getDefaultInstanceForType:()Lcom/google/protobuf/Struct;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.Struct$Builder.clone:()Lcom/google/protobuf/Struct$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException

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

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

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

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

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

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

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

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

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

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

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

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

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