Class Method.Builder
java.lang.Object
- All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, MethodOrBuilder, Cloneable
- Enclosing class:
Method
public static final class Method.Builder
extends GeneratedMessage.Builder<Method.Builder>
implements MethodOrBuilder
Method represents a method of an API interface. New usages of this message as an alternative to MethodDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.Protobuf type
google.protobuf.Method-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMessageLite.Builder
AbstractMessageLite.Builder.LimitedInputStream -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate Objectprivate Objectprivate RepeatedFieldBuilder<Option, Option.Builder, OptionOrBuilder> private booleanprivate Objectprivate booleanprivate Objectprivate int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBuilder()privateBuilder(AbstractMessage.BuilderParent parent) -
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.build()Constructs the message based on the state of the Builder.LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.private voidbuildPartial0(Method result) private voidbuildPartialRepeatedFields(Method result) clear()Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.Deprecated.google.protobuf.Method.edition is deprecated.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.Deprecated.google.protobuf.Method.syntax is deprecated.private voidGet an instance of the type with no fields set.static final Descriptors.DescriptorGet the message's type's descriptor.Deprecated.google.protobuf.Method.edition is deprecated.Deprecated.google.protobuf.Method.edition is deprecated.getName()The simple name of this method.The 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.A URL of the input message type.booleanIf true, the response is streamed.The URL of the output message type.The URL of the output message type.Deprecated.google.protobuf.Method.syntax is deprecated.intDeprecated.google.protobuf.Method.syntax is deprecated.protected GeneratedMessage.FieldAccessorTableGet the FieldAccessorTable for this type.private RepeatedFieldBuilder<Option, Option.Builder, OptionOrBuilder> final booleanReturns true if all required fields in the message and all embedded messages are set, false otherwise.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.Mergeotherinto the message being built.removeOptions(int index) Any metadata attached to the method.setEdition(String value) Deprecated.google.protobuf.Method.edition is deprecated.setEditionBytes(ByteString value) Deprecated.google.protobuf.Method.edition is deprecated.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.Deprecated.google.protobuf.Method.syntax is deprecated.setSyntaxValue(int value) Deprecated.google.protobuf.Method.syntax is deprecated.Methods inherited from class GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, dispose, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface MessageLite.Builder
mergeFromMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
bitField0_
private int bitField0_ -
name_
-
requestTypeUrl_
-
requestStreaming_
private boolean requestStreaming_ -
responseTypeUrl_
-
responseStreaming_
private boolean responseStreaming_ -
options_
-
optionsBuilder_
-
syntax_
private int syntax_ -
edition_
-
-
Constructor Details
-
Builder
private Builder() -
Builder
-
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
Description copied from class:GeneratedMessage.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 classGeneratedMessage.Builder<Method.Builder>
-
clear
Description copied from class:GeneratedMessage.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 classGeneratedMessage.Builder<Method.Builder>
-
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 classGeneratedMessage.Builder<Method.Builder>
-
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
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
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
-
buildPartialRepeatedFields
-
buildPartial0
-
mergeFrom
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
-
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 classGeneratedMessage.Builder<Method.Builder>
-
mergeFrom
public Method.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws 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:
IOException- an I/O error reading from the stream
-
getName
The simple name of this method.
string name = 1;- Specified by:
getNamein interfaceMethodOrBuilder- Returns:
- The name.
-
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
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
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.
-
ensureOptionsIsMutable
private void ensureOptionsIsMutable() -
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; -
internalGetOptionsFieldBuilder
private RepeatedFieldBuilder<Option, Option.Builder, OptionOrBuilder> internalGetOptionsFieldBuilder() -
getSyntaxValue
Deprecated.google.protobuf.Method.syntax is deprecated. See google/protobuf/api.proto;l=134The source syntax of this method. This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
.google.protobuf.Syntax syntax = 7 [deprecated = true];- Specified by:
getSyntaxValuein interfaceMethodOrBuilder- Returns:
- The enum numeric value on the wire for syntax.
-
setSyntaxValue
Deprecated.google.protobuf.Method.syntax is deprecated. See google/protobuf/api.proto;l=134The source syntax of this method. This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
.google.protobuf.Syntax syntax = 7 [deprecated = true];- Parameters:
value- The enum numeric value on the wire for syntax to set.- Returns:
- This builder for chaining.
- Throws:
IllegalArgumentException- if UNRECOGNIZED is provided.
-
getSyntax
Deprecated.google.protobuf.Method.syntax is deprecated. See google/protobuf/api.proto;l=134The source syntax of this method. This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
.google.protobuf.Syntax syntax = 7 [deprecated = true];- Specified by:
getSyntaxin interfaceMethodOrBuilder- Returns:
- The syntax.
-
setSyntax
Deprecated.google.protobuf.Method.syntax is deprecated. See google/protobuf/api.proto;l=134The source syntax of this method. This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
.google.protobuf.Syntax syntax = 7 [deprecated = true];- Parameters:
value- The syntax to set.- Returns:
- This builder for chaining.
-
clearSyntax
Deprecated.google.protobuf.Method.syntax is deprecated. See google/protobuf/api.proto;l=134The source syntax of this method. This field should be ignored, instead the syntax should be inherited from Api. This is similar to Field and EnumValue.
.google.protobuf.Syntax syntax = 7 [deprecated = true];- Returns:
- This builder for chaining.
-
getEdition
Deprecated.google.protobuf.Method.edition is deprecated. See google/protobuf/api.proto;l=140The source edition string, only valid when syntax is SYNTAX_EDITIONS. This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.
string edition = 8 [deprecated = true];- Specified by:
getEditionin interfaceMethodOrBuilder- Returns:
- The edition.
-
getEditionBytes
Deprecated.google.protobuf.Method.edition is deprecated. See google/protobuf/api.proto;l=140The source edition string, only valid when syntax is SYNTAX_EDITIONS. This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.
string edition = 8 [deprecated = true];- Specified by:
getEditionBytesin interfaceMethodOrBuilder- Returns:
- The bytes for edition.
-
setEdition
Deprecated.google.protobuf.Method.edition is deprecated. See google/protobuf/api.proto;l=140The source edition string, only valid when syntax is SYNTAX_EDITIONS. This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.
string edition = 8 [deprecated = true];- Parameters:
value- The edition to set.- Returns:
- This builder for chaining.
-
clearEdition
Deprecated.google.protobuf.Method.edition is deprecated. See google/protobuf/api.proto;l=140The source edition string, only valid when syntax is SYNTAX_EDITIONS. This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.
string edition = 8 [deprecated = true];- Returns:
- This builder for chaining.
-
setEditionBytes
Deprecated.google.protobuf.Method.edition is deprecated. See google/protobuf/api.proto;l=140The source edition string, only valid when syntax is SYNTAX_EDITIONS. This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.
string edition = 8 [deprecated = true];- Parameters:
value- The bytes for edition to set.- Returns:
- This builder for chaining.
-