public interface MethodOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()
 The simple name of this method. | 
| ByteString | getNameBytes()
 The simple name of this method. | 
| Option | getOptions(int index)
 Any metadata attached to the method. | 
| int | getOptionsCount()
 Any metadata attached to the method. | 
| java.util.List<Option> | getOptionsList()
 Any metadata attached to the method. | 
| OptionOrBuilder | getOptionsOrBuilder(int index)
 Any metadata attached to the method. | 
| java.util.List<? extends OptionOrBuilder> | getOptionsOrBuilderList()
 Any metadata attached to the method. | 
| boolean | getRequestStreaming()
 If true, the request is streamed. | 
| java.lang.String | getRequestTypeUrl()
 A URL of the input message type. | 
| ByteString | getRequestTypeUrlBytes()
 A URL of the input message type. | 
| boolean | getResponseStreaming()
 If true, the response is streamed. | 
| java.lang.String | getResponseTypeUrl()
 The URL of the output message type. | 
| ByteString | getResponseTypeUrlBytes()
 The URL of the output message type. | 
| Syntax | getSyntax()
 The source syntax of this method. | 
| int | getSyntaxValue()
 The source syntax of this method. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
The simple name of this method.
string name = 1;ByteString getNameBytes()
The simple name of this method.
string name = 1;java.lang.String getRequestTypeUrl()
A URL of the input message type.
string request_type_url = 2;ByteString getRequestTypeUrlBytes()
A URL of the input message type.
string request_type_url = 2;boolean getRequestStreaming()
If true, the request is streamed.
bool request_streaming = 3;java.lang.String getResponseTypeUrl()
The URL of the output message type.
string response_type_url = 4;ByteString getResponseTypeUrlBytes()
The URL of the output message type.
string response_type_url = 4;boolean getResponseStreaming()
If true, the response is streamed.
bool response_streaming = 5;java.util.List<Option> getOptionsList()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;Option getOptions(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;int getOptionsCount()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;java.util.List<? extends OptionOrBuilder> getOptionsOrBuilderList()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;OptionOrBuilder getOptionsOrBuilder(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;int getSyntaxValue()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;Syntax getSyntax()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;