Package com.google.protobuf
Class Method.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
com.google.protobuf.Method.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,MethodOrBuilder,Cloneable
- Enclosing class:
- Method
public static final class Method.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
implements MethodOrBuilder
Method represents a method of an API interface.Protobuf type
google.protobuf.Method-
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.Any metadata attached to the method.addOptionsBuilder(int index) Any metadata attached to the method.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()clearField(com.google.protobuf.Descriptors.FieldDescriptor field) The simple name of this method.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetName()The simple name of this method.com.google.protobuf.ByteStringThe simple name of this method.getOptions(int index) Any metadata attached to the method.getOptionsBuilder(int index) Any metadata attached to the method.Any metadata attached to the method.intAny metadata attached to the method.Any metadata attached to the method.getOptionsOrBuilder(int index) Any metadata attached to the method.List<? extends OptionOrBuilder>Any metadata attached to the method.booleanIf true, the request is streamed.A URL of the input message type.com.google.protobuf.ByteStringA URL of the input message type.booleanIf true, the response is streamed.The URL of the output message type.com.google.protobuf.ByteStringThe URL of the output message type.The source syntax of this method.intThe source syntax of this method.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) final Method.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeOptions(int index) Any metadata attached to the method.The simple name of this method.setNameBytes(com.google.protobuf.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRequestStreaming(boolean value) If true, the request is streamed.setRequestTypeUrl(String value) A URL of the input message type.setRequestTypeUrlBytes(com.google.protobuf.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.setResponseTypeUrlBytes(com.google.protobuf.ByteString value) The URL of the output message type.The source syntax of this method.setSyntaxValue(int value) The source syntax of this method.final Method.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
setField
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
setRepeatedField
public Method.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
addRepeatedField
public Method.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Method.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
mergeFrom
public Method.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Method.Builder>- Throws:
IOException
-
getName
The simple name of this method.
string name = 1;- Specified by:
getNamein interfaceMethodOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()The simple name of this method.
string name = 1;- Specified by:
getNameBytesin 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:
getRequestTypeUrlin interfaceMethodOrBuilder- Returns:
- The requestTypeUrl.
-
getRequestTypeUrlBytes
public com.google.protobuf.ByteString getRequestTypeUrlBytes()A URL of the input message type.
string request_type_url = 2;- Specified by:
getRequestTypeUrlBytesin 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:
getRequestStreamingin 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:
getResponseTypeUrlin interfaceMethodOrBuilder- Returns:
- The responseTypeUrl.
-
getResponseTypeUrlBytes
public com.google.protobuf.ByteString getResponseTypeUrlBytes()The URL of the output message type.
string response_type_url = 4;- Specified by:
getResponseTypeUrlBytesin 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:
getResponseStreamingin 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:
getOptionsListin interfaceMethodOrBuilder
-
getOptionsCount
public int getOptionsCount()Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;- Specified by:
getOptionsCountin interfaceMethodOrBuilder
-
getOptions
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;- Specified by:
getOptionsin 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; -
getOptionsBuilder
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6; -
getOptionsOrBuilder
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;- Specified by:
getOptionsOrBuilderin interfaceMethodOrBuilder
-
getOptionsOrBuilderList
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;- Specified by:
getOptionsOrBuilderListin interfaceMethodOrBuilder
-
addOptionsBuilder
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6; -
addOptionsBuilder
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6; -
getOptionsBuilderList
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:
getSyntaxValuein 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 enum numeric value on the wire for syntax to set.- Returns:
- This builder for chaining.
-
getSyntax
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;- Specified by:
getSyntaxin interfaceMethodOrBuilder- Returns:
- The syntax.
-
setSyntax
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;- Parameters:
value- The 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.
-
setUnknownFields
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-