Package com.google.protobuf
Class Method.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<Method,Method.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<Method,Method.Builder>
com.google.protobuf.Method.Builder
- All Implemented Interfaces:
MessageLite.Builder
,MessageLiteOrBuilder
,MethodOrBuilder
,Cloneable
- Enclosing class:
Method
public static final class Method.Builder
extends GeneratedMessageLite.Builder<Method,Method.Builder>
implements MethodOrBuilder
Method represents a method of an API interface.Protobuf type
google.protobuf.Method
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite.Builder
AbstractMessageLite.Builder.LimitedInputStream
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllOptions
(Iterable<? extends Option> values) Any metadata attached to the method.addOptions
(int index, Option value) Any metadata attached to the method.addOptions
(int index, Option.Builder builderForValue) Any metadata attached to the method.addOptions
(Option value) Any metadata attached to the method.addOptions
(Option.Builder builderForValue) Any metadata attached to the method.The simple name of this method.Any metadata attached to the method.If true, the request is streamed.A URL of the input message type.If true, the response is streamed.The URL of the output message type.The source syntax of this method.getName()
The simple name of this method.The simple name of this method.getOptions
(int index) Any metadata attached to the method.int
Any metadata attached to the method.Any metadata attached to the method.boolean
If true, the request is streamed.A URL of the input message type.A URL of the input message type.boolean
If true, the response is streamed.The URL of the output message type.The URL of the output message type.The source syntax of this method.int
The source syntax of this method.removeOptions
(int index) Any metadata attached to the method.The simple name of this method.setNameBytes
(ByteString value) The simple name of this method.setOptions
(int index, Option value) Any metadata attached to the method.setOptions
(int index, Option.Builder builderForValue) Any metadata attached to the method.setRequestStreaming
(boolean value) If true, the request is streamed.setRequestTypeUrl
(String value) A URL of the input message type.setRequestTypeUrlBytes
(ByteString value) A URL of the input message type.setResponseStreaming
(boolean value) If true, the response is streamed.setResponseTypeUrl
(String value) The URL of the output message type.The URL of the output message type.The source syntax of this method.setSyntaxValue
(int value) The source syntax of this method.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Constructor Details
-
Builder
private Builder()
-
-
Method Details
-
getName
The simple name of this method.
string name = 1;
- Specified by:
getName
in interfaceMethodOrBuilder
- Returns:
- The name.
-
getNameBytes
The simple name of this method.
string name = 1;
- Specified by:
getNameBytes
in interfaceMethodOrBuilder
- Returns:
- The bytes for name.
-
setName
The simple name of this method.
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
The simple name of this method.
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
The simple name of this method.
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getRequestTypeUrl
A URL of the input message type.
string request_type_url = 2;
- Specified by:
getRequestTypeUrl
in interfaceMethodOrBuilder
- Returns:
- The requestTypeUrl.
-
getRequestTypeUrlBytes
A URL of the input message type.
string request_type_url = 2;
- Specified by:
getRequestTypeUrlBytes
in interfaceMethodOrBuilder
- Returns:
- The bytes for requestTypeUrl.
-
setRequestTypeUrl
A URL of the input message type.
string request_type_url = 2;
- Parameters:
value
- The requestTypeUrl to set.- Returns:
- This builder for chaining.
-
clearRequestTypeUrl
A URL of the input message type.
string request_type_url = 2;
- Returns:
- This builder for chaining.
-
setRequestTypeUrlBytes
A URL of the input message type.
string request_type_url = 2;
- Parameters:
value
- The bytes for requestTypeUrl to set.- Returns:
- This builder for chaining.
-
getRequestStreaming
public boolean getRequestStreaming()If true, the request is streamed.
bool request_streaming = 3;
- Specified by:
getRequestStreaming
in interfaceMethodOrBuilder
- Returns:
- The requestStreaming.
-
setRequestStreaming
If true, the request is streamed.
bool request_streaming = 3;
- Parameters:
value
- The requestStreaming to set.- Returns:
- This builder for chaining.
-
clearRequestStreaming
If true, the request is streamed.
bool request_streaming = 3;
- Returns:
- This builder for chaining.
-
getResponseTypeUrl
The URL of the output message type.
string response_type_url = 4;
- Specified by:
getResponseTypeUrl
in interfaceMethodOrBuilder
- Returns:
- The responseTypeUrl.
-
getResponseTypeUrlBytes
The URL of the output message type.
string response_type_url = 4;
- Specified by:
getResponseTypeUrlBytes
in interfaceMethodOrBuilder
- Returns:
- The bytes for responseTypeUrl.
-
setResponseTypeUrl
The URL of the output message type.
string response_type_url = 4;
- Parameters:
value
- The responseTypeUrl to set.- Returns:
- This builder for chaining.
-
clearResponseTypeUrl
The URL of the output message type.
string response_type_url = 4;
- Returns:
- This builder for chaining.
-
setResponseTypeUrlBytes
The URL of the output message type.
string response_type_url = 4;
- Parameters:
value
- The bytes for responseTypeUrl to set.- Returns:
- This builder for chaining.
-
getResponseStreaming
public boolean getResponseStreaming()If true, the response is streamed.
bool response_streaming = 5;
- Specified by:
getResponseStreaming
in interfaceMethodOrBuilder
- Returns:
- The responseStreaming.
-
setResponseStreaming
If true, the response is streamed.
bool response_streaming = 5;
- Parameters:
value
- The responseStreaming to set.- Returns:
- This builder for chaining.
-
clearResponseStreaming
If true, the response is streamed.
bool response_streaming = 5;
- Returns:
- This builder for chaining.
-
getOptionsList
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
- Specified by:
getOptionsList
in interfaceMethodOrBuilder
-
getOptionsCount
public int getOptionsCount()Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
- Specified by:
getOptionsCount
in interfaceMethodOrBuilder
-
getOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
- Specified by:
getOptions
in interfaceMethodOrBuilder
-
setOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
setOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addAllOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
clearOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
removeOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
getSyntaxValue
public int getSyntaxValue()The source syntax of this method.
.google.protobuf.Syntax syntax = 7;
- Specified by:
getSyntaxValue
in interfaceMethodOrBuilder
- Returns:
- The enum numeric value on the wire for syntax.
-
setSyntaxValue
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;
- Parameters:
value
- The syntax to set.- Returns:
- This builder for chaining.
-
getSyntax
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;
- Specified by:
getSyntax
in interfaceMethodOrBuilder
- Returns:
- The syntax.
-
setSyntax
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;
- Parameters:
value
- The enum numeric value on the wire for syntax to set.- Returns:
- This builder for chaining.
-
clearSyntax
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;
- Returns:
- This builder for chaining.
-