Interface DescriptorProtos.MethodDescriptorProtoOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
        optional string name = 1;
      • getName

        String getName()
        optional string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
      • hasInputType

        boolean hasInputType()
         Input and output type names.  These are resolved in the same way as
         FieldDescriptorProto.type_name, but must refer to a message type.
         
        optional string input_type = 2;
      • getInputType

        String getInputType()
         Input and output type names.  These are resolved in the same way as
         FieldDescriptorProto.type_name, but must refer to a message type.
         
        optional string input_type = 2;
      • getInputTypeBytes

        com.google.protobuf.ByteString getInputTypeBytes()
         Input and output type names.  These are resolved in the same way as
         FieldDescriptorProto.type_name, but must refer to a message type.
         
        optional string input_type = 2;
      • hasOutputType

        boolean hasOutputType()
        optional string output_type = 3;
      • getOutputType

        String getOutputType()
        optional string output_type = 3;
      • getOutputTypeBytes

        com.google.protobuf.ByteString getOutputTypeBytes()
        optional string output_type = 3;
      • hasOptions

        boolean hasOptions()
        optional .google.protobuf.MethodOptions options = 4;
      • hasClientStreaming

        boolean hasClientStreaming()
         Identifies if client streams multiple client messages
         
        optional bool client_streaming = 5 [default = false];
      • getClientStreaming

        boolean getClientStreaming()
         Identifies if client streams multiple client messages
         
        optional bool client_streaming = 5 [default = false];
      • hasServerStreaming

        boolean hasServerStreaming()
         Identifies if server streams multiple server messages
         
        optional bool server_streaming = 6 [default = false];
      • getServerStreaming

        boolean getServerStreaming()
         Identifies if server streams multiple server messages
         
        optional bool server_streaming = 6 [default = false];