public interface com.google.protobuf.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.protobuf.Service
  super_class: java.lang.Object
{
  public abstract com.google.protobuf.Descriptors$ServiceDescriptor getDescriptorForType();
    descriptor: ()Lcom/google/protobuf/Descriptors$ServiceDescriptor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void callMethod(com.google.protobuf.Descriptors$MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>);
    descriptor: (Lcom/google/protobuf/Descriptors$MethodDescriptor;Lcom/google/protobuf/RpcController;Lcom/google/protobuf/Message;Lcom/google/protobuf/RpcCallback;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/google/protobuf/Descriptors$MethodDescriptor;Lcom/google/protobuf/RpcController;Lcom/google/protobuf/Message;Lcom/google/protobuf/RpcCallback<Lcom/google/protobuf/Message;>;)V
    MethodParameters:
            Name  Flags
      method      
      controller  
      request     
      done        

  public abstract com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors$MethodDescriptor);
    descriptor: (Lcom/google/protobuf/Descriptors$MethodDescriptor;)Lcom/google/protobuf/Message;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      method  

  public abstract com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors$MethodDescriptor);
    descriptor: (Lcom/google/protobuf/Descriptors$MethodDescriptor;)Lcom/google/protobuf/Message;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      method  
}
SourceFile: "Service.java"
InnerClasses:
  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