public static interface DescriptorProtos.MethodDescriptorProtoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInputType()
optional string input_type = 2; |
ByteString |
getInputTypeBytes()
optional string input_type = 2; |
java.lang.String |
getName()
optional string name = 1; |
ByteString |
getNameBytes()
optional string name = 1; |
DescriptorProtos.MethodOptions |
getOptions()
optional .google.protobuf.MethodOptions options = 4; |
DescriptorProtos.MethodOptionsOrBuilder |
getOptionsOrBuilder()
optional .google.protobuf.MethodOptions options = 4; |
java.lang.String |
getOutputType()
optional string output_type = 3; |
ByteString |
getOutputTypeBytes()
optional string output_type = 3; |
boolean |
hasInputType()
optional string input_type = 2; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasOptions()
optional .google.protobuf.MethodOptions options = 4; |
boolean |
hasOutputType()
optional string output_type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
isInitialized
boolean hasName()
optional string name = 1;
java.lang.String getName()
optional string name = 1;
ByteString getNameBytes()
optional string name = 1;
boolean hasInputType()
optional string input_type = 2;
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
java.lang.String getInputType()
optional string input_type = 2;
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
ByteString getInputTypeBytes()
optional string input_type = 2;
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
boolean hasOutputType()
optional string output_type = 3;
java.lang.String getOutputType()
optional string output_type = 3;
ByteString getOutputTypeBytes()
optional string output_type = 3;
boolean hasOptions()
optional .google.protobuf.MethodOptions options = 4;
DescriptorProtos.MethodOptions getOptions()
optional .google.protobuf.MethodOptions options = 4;
DescriptorProtos.MethodOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.MethodOptions options = 4;