Package com.google.protobuf
Class Method.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
-
- com.google.protobuf.Method.Builder
-
- All Implemented Interfaces:
Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,MethodOrBuilder,java.lang.Cloneable
- Enclosing class:
- Method
public static final class Method.Builder extends GeneratedMessageV3.Builder<Method.Builder> implements MethodOrBuilder
Method represents a method of an API interface.
Protobuf typegoogle.protobuf.Method
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Method.BuilderaddAllOptions(java.lang.Iterable<? extends Option> values)Any metadata attached to the method.Method.BuilderaddOptions(int index, Option value)Any metadata attached to the method.Method.BuilderaddOptions(int index, Option.Builder builderForValue)Any metadata attached to the method.Method.BuilderaddOptions(Option value)Any metadata attached to the method.Method.BuilderaddOptions(Option.Builder builderForValue)Any metadata attached to the method.Option.BuilderaddOptionsBuilder()Any metadata attached to the method.Option.BuilderaddOptionsBuilder(int index)Any metadata attached to the method.Method.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)LikesetRepeatedField, but appends the value as a new element.Methodbuild()Constructs the message based on the state of the Builder.MethodbuildPartial()LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.Method.Builderclear()Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.Method.BuilderclearField(Descriptors.FieldDescriptor field)Clears the field.Method.BuilderclearName()The simple name of this method.Method.BuilderclearOneof(Descriptors.OneofDescriptor oneof)TODO(jieluo): Clear it when all subclasses have implemented this method.Method.BuilderclearOptions()Any metadata attached to the method.Method.BuilderclearRequestStreaming()If true, the request is streamed.Method.BuilderclearRequestTypeUrl()A URL of the input message type.Method.BuilderclearResponseStreaming()If true, the response is streamed.Method.BuilderclearResponseTypeUrl()The URL of the output message type.Method.BuilderclearSyntax()The source syntax of this method.Method.Builderclone()Clones the Builder.MethodgetDefaultInstanceForType()Get an instance of the type with no fields set.static Descriptors.DescriptorgetDescriptor()Descriptors.DescriptorgetDescriptorForType()Get the message's type's descriptor.java.lang.StringgetName()The simple name of this method.ByteStringgetNameBytes()The simple name of this method.OptiongetOptions(int index)Any metadata attached to the method.Option.BuildergetOptionsBuilder(int index)Any metadata attached to the method.java.util.List<Option.Builder>getOptionsBuilderList()Any metadata attached to the method.intgetOptionsCount()Any metadata attached to the method.java.util.List<Option>getOptionsList()Any metadata attached to the method.OptionOrBuildergetOptionsOrBuilder(int index)Any metadata attached to the method.java.util.List<? extends OptionOrBuilder>getOptionsOrBuilderList()Any metadata attached to the method.booleangetRequestStreaming()If true, the request is streamed.java.lang.StringgetRequestTypeUrl()A URL of the input message type.ByteStringgetRequestTypeUrlBytes()A URL of the input message type.booleangetResponseStreaming()If true, the response is streamed.java.lang.StringgetResponseTypeUrl()The URL of the output message type.ByteStringgetResponseTypeUrlBytes()The URL of the output message type.SyntaxgetSyntax()The source syntax of this method.intgetSyntaxValue()The source syntax of this method.protected GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()Get the FieldAccessorTable for this type.booleanisInitialized()Returns true if all required fields in the message and all embedded messages are set, false otherwise.Method.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.Method.BuildermergeFrom(Message other)Mergeotherinto the message being built.Method.BuildermergeFrom(Method other)Method.BuildermergeUnknownFields(UnknownFieldSet unknownFields)Merge some unknown fields into theUnknownFieldSetfor this message.Method.BuilderremoveOptions(int index)Any metadata attached to the method.Method.BuildersetField(Descriptors.FieldDescriptor field, java.lang.Object value)Sets a field to the given value.Method.BuildersetName(java.lang.String value)The simple name of this method.Method.BuildersetNameBytes(ByteString value)The simple name of this method.Method.BuildersetOptions(int index, Option value)Any metadata attached to the method.Method.BuildersetOptions(int index, Option.Builder builderForValue)Any metadata attached to the method.Method.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Sets an element of a repeated field to the given value.Method.BuildersetRequestStreaming(boolean value)If true, the request is streamed.Method.BuildersetRequestTypeUrl(java.lang.String value)A URL of the input message type.Method.BuildersetRequestTypeUrlBytes(ByteString value)A URL of the input message type.Method.BuildersetResponseStreaming(boolean value)If true, the response is streamed.Method.BuildersetResponseTypeUrl(java.lang.String value)The URL of the output message type.Method.BuildersetResponseTypeUrlBytes(ByteString value)The URL of the output message type.Method.BuildersetSyntax(Syntax value)The source syntax of this method.Method.BuildersetSyntaxValue(int value)The source syntax of this method.Method.BuildersetUnknownFields(UnknownFieldSet unknownFields)Set theUnknownFieldSetfor this message.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessageV3.BuilderGet the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<Method.Builder>
-
clear
public Method.Builder clear()
Description copied from class:GeneratedMessageV3.BuilderCalled by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<Method.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
Description copied from interface:Message.BuilderGet the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType().- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<Method.Builder>
-
getDefaultInstanceForType
public Method getDefaultInstanceForType()
Description copied from interface:MessageLiteOrBuilderGet an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()method of generated message classes in that this method is an abstract method of theMessageLiteinterface whereasgetDefaultInstance()is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
public Method build()
Description copied from interface:MessageLite.BuilderConstructs the message based on the state of the Builder. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
public Method buildPartial()
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields. Instead, a partial message is returned. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
public Method.Builder clone()
Description copied from interface:MessageLite.BuilderClones the Builder.- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<Method.Builder>- See Also:
Object.clone()
-
setField
public Method.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.BuilderSets a field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getField(Descriptors.FieldDescriptor)would return.- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<Method.Builder>
-
clearField
public Method.Builder clearField(Descriptors.FieldDescriptor field)
Description copied from interface:Message.BuilderClears the field. This is exactly equivalent to calling the generated "clear" accessor method corresponding to the field.- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<Method.Builder>
-
clearOneof
public Method.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Description copied from class:AbstractMessage.BuilderTODO(jieluo): Clear it when all subclasses have implemented this method.- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<Method.Builder>
-
setRepeatedField
public Method.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Description copied from interface:Message.BuilderSets an element of a repeated field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int)would return.- Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<Method.Builder>
-
addRepeatedField
public Method.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.BuilderLikesetRepeatedField, but appends the value as a new element.- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<Method.Builder>
-
mergeFrom
public Method.Builder mergeFrom(Message other)
Description copied from interface:Message.BuilderMergeotherinto the message being built.othermust have the exact same type asthis(i.e.getDescriptorForType() == other.getDescriptorForType()).Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set inother, thenother's value overwrites the value in this message.
* For singular message fields, if the field is set inother, it is merged into the corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements inotherare concatenated with the elements in this message.
* For oneof groups, if the other message has one of the fields set, the group of this message is cleared and replaced by the field of the other message, so that the oneof constraint is preserved.This is equivalent to the
Message::MergeFrommethod in C++.- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<Method.Builder>
-
mergeFrom
public Method.Builder mergeFrom(Method other)
-
isInitialized
public final boolean isInitialized()
Description copied from interface:MessageLiteOrBuilderReturns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<Method.Builder>
-
mergeFrom
public Method.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. The extensions that you want to be able to parse must be registered inextensionRegistry. Extensions not in the registry will be treated as unknown fields.- Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<Method.Builder>- Throws:
java.io.IOException
-
getName
public java.lang.String getName()
The simple name of this method.
string name = 1;- Specified by:
getNamein interfaceMethodOrBuilder- Returns:
- The name.
-
getNameBytes
public ByteString getNameBytes()
The simple name of this method.
string name = 1;- Specified by:
getNameBytesin interfaceMethodOrBuilder- Returns:
- The bytes for name.
-
setName
public Method.Builder setName(java.lang.String value)
The simple name of this method.
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Method.Builder clearName()
The simple name of this method.
string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public Method.Builder setNameBytes(ByteString value)
The simple name of this method.
string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getRequestTypeUrl
public java.lang.String getRequestTypeUrl()
A URL of the input message type.
string request_type_url = 2;- Specified by:
getRequestTypeUrlin interfaceMethodOrBuilder- Returns:
- The requestTypeUrl.
-
getRequestTypeUrlBytes
public ByteString getRequestTypeUrlBytes()
A URL of the input message type.
string request_type_url = 2;- Specified by:
getRequestTypeUrlBytesin interfaceMethodOrBuilder- Returns:
- The bytes for requestTypeUrl.
-
setRequestTypeUrl
public Method.Builder setRequestTypeUrl(java.lang.String value)
A URL of the input message type.
string request_type_url = 2;- Parameters:
value- The requestTypeUrl to set.- Returns:
- This builder for chaining.
-
clearRequestTypeUrl
public Method.Builder clearRequestTypeUrl()
A URL of the input message type.
string request_type_url = 2;- Returns:
- This builder for chaining.
-
setRequestTypeUrlBytes
public Method.Builder setRequestTypeUrlBytes(ByteString value)
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
public Method.Builder setRequestStreaming(boolean value)
If true, the request is streamed.
bool request_streaming = 3;- Parameters:
value- The requestStreaming to set.- Returns:
- This builder for chaining.
-
clearRequestStreaming
public Method.Builder clearRequestStreaming()
If true, the request is streamed.
bool request_streaming = 3;- Returns:
- This builder for chaining.
-
getResponseTypeUrl
public java.lang.String getResponseTypeUrl()
The URL of the output message type.
string response_type_url = 4;- Specified by:
getResponseTypeUrlin interfaceMethodOrBuilder- Returns:
- The responseTypeUrl.
-
getResponseTypeUrlBytes
public ByteString getResponseTypeUrlBytes()
The URL of the output message type.
string response_type_url = 4;- Specified by:
getResponseTypeUrlBytesin interfaceMethodOrBuilder- Returns:
- The bytes for responseTypeUrl.
-
setResponseTypeUrl
public Method.Builder setResponseTypeUrl(java.lang.String value)
The URL of the output message type.
string response_type_url = 4;- Parameters:
value- The responseTypeUrl to set.- Returns:
- This builder for chaining.
-
clearResponseTypeUrl
public Method.Builder clearResponseTypeUrl()
The URL of the output message type.
string response_type_url = 4;- Returns:
- This builder for chaining.
-
setResponseTypeUrlBytes
public Method.Builder setResponseTypeUrlBytes(ByteString value)
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
public Method.Builder setResponseStreaming(boolean value)
If true, the response is streamed.
bool response_streaming = 5;- Parameters:
value- The responseStreaming to set.- Returns:
- This builder for chaining.
-
clearResponseStreaming
public Method.Builder clearResponseStreaming()
If true, the response is streamed.
bool response_streaming = 5;- Returns:
- This builder for chaining.
-
getOptionsList
public java.util.List<Option> 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
public Option getOptions(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;- Specified by:
getOptionsin interfaceMethodOrBuilder
-
setOptions
public Method.Builder setOptions(int index, Option value)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
setOptions
public Method.Builder setOptions(int index, Option.Builder builderForValue)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addOptions
public Method.Builder addOptions(Option value)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addOptions
public Method.Builder addOptions(int index, Option value)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addOptions
public Method.Builder addOptions(Option.Builder builderForValue)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addOptions
public Method.Builder addOptions(int index, Option.Builder builderForValue)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addAllOptions
public Method.Builder addAllOptions(java.lang.Iterable<? extends Option> values)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
clearOptions
public Method.Builder clearOptions()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
removeOptions
public Method.Builder removeOptions(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
getOptionsBuilder
public Option.Builder getOptionsBuilder(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
getOptionsOrBuilder
public OptionOrBuilder getOptionsOrBuilder(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;- Specified by:
getOptionsOrBuilderin interfaceMethodOrBuilder
-
getOptionsOrBuilderList
public java.util.List<? extends OptionOrBuilder> getOptionsOrBuilderList()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;- Specified by:
getOptionsOrBuilderListin interfaceMethodOrBuilder
-
addOptionsBuilder
public Option.Builder addOptionsBuilder()
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
addOptionsBuilder
public Option.Builder addOptionsBuilder(int index)
Any metadata attached to the method.
repeated .google.protobuf.Option options = 6;
-
getOptionsBuilderList
public java.util.List<Option.Builder> 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
public Method.Builder setSyntaxValue(int value)
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
public Syntax getSyntax()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;- Specified by:
getSyntaxin interfaceMethodOrBuilder- Returns:
- The syntax.
-
setSyntax
public Method.Builder setSyntax(Syntax value)
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;- Parameters:
value- The syntax to set.- Returns:
- This builder for chaining.
-
clearSyntax
public Method.Builder clearSyntax()
The source syntax of this method.
.google.protobuf.Syntax syntax = 7;- Returns:
- This builder for chaining.
-
setUnknownFields
public final Method.Builder setUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.BuilderSet theUnknownFieldSetfor this message.- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<Method.Builder>
-
mergeUnknownFields
public final Method.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.BuilderMerge some unknown fields into theUnknownFieldSetfor this message.- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<Method.Builder>
-
-