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.GeneratedMessage.Builder<DescriptorProtos.MethodDescriptorProto.Builder>
-
- com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
- All Implemented Interfaces:
DescriptorProtos.MethodDescriptorProtoOrBuilder,Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- DescriptorProtos.MethodDescriptorProto
public static final class DescriptorProtos.MethodDescriptorProto.Builder extends GeneratedMessage.Builder<DescriptorProtos.MethodDescriptorProto.Builder> implements DescriptorProtos.MethodDescriptorProtoOrBuilder
Describes a method of a service.
Protobuf typegoogle.protobuf.MethodDescriptorProto
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite.Builder
AbstractMessageLite.Builder.LimitedInputStream
-
-
Field Summary
Fields Modifier and Type Field Description private intbitField0_private booleanclientStreaming_private java.lang.ObjectinputType_private java.lang.Objectname_private DescriptorProtos.MethodOptionsoptions_private SingleFieldBuilder<DescriptorProtos.MethodOptions,DescriptorProtos.MethodOptions.Builder,DescriptorProtos.MethodOptionsOrBuilder>optionsBuilder_private java.lang.ObjectoutputType_private booleanserverStreaming_
-
Constructor Summary
Constructors Modifier Constructor Description privateBuilder()privateBuilder(AbstractMessage.BuilderParent parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptorProtos.MethodDescriptorProtobuild()Constructs the message based on the state of the Builder.DescriptorProtos.MethodDescriptorProtobuildPartial()LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.private voidbuildPartial0(DescriptorProtos.MethodDescriptorProto result)DescriptorProtos.MethodDescriptorProto.Builderclear()Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.DescriptorProtos.MethodDescriptorProto.BuilderclearClientStreaming()Identifies if client streams multiple client messagesDescriptorProtos.MethodDescriptorProto.BuilderclearInputType()Input and output type names.DescriptorProtos.MethodDescriptorProto.BuilderclearName()optional string name = 1;DescriptorProtos.MethodDescriptorProto.BuilderclearOptions()optional .google.protobuf.MethodOptions options = 4;DescriptorProtos.MethodDescriptorProto.BuilderclearOutputType()optional string output_type = 3;DescriptorProtos.MethodDescriptorProto.BuilderclearServerStreaming()Identifies if server streams multiple server messagesbooleangetClientStreaming()Identifies if client streams multiple client messagesDescriptorProtos.MethodDescriptorProtogetDefaultInstanceForType()Get an instance of the type with no fields set.static Descriptors.DescriptorgetDescriptor()Descriptors.DescriptorgetDescriptorForType()Get the message's type's descriptor.java.lang.StringgetInputType()Input and output type names.ByteStringgetInputTypeBytes()Input and output type names.java.lang.StringgetName()optional string name = 1;ByteStringgetNameBytes()optional string name = 1;DescriptorProtos.MethodOptionsgetOptions()optional .google.protobuf.MethodOptions options = 4;DescriptorProtos.MethodOptions.BuildergetOptionsBuilder()optional .google.protobuf.MethodOptions options = 4;private SingleFieldBuilder<DescriptorProtos.MethodOptions,DescriptorProtos.MethodOptions.Builder,DescriptorProtos.MethodOptionsOrBuilder>getOptionsFieldBuilder()optional .google.protobuf.MethodOptions options = 4;DescriptorProtos.MethodOptionsOrBuildergetOptionsOrBuilder()optional .google.protobuf.MethodOptions options = 4;java.lang.StringgetOutputType()optional string output_type = 3;ByteStringgetOutputTypeBytes()optional string output_type = 3;booleangetServerStreaming()Identifies if server streams multiple server messagesbooleanhasClientStreaming()Identifies if client streams multiple client messagesbooleanhasInputType()Input and output type names.booleanhasName()optional string name = 1;booleanhasOptions()optional .google.protobuf.MethodOptions options = 4;booleanhasOutputType()optional string output_type = 3;booleanhasServerStreaming()Identifies if server streams multiple server messagesprotected GeneratedMessage.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.private voidmaybeForceBuilderInitialization()DescriptorProtos.MethodDescriptorProto.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.DescriptorProtos.MethodDescriptorProto.BuildermergeFrom(DescriptorProtos.MethodDescriptorProto other)DescriptorProtos.MethodDescriptorProto.BuildermergeFrom(Message other)Mergeotherinto the message being built.DescriptorProtos.MethodDescriptorProto.BuildermergeOptions(DescriptorProtos.MethodOptions value)optional .google.protobuf.MethodOptions options = 4;DescriptorProtos.MethodDescriptorProto.BuildersetClientStreaming(boolean value)Identifies if client streams multiple client messagesDescriptorProtos.MethodDescriptorProto.BuildersetInputType(java.lang.String value)Input and output type names.DescriptorProtos.MethodDescriptorProto.BuildersetInputTypeBytes(ByteString value)Input and output type names.DescriptorProtos.MethodDescriptorProto.BuildersetName(java.lang.String value)optional string name = 1;DescriptorProtos.MethodDescriptorProto.BuildersetNameBytes(ByteString value)optional string name = 1;DescriptorProtos.MethodDescriptorProto.BuildersetOptions(DescriptorProtos.MethodOptions value)optional .google.protobuf.MethodOptions options = 4;DescriptorProtos.MethodDescriptorProto.BuildersetOptions(DescriptorProtos.MethodOptions.Builder builderForValue)optional .google.protobuf.MethodOptions options = 4;DescriptorProtos.MethodDescriptorProto.BuildersetOutputType(java.lang.String value)optional string output_type = 3;DescriptorProtos.MethodDescriptorProto.BuildersetOutputTypeBytes(ByteString value)optional string output_type = 3;DescriptorProtos.MethodDescriptorProto.BuildersetServerStreaming(boolean value)Identifies if server streams multiple server messages-
Methods inherited from class com.google.protobuf.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, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, 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.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
-
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
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
name_
private java.lang.Object name_
-
inputType_
private java.lang.Object inputType_
-
outputType_
private java.lang.Object outputType_
-
options_
private DescriptorProtos.MethodOptions options_
-
optionsBuilder_
private SingleFieldBuilder<DescriptorProtos.MethodOptions,DescriptorProtos.MethodOptions.Builder,DescriptorProtos.MethodOptionsOrBuilder> optionsBuilder_
-
clientStreaming_
private boolean clientStreaming_
-
serverStreaming_
private boolean serverStreaming_
-
-
Constructor Detail
-
Builder
private Builder()
-
Builder
private Builder(AbstractMessage.BuilderParent parent)
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessage.FieldAccessorTable 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<DescriptorProtos.MethodDescriptorProto.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public DescriptorProtos.MethodDescriptorProto.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<DescriptorProtos.MethodDescriptorProto.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 classGeneratedMessage.Builder<DescriptorProtos.MethodDescriptorProto.Builder>
-
getDefaultInstanceForType
public DescriptorProtos.MethodDescriptorProto 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 DescriptorProtos.MethodDescriptorProto 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 DescriptorProtos.MethodDescriptorProto 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
private void buildPartial0(DescriptorProtos.MethodDescriptorProto result)
-
mergeFrom
public DescriptorProtos.MethodDescriptorProto.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<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 classGeneratedMessage.Builder<DescriptorProtos.MethodDescriptorProto.Builder>
-
mergeFrom
public DescriptorProtos.MethodDescriptorProto.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<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.java.io.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
public java.lang.String getName()
optional string name = 1;- Specified by:
getNamein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The name.
-
getNameBytes
public ByteString getNameBytes()
optional string name = 1;- Specified by:
getNameBytesin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The bytes for name.
-
setName
public DescriptorProtos.MethodDescriptorProto.Builder setName(java.lang.String value)
optional string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public DescriptorProtos.MethodDescriptorProto.Builder clearName()
optional string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public DescriptorProtos.MethodDescriptorProto.Builder setNameBytes(ByteString value)
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
public java.lang.String 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
public ByteString 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
public DescriptorProtos.MethodDescriptorProto.Builder setInputType(java.lang.String value)
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
public DescriptorProtos.MethodDescriptorProto.Builder 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
public DescriptorProtos.MethodDescriptorProto.Builder setInputTypeBytes(ByteString value)
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
public java.lang.String getOutputType()
optional string output_type = 3;- Specified by:
getOutputTypein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The outputType.
-
getOutputTypeBytes
public ByteString getOutputTypeBytes()
optional string output_type = 3;- Specified by:
getOutputTypeBytesin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder- Returns:
- The bytes for outputType.
-
setOutputType
public DescriptorProtos.MethodDescriptorProto.Builder setOutputType(java.lang.String value)
optional string output_type = 3;- Parameters:
value- The outputType to set.- Returns:
- This builder for chaining.
-
clearOutputType
public DescriptorProtos.MethodDescriptorProto.Builder clearOutputType()
optional string output_type = 3;- Returns:
- This builder for chaining.
-
setOutputTypeBytes
public DescriptorProtos.MethodDescriptorProto.Builder setOutputTypeBytes(ByteString value)
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
public DescriptorProtos.MethodOptions 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
public DescriptorProtos.MethodDescriptorProto.Builder clearOptions()
optional .google.protobuf.MethodOptions options = 4;
-
getOptionsBuilder
public DescriptorProtos.MethodOptions.Builder getOptionsBuilder()
optional .google.protobuf.MethodOptions options = 4;
-
getOptionsOrBuilder
public DescriptorProtos.MethodOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.MethodOptions options = 4;- Specified by:
getOptionsOrBuilderin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
getOptionsFieldBuilder
private SingleFieldBuilder<DescriptorProtos.MethodOptions,DescriptorProtos.MethodOptions.Builder,DescriptorProtos.MethodOptionsOrBuilder> getOptionsFieldBuilder()
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
public DescriptorProtos.MethodDescriptorProto.Builder setClientStreaming(boolean value)
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
public DescriptorProtos.MethodDescriptorProto.Builder 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
public DescriptorProtos.MethodDescriptorProto.Builder setServerStreaming(boolean value)
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
public DescriptorProtos.MethodDescriptorProto.Builder clearServerStreaming()
Identifies if server streams multiple server messages
optional bool server_streaming = 6 [default = false];- Returns:
- This builder for chaining.
-
-