public final class com.google.protobuf.Descriptors$MethodDescriptor extends com.google.protobuf.Descriptors$GenericDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.Descriptors$MethodDescriptor
  super_class: com.google.protobuf.Descriptors$GenericDescriptor
{
  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.google.protobuf.DescriptorProtos$MethodDescriptorProto proto;
    descriptor: Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String fullName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.google.protobuf.Descriptors$FileDescriptor file;
    descriptor: Lcom/google/protobuf/Descriptors$FileDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.google.protobuf.Descriptors$ServiceDescriptor service;
    descriptor: Lcom/google/protobuf/Descriptors$ServiceDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.google.protobuf.Descriptors$Descriptor inputType;
    descriptor: Lcom/google/protobuf/Descriptors$Descriptor;
    flags: (0x0002) ACC_PRIVATE

  private com.google.protobuf.Descriptors$Descriptor outputType;
    descriptor: Lcom/google/protobuf/Descriptors$Descriptor;
    flags: (0x0002) ACC_PRIVATE

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 1988
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.index:I
            ireturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public com.google.protobuf.DescriptorProtos$MethodDescriptorProto toProto();
    descriptor: ()Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 1994
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            areturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2000
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            invokevirtual com.google.protobuf.DescriptorProtos$MethodDescriptorProto.getName:()Ljava/lang/String;
            areturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public java.lang.String getFullName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2010
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.fullName:Ljava/lang/String;
            areturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public com.google.protobuf.Descriptors$FileDescriptor getFile();
    descriptor: ()Lcom/google/protobuf/Descriptors$FileDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2016
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
            areturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public com.google.protobuf.Descriptors$ServiceDescriptor getService();
    descriptor: ()Lcom/google/protobuf/Descriptors$ServiceDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2021
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.service:Lcom/google/protobuf/Descriptors$ServiceDescriptor;
            areturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public com.google.protobuf.Descriptors$Descriptor getInputType();
    descriptor: ()Lcom/google/protobuf/Descriptors$Descriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2026
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.inputType:Lcom/google/protobuf/Descriptors$Descriptor;
            areturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public com.google.protobuf.Descriptors$Descriptor getOutputType();
    descriptor: ()Lcom/google/protobuf/Descriptors$Descriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2031
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.outputType:Lcom/google/protobuf/Descriptors$Descriptor;
            areturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public boolean isClientStreaming();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2036
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            invokevirtual com.google.protobuf.DescriptorProtos$MethodDescriptorProto.getClientStreaming:()Z
            ireturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public boolean isServerStreaming();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2041
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            invokevirtual com.google.protobuf.DescriptorProtos$MethodDescriptorProto.getServerStreaming:()Z
            ireturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  public com.google.protobuf.DescriptorProtos$MethodOptions getOptions();
    descriptor: ()Lcom/google/protobuf/DescriptorProtos$MethodOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2046
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            invokevirtual com.google.protobuf.DescriptorProtos$MethodDescriptorProto.getOptions:()Lcom/google/protobuf/DescriptorProtos$MethodOptions;
            areturn
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Descriptors$MethodDescriptor;

  private void <init>(com.google.protobuf.DescriptorProtos$MethodDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$ServiceDescriptor, int);
    descriptor: (Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;Lcom/google/protobuf/Descriptors$FileDescriptor;Lcom/google/protobuf/Descriptors$ServiceDescriptor;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
        start local 1 // com.google.protobuf.DescriptorProtos$MethodDescriptorProto proto
        start local 2 // com.google.protobuf.Descriptors$FileDescriptor file
        start local 3 // com.google.protobuf.Descriptors$ServiceDescriptor parent
        start local 4 // int index
         0: .line 2059
            aload 0 /* this */
            invokespecial com.google.protobuf.Descriptors$GenericDescriptor.<init>:()V
         1: .line 2065
            aload 0 /* this */
            iload 4 /* index */
            putfield com.google.protobuf.Descriptors$MethodDescriptor.index:I
         2: .line 2066
            aload 0 /* this */
            aload 1 /* proto */
            putfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
         3: .line 2067
            aload 0 /* this */
            aload 2 /* file */
            putfield com.google.protobuf.Descriptors$MethodDescriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
         4: .line 2068
            aload 0 /* this */
            aload 3 /* parent */
            putfield com.google.protobuf.Descriptors$MethodDescriptor.service:Lcom/google/protobuf/Descriptors$ServiceDescriptor;
         5: .line 2070
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 3 /* parent */
            invokevirtual com.google.protobuf.Descriptors$ServiceDescriptor.getFullName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 1 /* proto */
            invokevirtual com.google.protobuf.DescriptorProtos$MethodDescriptorProto.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield com.google.protobuf.Descriptors$MethodDescriptor.fullName:Ljava/lang/String;
         6: .line 2072
            aload 2 /* file */
            getfield com.google.protobuf.Descriptors$FileDescriptor.pool:Lcom/google/protobuf/Descriptors$DescriptorPool;
            aload 0 /* this */
            invokevirtual com.google.protobuf.Descriptors$DescriptorPool.addSymbol:(Lcom/google/protobuf/Descriptors$GenericDescriptor;)V
         7: .line 2073
            return
        end local 4 // int index
        end local 3 // com.google.protobuf.Descriptors$ServiceDescriptor parent
        end local 2 // com.google.protobuf.Descriptors$FileDescriptor file
        end local 1 // com.google.protobuf.DescriptorProtos$MethodDescriptorProto proto
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/google/protobuf/Descriptors$MethodDescriptor;
            0    8     1   proto  Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            0    8     2    file  Lcom/google/protobuf/Descriptors$FileDescriptor;
            0    8     3  parent  Lcom/google/protobuf/Descriptors$ServiceDescriptor;
            0    8     4   index  I
    Exceptions:
      throws com.google.protobuf.Descriptors$DescriptorValidationException
    MethodParameters:
        Name  Flags
      proto   final
      file    final
      parent  final
      index   final

  private void crossLink();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
         0: .line 2077
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
            getfield com.google.protobuf.Descriptors$FileDescriptor.pool:Lcom/google/protobuf/Descriptors$DescriptorPool;
         1: .line 2078
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            invokevirtual com.google.protobuf.DescriptorProtos$MethodDescriptorProto.getInputType:()Ljava/lang/String;
            aload 0 /* this */
            getstatic com.google.protobuf.Descriptors$DescriptorPool$SearchFilter.TYPES_ONLY:Lcom/google/protobuf/Descriptors$DescriptorPool$SearchFilter;
         2: .line 2077
            invokevirtual com.google.protobuf.Descriptors$DescriptorPool.lookupSymbol:(Ljava/lang/String;Lcom/google/protobuf/Descriptors$GenericDescriptor;Lcom/google/protobuf/Descriptors$DescriptorPool$SearchFilter;)Lcom/google/protobuf/Descriptors$GenericDescriptor;
         3: .line 2076
            astore 1 /* input */
        start local 1 // com.google.protobuf.Descriptors$GenericDescriptor input
         4: .line 2079
            aload 1 /* input */
            instanceof com.google.protobuf.Descriptors$Descriptor
            ifne 8
         5: .line 2080
            new com.google.protobuf.Descriptors$DescriptorValidationException
            dup
         6: .line 2081
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            bipush 34
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            invokevirtual com.google.protobuf.DescriptorProtos$MethodDescriptorProto.getInputType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" is not a message type."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 2080
            invokespecial com.google.protobuf.Descriptors$DescriptorValidationException.<init>:(Lcom/google/protobuf/Descriptors$GenericDescriptor;Ljava/lang/String;)V
            athrow
         8: .line 2083
      StackMap locals: com.google.protobuf.Descriptors$GenericDescriptor
      StackMap stack:
            aload 0 /* this */
            aload 1 /* input */
            checkcast com.google.protobuf.Descriptors$Descriptor
            putfield com.google.protobuf.Descriptors$MethodDescriptor.inputType:Lcom/google/protobuf/Descriptors$Descriptor;
         9: .line 2086
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.file:Lcom/google/protobuf/Descriptors$FileDescriptor;
            getfield com.google.protobuf.Descriptors$FileDescriptor.pool:Lcom/google/protobuf/Descriptors$DescriptorPool;
        10: .line 2087
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            invokevirtual com.google.protobuf.DescriptorProtos$MethodDescriptorProto.getOutputType:()Ljava/lang/String;
            aload 0 /* this */
            getstatic com.google.protobuf.Descriptors$DescriptorPool$SearchFilter.TYPES_ONLY:Lcom/google/protobuf/Descriptors$DescriptorPool$SearchFilter;
        11: .line 2086
            invokevirtual com.google.protobuf.Descriptors$DescriptorPool.lookupSymbol:(Ljava/lang/String;Lcom/google/protobuf/Descriptors$GenericDescriptor;Lcom/google/protobuf/Descriptors$DescriptorPool$SearchFilter;)Lcom/google/protobuf/Descriptors$GenericDescriptor;
        12: .line 2085
            astore 2 /* output */
        start local 2 // com.google.protobuf.Descriptors$GenericDescriptor output
        13: .line 2088
            aload 2 /* output */
            instanceof com.google.protobuf.Descriptors$Descriptor
            ifne 17
        14: .line 2089
            new com.google.protobuf.Descriptors$DescriptorValidationException
            dup
        15: .line 2090
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            bipush 34
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            invokevirtual com.google.protobuf.DescriptorProtos$MethodDescriptorProto.getOutputType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" is not a message type."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        16: .line 2089
            invokespecial com.google.protobuf.Descriptors$DescriptorValidationException.<init>:(Lcom/google/protobuf/Descriptors$GenericDescriptor;Ljava/lang/String;)V
            athrow
        17: .line 2092
      StackMap locals: com.google.protobuf.Descriptors$GenericDescriptor
      StackMap stack:
            aload 0 /* this */
            aload 2 /* output */
            checkcast com.google.protobuf.Descriptors$Descriptor
            putfield com.google.protobuf.Descriptors$MethodDescriptor.outputType:Lcom/google/protobuf/Descriptors$Descriptor;
        18: .line 2093
            return
        end local 2 // com.google.protobuf.Descriptors$GenericDescriptor output
        end local 1 // com.google.protobuf.Descriptors$GenericDescriptor input
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lcom/google/protobuf/Descriptors$MethodDescriptor;
            4   19     1   input  Lcom/google/protobuf/Descriptors$GenericDescriptor;
           13   19     2  output  Lcom/google/protobuf/Descriptors$GenericDescriptor;
    Exceptions:
      throws com.google.protobuf.Descriptors$DescriptorValidationException

  private void setProto(com.google.protobuf.DescriptorProtos$MethodDescriptorProto);
    descriptor: (Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
        start local 1 // com.google.protobuf.DescriptorProtos$MethodDescriptorProto proto
         0: .line 2097
            aload 0 /* this */
            aload 1 /* proto */
            putfield com.google.protobuf.Descriptors$MethodDescriptor.proto:Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
         1: .line 2098
            return
        end local 1 // com.google.protobuf.DescriptorProtos$MethodDescriptorProto proto
        end local 0 // com.google.protobuf.Descriptors$MethodDescriptor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/protobuf/Descriptors$MethodDescriptor;
            0    2     1  proto  Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
    MethodParameters:
       Name  Flags
      proto  final

  public com.google.protobuf.Message toProto();
    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.Descriptors$MethodDescriptor.toProto:()Lcom/google/protobuf/DescriptorProtos$MethodDescriptorProto;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Descriptors.java"
NestHost: com.google.protobuf.Descriptors
InnerClasses:
  public final MethodDescriptorProto = com.google.protobuf.DescriptorProtos$MethodDescriptorProto of com.google.protobuf.DescriptorProtos
  public final MethodOptions = com.google.protobuf.DescriptorProtos$MethodOptions of com.google.protobuf.DescriptorProtos
  public final Descriptor = com.google.protobuf.Descriptors$Descriptor of com.google.protobuf.Descriptors
  private final DescriptorPool = com.google.protobuf.Descriptors$DescriptorPool of com.google.protobuf.Descriptors
  final SearchFilter = com.google.protobuf.Descriptors$DescriptorPool$SearchFilter of com.google.protobuf.Descriptors$DescriptorPool
  public DescriptorValidationException = com.google.protobuf.Descriptors$DescriptorValidationException of com.google.protobuf.Descriptors
  public final FileDescriptor = com.google.protobuf.Descriptors$FileDescriptor of com.google.protobuf.Descriptors
  public abstract GenericDescriptor = com.google.protobuf.Descriptors$GenericDescriptor of com.google.protobuf.Descriptors
  public final MethodDescriptor = com.google.protobuf.Descriptors$MethodDescriptor of com.google.protobuf.Descriptors
  public final ServiceDescriptor = com.google.protobuf.Descriptors$ServiceDescriptor of com.google.protobuf.Descriptors