Package com.google.protobuf
Class DescriptorProtos.MethodDescriptorProto.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.MethodDescriptorProto.Builder>
com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- All Implemented Interfaces:
DescriptorProtos.MethodDescriptorProtoOrBuilder,Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,Cloneable
- Enclosing class:
- DescriptorProtos.MethodDescriptorProto
public static final class DescriptorProtos.MethodDescriptorProto.Builder
extends GeneratedMessageV3.Builder<DescriptorProtos.MethodDescriptorProto.Builder>
implements DescriptorProtos.MethodDescriptorProtoOrBuilder
Describes a method of a service.Protobuf type
google.protobuf.MethodDescriptorProto-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite.Builder
AbstractMessageLite.Builder.LimitedInputStream -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate booleanprivate Objectprivate Objectprivate DescriptorProtos.MethodOptionsprivate SingleFieldBuilderV3<DescriptorProtos.MethodOptions,DescriptorProtos.MethodOptions.Builder, DescriptorProtos.MethodOptionsOrBuilder> private Objectprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(Descriptors.FieldDescriptor field, Object value) LikesetRepeatedField, but appends the value as a new element.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 voidclear()Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.Identifies if client streams multiple client messagesClears the field.Input and output type names.optional string name = 1;TODO: Clear it when all subclasses have implemented this method.optional .google.protobuf.MethodOptions options = 4;optional string output_type = 3;Identifies if server streams multiple server messagesclone()Clones the Builder.booleanIdentifies if client streams multiple client messagesGet an instance of the type with no fields set.static final Descriptors.DescriptorGet the message's type's descriptor.Input and output type names.Input and output type names.getName()optional string name = 1;optional string name = 1;optional .google.protobuf.MethodOptions options = 4;optional .google.protobuf.MethodOptions options = 4;private SingleFieldBuilderV3<DescriptorProtos.MethodOptions,DescriptorProtos.MethodOptions.Builder, DescriptorProtos.MethodOptionsOrBuilder> optional .google.protobuf.MethodOptions options = 4;optional .google.protobuf.MethodOptions options = 4;optional string output_type = 3;optional string output_type = 3;booleanIdentifies if server streams multiple server messagesbooleanIdentifies if client streams multiple client messagesbooleanInput and output type names.booleanhasName()optional string name = 1;booleanoptional .google.protobuf.MethodOptions options = 4;booleanoptional string output_type = 3;booleanIdentifies if server streams multiple server messagesprotected GeneratedMessageV3.FieldAccessorTableGet the FieldAccessorTable for this type.final booleanReturns true if all required fields in the message and all embedded messages are set, false otherwise.private voidmergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.Mergeotherinto the message being built.optional .google.protobuf.MethodOptions options = 4;mergeUnknownFields(UnknownFieldSet unknownFields) Merge some unknown fields into theUnknownFieldSetfor this message.setClientStreaming(boolean value) Identifies if client streams multiple client messagessetField(Descriptors.FieldDescriptor field, Object value) Sets a field to the given value.setInputType(String value) Input and output type names.setInputTypeBytes(ByteString value) Input and output type names.optional string name = 1;setNameBytes(ByteString value) optional string name = 1;optional .google.protobuf.MethodOptions options = 4;setOptions(DescriptorProtos.MethodOptions.Builder builderForValue) optional .google.protobuf.MethodOptions options = 4;setOutputType(String value) optional string output_type = 3;setOutputTypeBytes(ByteString value) optional string output_type = 3;setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Sets an element of a repeated field to the given value.setServerStreaming(boolean value) Identifies if server streams multiple server messagessetUnknownFields(UnknownFieldSet unknownFields) Set theUnknownFieldSetfor this message.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
dispose, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, 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, 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
-
Field Details
-
bitField0_
private int bitField0_ -
name_
-
inputType_
-
outputType_
-
options_
-
optionsBuilder_
-
clientStreaming_
private boolean clientStreaming_ -
serverStreaming_
private boolean serverStreaming_
-
-
Constructor Details
-
Builder
private Builder() -
Builder
-
-
Method Details
-
getDescriptor
-
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<DescriptorProtos.MethodDescriptorProto.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization() -
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<DescriptorProtos.MethodDescriptorProto.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 classGeneratedMessageV3.Builder<DescriptorProtos.MethodDescriptorProto.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
-
buildPartial0
-
clone
Description copied from interface:MessageLite.BuilderClones the Builder.- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<DescriptorProtos.MethodDescriptorProto.Builder>- See Also:
-
setField
public DescriptorProtos.MethodDescriptorProto.Builder setField(Descriptors.FieldDescriptor field, 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, that is, the same type thatMessageOrBuilder.getField(Descriptors.FieldDescriptor)returns.- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<DescriptorProtos.MethodDescriptorProto.Builder>
-
clearField
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<DescriptorProtos.MethodDescriptorProto.Builder>
-
clearOneof
Description copied from class:AbstractMessage.BuilderTODO: Clear it when all subclasses have implemented this method.- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<DescriptorProtos.MethodDescriptorProto.Builder>
-
setRepeatedField
public DescriptorProtos.MethodDescriptorProto.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, 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; that is, the same type thatMessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int)returns.- Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<DescriptorProtos.MethodDescriptorProto.Builder>
-
addRepeatedField
public DescriptorProtos.MethodDescriptorProto.Builder addRepeatedField(Descriptors.FieldDescriptor field, 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<DescriptorProtos.MethodDescriptorProto.Builder>
-
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<DescriptorProtos.MethodDescriptorProto.Builder>
-
mergeFrom
public DescriptorProtos.MethodDescriptorProto.Builder mergeFrom(DescriptorProtos.MethodDescriptorProto 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<DescriptorProtos.MethodDescriptorProto.Builder>
-
mergeFrom
public DescriptorProtos.MethodDescriptorProto.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<DescriptorProtos.MethodDescriptorProto.Builder>- Throws:
InvalidProtocolBufferException- the bytes read are not syntactically correct according to the protobuf wire format specification. The data is corrupt, incomplete, or was never a protobuf in the first place.IOException- an I/O error reading from the stream
-
hasName
public boolean hasName()optional string name = 1;- Specified by:
hasNamein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- Whether the name field is set.
-
getName
optional string name = 1;- Specified by:
getNamein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The name.
-
getNameBytes
optional string name = 1;- Specified by:
getNameBytesin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The bytes for name.
-
setName
optional string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
optional string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
optional string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasInputType
public boolean hasInputType()Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
optional string input_type = 2;- Specified by:
hasInputTypein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- Whether the inputType field is set.
-
getInputType
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
optional string input_type = 2;- Specified by:
getInputTypein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The inputType.
-
getInputTypeBytes
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
optional string input_type = 2;- Specified by:
getInputTypeBytesin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The bytes for inputType.
-
setInputType
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
optional string input_type = 2;- Parameters:
value- The inputType to set.- Returns:
- This builder for chaining.
-
clearInputType
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
optional string input_type = 2;- Returns:
- This builder for chaining.
-
setInputTypeBytes
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
optional string input_type = 2;- Parameters:
value- The bytes for inputType to set.- Returns:
- This builder for chaining.
-
hasOutputType
public boolean hasOutputType()optional string output_type = 3;- Specified by:
hasOutputTypein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- Whether the outputType field is set.
-
getOutputType
optional string output_type = 3;- Specified by:
getOutputTypein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The outputType.
-
getOutputTypeBytes
optional string output_type = 3;- Specified by:
getOutputTypeBytesin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The bytes for outputType.
-
setOutputType
optional string output_type = 3;- Parameters:
value- The outputType to set.- Returns:
- This builder for chaining.
-
clearOutputType
optional string output_type = 3;- Returns:
- This builder for chaining.
-
setOutputTypeBytes
optional string output_type = 3;- Parameters:
value- The bytes for outputType to set.- Returns:
- This builder for chaining.
-
hasOptions
public boolean hasOptions()optional .google.protobuf.MethodOptions options = 4;- Specified by:
hasOptionsin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- Whether the options field is set.
-
getOptions
optional .google.protobuf.MethodOptions options = 4;- Specified by:
getOptionsin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The options.
-
setOptions
public DescriptorProtos.MethodDescriptorProto.Builder setOptions(DescriptorProtos.MethodOptions value) optional .google.protobuf.MethodOptions options = 4; -
setOptions
public DescriptorProtos.MethodDescriptorProto.Builder setOptions(DescriptorProtos.MethodOptions.Builder builderForValue) optional .google.protobuf.MethodOptions options = 4; -
mergeOptions
public DescriptorProtos.MethodDescriptorProto.Builder mergeOptions(DescriptorProtos.MethodOptions value) optional .google.protobuf.MethodOptions options = 4; -
clearOptions
optional .google.protobuf.MethodOptions options = 4; -
getOptionsBuilder
optional .google.protobuf.MethodOptions options = 4; -
getOptionsOrBuilder
optional .google.protobuf.MethodOptions options = 4;- Specified by:
getOptionsOrBuilderin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
getOptionsFieldBuilder
private SingleFieldBuilderV3<DescriptorProtos.MethodOptions,DescriptorProtos.MethodOptions.Builder, getOptionsFieldBuilder()DescriptorProtos.MethodOptionsOrBuilder> optional .google.protobuf.MethodOptions options = 4; -
hasClientStreaming
public boolean hasClientStreaming()Identifies if client streams multiple client messages
optional bool client_streaming = 5 [default = false];- Specified by:
hasClientStreamingin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- Whether the clientStreaming field is set.
-
getClientStreaming
public boolean getClientStreaming()Identifies if client streams multiple client messages
optional bool client_streaming = 5 [default = false];- Specified by:
getClientStreamingin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The clientStreaming.
-
setClientStreaming
Identifies if client streams multiple client messages
optional bool client_streaming = 5 [default = false];- Parameters:
value- The clientStreaming to set.- Returns:
- This builder for chaining.
-
clearClientStreaming
Identifies if client streams multiple client messages
optional bool client_streaming = 5 [default = false];- Returns:
- This builder for chaining.
-
hasServerStreaming
public boolean hasServerStreaming()Identifies if server streams multiple server messages
optional bool server_streaming = 6 [default = false];- Specified by:
hasServerStreamingin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- Whether the serverStreaming field is set.
-
getServerStreaming
public boolean getServerStreaming()Identifies if server streams multiple server messages
optional bool server_streaming = 6 [default = false];- Specified by:
getServerStreamingin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The serverStreaming.
-
setServerStreaming
Identifies if server streams multiple server messages
optional bool server_streaming = 6 [default = false];- Parameters:
value- The serverStreaming to set.- Returns:
- This builder for chaining.
-
clearServerStreaming
Identifies if server streams multiple server messages
optional bool server_streaming = 6 [default = false];- Returns:
- This builder for chaining.
-
setUnknownFields
public final DescriptorProtos.MethodDescriptorProto.Builder setUnknownFields(UnknownFieldSet unknownFields) Description copied from interface:Message.BuilderSet theUnknownFieldSetfor this message.- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<DescriptorProtos.MethodDescriptorProto.Builder>
-
mergeUnknownFields
public final DescriptorProtos.MethodDescriptorProto.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<DescriptorProtos.MethodDescriptorProto.Builder>
-