public
interface
MethodOrBuilder
extends
MessageLiteOrBuilder
Implements
MessageLiteOrBuilderMethods
getName()
public
abstract
String
getName
()
The simple name of this method.
string name = 1;
getNameBytes()
public
abstract
ByteString
getNameBytes
()
The simple name of this method.
string name = 1;
getOptions(int index)
public
abstract
Option
getOptions
(
int
index
)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
getOptionsCount()
public
abstract
int
getOptionsCount
()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
getOptionsList()
public
abstract
List<Option>
getOptionsList
()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
getRequestStreaming()
public
abstract
boolean
getRequestStreaming
()
If true, the request is streamed.
bool request_streaming = 3;
getRequestTypeUrl()
public
abstract
String
getRequestTypeUrl
()
A URL of the input message type.
string request_type_url = 2;
getRequestTypeUrlBytes()
public
abstract
ByteString
getRequestTypeUrlBytes
()
A URL of the input message type.
string request_type_url = 2;
getResponseStreaming()
public
abstract
boolean
getResponseStreaming
()
If true, the response is streamed.
bool response_streaming = 5;
getResponseTypeUrl()
public
abstract
String
getResponseTypeUrl
()
The URL of the output message type.
string response_type_url = 4;
getResponseTypeUrlBytes()
public
abstract
ByteString
getResponseTypeUrlBytes
()
The URL of the output message type.
string response_type_url = 4;
getSyntax()
public
abstract
Syntax
getSyntax
()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;
getSyntaxValue()
public
abstract
int
getSyntaxValue
()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;

