Package com.google.protobuf
Interface DescriptorProtos.MethodDescriptorProtoOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.MethodDescriptorProto,DescriptorProtos.MethodDescriptorProto.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.MethodDescriptorProtoOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetInputType()optional string input_type = 2;ByteStringgetInputTypeBytes()optional string input_type = 2;java.lang.StringgetName()optional string name = 1;ByteStringgetNameBytes()optional string name = 1;DescriptorProtos.MethodOptionsgetOptions()optional .google.protobuf.MethodOptions options = 4;DescriptorProtos.MethodOptionsOrBuildergetOptionsOrBuilder()optional .google.protobuf.MethodOptions options = 4;java.lang.StringgetOutputType()optional string output_type = 3;ByteStringgetOutputTypeBytes()optional string output_type = 3;booleanhasInputType()optional string input_type = 2;booleanhasName()optional string name = 1;booleanhasOptions()optional .google.protobuf.MethodOptions options = 4;booleanhasOutputType()optional string output_type = 3;-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;
-
getName
java.lang.String getName()
optional string name = 1;
-
getNameBytes
ByteString getNameBytes()
optional string name = 1;
-
hasInputType
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.
-
getInputType
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.
-
getInputTypeBytes
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.
-
hasOutputType
boolean hasOutputType()
optional string output_type = 3;
-
getOutputType
java.lang.String getOutputType()
optional string output_type = 3;
-
getOutputTypeBytes
ByteString getOutputTypeBytes()
optional string output_type = 3;
-
hasOptions
boolean hasOptions()
optional .google.protobuf.MethodOptions options = 4;
-
getOptions
DescriptorProtos.MethodOptions getOptions()
optional .google.protobuf.MethodOptions options = 4;
-
getOptionsOrBuilder
DescriptorProtos.MethodOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.MethodOptions options = 4;
-
-