public interface MethodOrBuilder extends MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<Option> |
getOptionsList()
Any metadata attached to the method.
|
boolean |
getRequestStreaming()
If true, the request is streamed.
|
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.
|
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.
|
getDefaultInstanceForType, isInitializedString getName()
The simple name of this method.
string name = 1;ByteString getNameBytes()
The simple name of this method.
string name = 1;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;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;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;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;Copyright © 2008–2019. All rights reserved.