Package com.google.protobuf
Class DescriptorProtos.MethodDescriptorProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- 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
Protobuf typegoogle.protobuf.MethodDescriptorProtoDescribes a method of a service.
-
-
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.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.BuilderclearInputType()optional string input_type = 2;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.Builderclone()Clones the Builder.DescriptorProtos.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()optional string input_type = 2;ByteStringgetInputTypeBytes()optional string input_type = 2;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;DescriptorProtos.MethodOptionsOrBuildergetOptionsOrBuilder()optional .google.protobuf.MethodOptions options = 4;java.lang.StringgetOutputType()optional string output_type = 3;ByteStringgetOutputTypeBytes()optional string output_type = 3;booleanhasInputType()optional string input_type = 2;booleanhasName()optional string name = 1;booleanhasOptions()optional .google.protobuf.MethodOptions options = 4;booleanhasOutputType()optional string output_type = 3;protected 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.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.BuildersetInputType(java.lang.String value)optional string input_type = 2;DescriptorProtos.MethodDescriptorProto.BuildersetInputTypeBytes(ByteString value)optional string input_type = 2;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;-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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 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>
-
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>
-
clone
public DescriptorProtos.MethodDescriptorProto.Builder clone()
Description copied from interface:MessageLite.BuilderClones the Builder.- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessage.Builder<DescriptorProtos.MethodDescriptorProto.Builder>- See Also:
Object.clone()
-
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
-
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. This is equivalent to theMessage::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:
java.io.IOException
-
hasName
public boolean hasName()
optional string name = 1;- Specified by:
hasNamein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
getName
public java.lang.String getName()
optional string name = 1;- Specified by:
getNamein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
getNameBytes
public ByteString getNameBytes()
optional string name = 1;- Specified by:
getNameBytesin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
setName
public DescriptorProtos.MethodDescriptorProto.Builder setName(java.lang.String value)
optional string name = 1;
-
clearName
public DescriptorProtos.MethodDescriptorProto.Builder clearName()
optional string name = 1;
-
setNameBytes
public DescriptorProtos.MethodDescriptorProto.Builder setNameBytes(ByteString value)
optional string name = 1;
-
hasInputType
public boolean hasInputType()
optional string input_type = 2;Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
- Specified by:
hasInputTypein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
getInputType
public java.lang.String getInputType()
optional string input_type = 2;Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
- Specified by:
getInputTypein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
getInputTypeBytes
public ByteString getInputTypeBytes()
optional string input_type = 2;Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
- Specified by:
getInputTypeBytesin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
setInputType
public DescriptorProtos.MethodDescriptorProto.Builder setInputType(java.lang.String value)
optional string input_type = 2;Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
-
clearInputType
public DescriptorProtos.MethodDescriptorProto.Builder clearInputType()
optional string input_type = 2;Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
-
setInputTypeBytes
public DescriptorProtos.MethodDescriptorProto.Builder setInputTypeBytes(ByteString value)
optional string input_type = 2;Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
-
hasOutputType
public boolean hasOutputType()
optional string output_type = 3;- Specified by:
hasOutputTypein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
getOutputType
public java.lang.String getOutputType()
optional string output_type = 3;- Specified by:
getOutputTypein interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
getOutputTypeBytes
public ByteString getOutputTypeBytes()
optional string output_type = 3;- Specified by:
getOutputTypeBytesin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
setOutputType
public DescriptorProtos.MethodDescriptorProto.Builder setOutputType(java.lang.String value)
optional string output_type = 3;
-
clearOutputType
public DescriptorProtos.MethodDescriptorProto.Builder clearOutputType()
optional string output_type = 3;
-
setOutputTypeBytes
public DescriptorProtos.MethodDescriptorProto.Builder setOutputTypeBytes(ByteString value)
optional string output_type = 3;
-
hasOptions
public boolean hasOptions()
optional .google.protobuf.MethodOptions options = 4;- Specified by:
hasOptionsin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
getOptions
public DescriptorProtos.MethodOptions getOptions()
optional .google.protobuf.MethodOptions options = 4;- Specified by:
getOptionsin interfaceDescriptorProtos.MethodDescriptorProtoOrBuilder
-
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
-
-