public final class com.google.protobuf.FieldMask extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.FieldMaskOrBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.FieldMask
  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 PATHS_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 941
            new com.google.protobuf.FieldMask
            dup
            invokespecial com.google.protobuf.FieldMask.<init>:()V
            putstatic com.google.protobuf.FieldMask.DEFAULT_INSTANCE:Lcom/google/protobuf/FieldMask;
         1: .line 949
            new com.google.protobuf.FieldMask$1
            dup
            invokespecial com.google.protobuf.FieldMask$1.<init>:()V
            putstatic com.google.protobuf.FieldMask.PARSER:Lcom/google/protobuf/Parser;
         2: .line 957
            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.FieldMask this
        start local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
         0: .line 170
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
         1: .line 302
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.FieldMask.memoizedIsInitialized:B
         2: .line 171
            return
        end local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/protobuf/FieldMask;
            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.FieldMask this
         0: .line 172
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:()V
         1: .line 302
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.FieldMask.memoizedIsInitialized:B
         2: .line 173
            aload 0 /* this */
            getstatic com.google.protobuf.LazyStringArrayList.EMPTY:Lcom/google/protobuf/LazyStringList;
            putfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
         3: .line 174
            return
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/FieldMask;

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

  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.FieldMask this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 192
            aload 0 /* this */
            invokespecial com.google.protobuf.FieldMask.<init>:()V
         1: .line 193
            aload 2 /* extensionRegistry */
            ifnonnull 3
         2: .line 194
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 196
      StackMap locals: com.google.protobuf.FieldMask com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite
      StackMap stack:
            iconst_0
            istore 3 /* mutable_bitField0_ */
        start local 3 // int mutable_bitField0_
         4: .line 198
            invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
         5: .line 197
            astore 4 /* unknownFields */
        start local 4 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
         6: .line 200
            iconst_0
            istore 5 /* done */
        start local 5 // boolean done
         7: .line 201
            goto 23
         8: .line 202
      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 203
            iload 6 /* tag */
            lookupswitch { // 2
                    0: 10
                   10: 12
              default: 18
          }
        10: .line 205
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 5 /* done */
        11: .line 206
            goto 23
        12: .line 208
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readStringRequireUtf8:()Ljava/lang/String;
            astore 7 /* s */
        start local 7 // java.lang.String s
        13: .line 209
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifne 16
        14: .line 210
            aload 0 /* this */
            new com.google.protobuf.LazyStringArrayList
            dup
            invokespecial com.google.protobuf.LazyStringArrayList.<init>:()V
            putfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
        15: .line 211
            iload 3 /* mutable_bitField0_ */
            iconst_1
            ior
            istore 3 /* mutable_bitField0_ */
        16: .line 213
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            aload 7 /* s */
            invokeinterface com.google.protobuf.LazyStringList.add:(Ljava/lang/Object;)Z
            pop
        17: .line 214
            goto 23
        end local 7 // java.lang.String s
        18: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        19: .line 218
            aload 1 /* input */
            aload 4 /* unknownFields */
            aload 2 /* extensionRegistry */
            iload 6 /* tag */
        20: .line 217
            invokevirtual com.google.protobuf.FieldMask.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
        21: .line 218
            ifne 23
        22: .line 219
            iconst_1
            istore 5 /* done */
        end local 6 // int tag
        23: .line 201
      StackMap locals:
      StackMap stack:
            iload 5 /* done */
            ifeq 8
        end local 5 // boolean done
        24: .line 225
            goto 39
      StackMap locals: com.google.protobuf.FieldMask com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
        25: astore 5 /* e */
        start local 5 // com.google.protobuf.InvalidProtocolBufferException e
        26: .line 226
            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
        27: .line 227
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        28: .line 228
            new com.google.protobuf.InvalidProtocolBufferException
            dup
        29: .line 229
            aload 5 /* e */
        30: .line 228
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/io/IOException;)V
        31: .line 229
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
        32: .line 228
            athrow
        end local 5 // java.io.IOException e
        33: .line 230
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        34: .line 231
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 36
        35: .line 232
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.getUnmodifiableView:()Lcom/google/protobuf/LazyStringList;
            putfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
        36: .line 234
      StackMap locals: com.google.protobuf.FieldMask com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder top top top java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            aload 4 /* unknownFields */
            invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
            putfield com.google.protobuf.FieldMask.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        37: .line 235
            aload 0 /* this */
            invokevirtual com.google.protobuf.FieldMask.makeExtensionsImmutable:()V
        38: .line 236
            aload 8
            athrow
        39: .line 231
      StackMap locals: com.google.protobuf.FieldMask com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 41
        40: .line 232
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.getUnmodifiableView:()Lcom/google/protobuf/LazyStringList;
            putfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
        41: .line 234
      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.FieldMask.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        42: .line 235
            aload 0 /* this */
            invokevirtual com.google.protobuf.FieldMask.makeExtensionsImmutable:()V
        43: .line 237
            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.FieldMask this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   44     0                this  Lcom/google/protobuf/FieldMask;
            0   44     1               input  Lcom/google/protobuf/CodedInputStream;
            0   44     2   extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            4   44     3  mutable_bitField0_  I
            6   44     4       unknownFields  Lcom/google/protobuf/UnknownFieldSet$Builder;
            7   24     5                done  Z
            9   23     6                 tag  I
           13   18     7                   s  Ljava/lang/String;
           26   27     5                   e  Lcom/google/protobuf/InvalidProtocolBufferException;
           28   33     5                   e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6    24      25  Class com.google.protobuf.InvalidProtocolBufferException
           6    24      27  Class java.io.IOException
           6    33      33  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 240
            getstatic com.google.protobuf.FieldMaskProto.internal_static_google_protobuf_FieldMask_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable();
    descriptor: ()Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.FieldMask this
         0: .line 246
            getstatic com.google.protobuf.FieldMaskProto.internal_static_google_protobuf_FieldMask_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 248
            ldc Lcom/google/protobuf/FieldMask;
            ldc Lcom/google/protobuf/FieldMask$Builder;
         2: .line 247
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 246
            areturn
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/FieldMask;

  public com.google.protobuf.ProtocolStringList getPathsList();
    descriptor: ()Lcom/google/protobuf/ProtocolStringList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.FieldMask this
         0: .line 263
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            areturn
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/FieldMask;

  public int getPathsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.FieldMask this
         0: .line 274
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.size:()I
            ireturn
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/FieldMask;

  public java.lang.String getPaths(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.FieldMask this
        start local 1 // int index
         0: .line 286
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            iload 1 /* index */
            invokeinterface com.google.protobuf.LazyStringList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/FieldMask;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.ByteString getPathsBytes(int);
    descriptor: (I)Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.FieldMask this
        start local 1 // int index
         0: .line 299
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            iload 1 /* index */
            invokeinterface com.google.protobuf.LazyStringList.getByteString:(I)Lcom/google/protobuf/ByteString;
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/FieldMask;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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.FieldMask this
         0: .line 305
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.memoizedIsInitialized:B
            istore 1 /* isInitialized */
        start local 1 // byte isInitialized
         1: .line 306
            iload 1 /* isInitialized */
            iconst_1
            if_icmpne 2
            iconst_1
            ireturn
         2: .line 307
      StackMap locals: int
      StackMap stack:
            iload 1 /* isInitialized */
            ifne 3
            iconst_0
            ireturn
         3: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.FieldMask.memoizedIsInitialized:B
         4: .line 310
            iconst_1
            ireturn
        end local 1 // byte isInitialized
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/google/protobuf/FieldMask;
            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=3, args_size=2
        start local 0 // com.google.protobuf.FieldMask this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 316
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 317
      StackMap locals: int
      StackMap stack:
            aload 1 /* output */
            iconst_1
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            iload 2 /* i */
            invokeinterface com.google.protobuf.LazyStringList.getRaw:(I)Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.writeString:(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
         3: .line 316
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.size:()I
            if_icmplt 2
        end local 2 // int i
         5: .line 319
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 1 /* output */
            invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
         6: .line 320
            return
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/protobuf/FieldMask;
            0    7     1  output  Lcom/google/protobuf/CodedOutputStream;
            1    5     2       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  

  public int getSerializedSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.google.protobuf.FieldMask this
         0: .line 324
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.memoizedSize:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 325
            iload 1 /* size */
            iconst_m1
            if_icmpeq 2
            iload 1 /* size */
            ireturn
         2: .line 327
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* size */
         3: .line 329
            iconst_0
            istore 2 /* dataSize */
        start local 2 // int dataSize
         4: .line 330
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 331
      StackMap locals: int int
      StackMap stack:
            iload 2 /* dataSize */
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            iload 3 /* i */
            invokeinterface com.google.protobuf.LazyStringList.getRaw:(I)Ljava/lang/Object;
            invokestatic com.google.protobuf.FieldMask.computeStringSizeNoTag:(Ljava/lang/Object;)I
            iadd
            istore 2 /* dataSize */
         7: .line 330
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.paths_:Lcom/google/protobuf/LazyStringList;
            invokeinterface com.google.protobuf.LazyStringList.size:()I
            if_icmplt 6
        end local 3 // int i
         9: .line 333
            iload 1 /* size */
            iload 2 /* dataSize */
            iadd
            istore 1 /* size */
        10: .line 334
            iload 1 /* size */
            iconst_1
            aload 0 /* this */
            invokevirtual com.google.protobuf.FieldMask.getPathsList:()Lcom/google/protobuf/ProtocolStringList;
            invokeinterface com.google.protobuf.ProtocolStringList.size:()I
            imul
            iadd
            istore 1 /* size */
        end local 2 // int dataSize
        11: .line 336
            iload 1 /* size */
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
            iadd
            istore 1 /* size */
        12: .line 337
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.FieldMask.memoizedSize:I
        13: .line 338
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/google/protobuf/FieldMask;
            1   14     1      size  I
            4   11     2  dataSize  I
            5    9     3         i  I

  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.FieldMask this
        start local 1 // java.lang.Object obj
         0: .line 343
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 344
            iconst_1
            ireturn
         2: .line 346
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.google.protobuf.FieldMask
            ifne 4
         3: .line 347
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.google.protobuf.GeneratedMessageV3.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 349
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.protobuf.FieldMask
            astore 2 /* other */
        start local 2 // com.google.protobuf.FieldMask other
         5: .line 351
            aload 0 /* this */
            invokevirtual com.google.protobuf.FieldMask.getPathsList:()Lcom/google/protobuf/ProtocolStringList;
         6: .line 352
            aload 2 /* other */
            invokevirtual com.google.protobuf.FieldMask.getPathsList:()Lcom/google/protobuf/ProtocolStringList;
            invokeinterface com.google.protobuf.ProtocolStringList.equals:(Ljava/lang/Object;)Z
            ifne 7
            iconst_0
            ireturn
         7: .line 353
      StackMap locals: com.google.protobuf.FieldMask
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 2 /* other */
            getfield com.google.protobuf.FieldMask.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.equals:(Ljava/lang/Object;)Z
            ifne 8
            iconst_0
            ireturn
         8: .line 354
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.google.protobuf.FieldMask other
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/protobuf/FieldMask;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lcom/google/protobuf/FieldMask;
    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.FieldMask this
         0: .line 359
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.memoizedHashCode:I
            ifeq 2
         1: .line 360
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.memoizedHashCode:I
            ireturn
         2: .line 362
      StackMap locals:
      StackMap stack:
            bipush 41
            istore 1 /* hash */
        start local 1 // int hash
         3: .line 363
            bipush 19
            iload 1 /* hash */
            imul
            invokestatic com.google.protobuf.FieldMask.getDescriptor:()Lcom/google/protobuf/Descriptors$Descriptor;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 364
            aload 0 /* this */
            invokevirtual com.google.protobuf.FieldMask.getPathsCount:()I
            ifle 7
         5: .line 365
            bipush 37
            iload 1 /* hash */
            imul
            iconst_1
            iadd
            istore 1 /* hash */
         6: .line 366
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.FieldMask.getPathsList:()Lcom/google/protobuf/ProtocolStringList;
            invokeinterface com.google.protobuf.ProtocolStringList.hashCode:()I
            iadd
            istore 1 /* hash */
         7: .line 368
      StackMap locals: int
      StackMap stack:
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.FieldMask.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.hashCode:()I
            iadd
            istore 1 /* hash */
         8: .line 369
            aload 0 /* this */
            iload 1 /* hash */
            putfield com.google.protobuf.FieldMask.memoizedHashCode:I
         9: .line 370
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/google/protobuf/FieldMask;
            3   10     1  hash  I

  public static com.google.protobuf.FieldMask parseFrom(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/protobuf/FieldMask;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer data
         0: .line 376
            getstatic com.google.protobuf.FieldMask.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;)Ljava/lang/Object;
            checkcast com.google.protobuf.FieldMask
            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.FieldMask parseFrom(java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/FieldMask;
    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 382
            getstatic com.google.protobuf.FieldMask.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.FieldMask
            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.FieldMask parseFrom(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/FieldMask;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString data
         0: .line 387
            getstatic com.google.protobuf.FieldMask.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.FieldMask
            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.FieldMask parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/FieldMask;
    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 393
            getstatic com.google.protobuf.FieldMask.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.FieldMask
            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.FieldMask parseFrom(byte[]);
    descriptor: ([B)Lcom/google/protobuf/FieldMask;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte[] data
         0: .line 397
            getstatic com.google.protobuf.FieldMask.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
            checkcast com.google.protobuf.FieldMask
            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.FieldMask parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
    descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/FieldMask;
    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 403
            getstatic com.google.protobuf.FieldMask.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.FieldMask
            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.FieldMask parseFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/FieldMask;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 408
            getstatic com.google.protobuf.FieldMask.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.FieldMask
         1: .line 407
            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.FieldMask parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/FieldMask;
    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 415
            getstatic com.google.protobuf.FieldMask.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.FieldMask
         1: .line 414
            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.FieldMask parseDelimitedFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/FieldMask;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 420
            getstatic com.google.protobuf.FieldMask.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.FieldMask
         1: .line 419
            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.FieldMask parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/FieldMask;
    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 427
            getstatic com.google.protobuf.FieldMask.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.FieldMask
         1: .line 426
            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.FieldMask parseFrom(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/FieldMask;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStream input
         0: .line 433
            getstatic com.google.protobuf.FieldMask.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.FieldMask
         1: .line 432
            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.FieldMask parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/FieldMask;
    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 440
            getstatic com.google.protobuf.FieldMask.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.FieldMask
         1: .line 439
            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.FieldMask$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/FieldMask$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.FieldMask this
         0: .line 444
            invokestatic com.google.protobuf.FieldMask.newBuilder:()Lcom/google/protobuf/FieldMask$Builder;
            areturn
        end local 0 // com.google.protobuf.FieldMask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/FieldMask;

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

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

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

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

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

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

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

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

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

  public java.util.List getPathsList();
    descriptor: ()Ljava/util/List;
    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.FieldMask.getPathsList:()Lcom/google/protobuf/ProtocolStringList;
            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.FieldMask.toBuilder:()Lcom/google/protobuf/FieldMask$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.FieldMask.toBuilder:()Lcom/google/protobuf/FieldMask$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FieldMask.java"
NestMembers:
  com.google.protobuf.FieldMask$1  com.google.protobuf.FieldMask$Builder
InnerClasses:
  public final Descriptor = com.google.protobuf.Descriptors$Descriptor of com.google.protobuf.Descriptors
  com.google.protobuf.FieldMask$1
  public final Builder = com.google.protobuf.FieldMask$Builder of com.google.protobuf.FieldMask
  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 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.UnknownFieldSet$Builder of com.google.protobuf.UnknownFieldSet