Interface Message.Builder
-
- All Superinterfaces:
java.lang.Cloneable,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
AbstractMessage.Builder,Any.Builder,Api.Builder,BoolValue.Builder,BytesValue.Builder,CheckedExpr.Builder,Constant.Builder,Decl.Builder,Decl.FunctionDecl.Builder,Decl.FunctionDecl.Overload.Builder,Decl.IdentDecl.Builder,DescriptorProtos.DescriptorProto.Builder,DescriptorProtos.DescriptorProto.ExtensionRange.Builder,DescriptorProtos.DescriptorProto.ReservedRange.Builder,DescriptorProtos.EnumDescriptorProto.Builder,DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder,DescriptorProtos.EnumOptions.Builder,DescriptorProtos.EnumValueDescriptorProto.Builder,DescriptorProtos.EnumValueOptions.Builder,DescriptorProtos.ExtensionRangeOptions.Builder,DescriptorProtos.FieldDescriptorProto.Builder,DescriptorProtos.FieldOptions.Builder,DescriptorProtos.FileDescriptorProto.Builder,DescriptorProtos.FileDescriptorSet.Builder,DescriptorProtos.FileOptions.Builder,DescriptorProtos.GeneratedCodeInfo.Annotation.Builder,DescriptorProtos.GeneratedCodeInfo.Builder,DescriptorProtos.MessageOptions.Builder,DescriptorProtos.MethodDescriptorProto.Builder,DescriptorProtos.MethodOptions.Builder,DescriptorProtos.OneofDescriptorProto.Builder,DescriptorProtos.OneofOptions.Builder,DescriptorProtos.ServiceDescriptorProto.Builder,DescriptorProtos.ServiceOptions.Builder,DescriptorProtos.SourceCodeInfo.Builder,DescriptorProtos.SourceCodeInfo.Location.Builder,DescriptorProtos.UninterpretedOption.Builder,DescriptorProtos.UninterpretedOption.NamePart.Builder,DoubleValue.Builder,Duration.Builder,DynamicMessage.Builder,Empty.Builder,Enum.Builder,EnumValue.Builder,EnumValue.Builder,ErrorSet.Builder,EvalState.Builder,EvalState.Result.Builder,Explain.Builder,Explain.ExprStep.Builder,Expr.Builder,Expr.Call.Builder,Expr.Comprehension.Builder,Expr.CreateList.Builder,Expr.CreateStruct.Builder,Expr.CreateStruct.Entry.Builder,Expr.Ident.Builder,Expr.Select.Builder,ExprValue.Builder,Field.Builder,FieldMask.Builder,FloatValue.Builder,GeneratedMessage.Builder,GeneratedMessage.ExtendableBuilder,GeneratedMessageV3.Builder,GeneratedMessageV3.ExtendableBuilder,Int32Value.Builder,Int64Value.Builder,ListValue.Builder,ListValue.Builder,MapEntry.Builder,MapValue.Builder,MapValue.Entry.Builder,Method.Builder,Mixin.Builder,Option.Builder,ParsedExpr.Builder,PluginProtos.CodeGeneratorRequest.Builder,PluginProtos.CodeGeneratorResponse.Builder,PluginProtos.CodeGeneratorResponse.File.Builder,PluginProtos.Version.Builder,Reference.Builder,SourceContext.Builder,SourceInfo.Builder,Status.Builder,StringValue.Builder,Struct.Builder,Timestamp.Builder,Type.AbstractType.Builder,Type.Builder,Type.Builder,Type.FunctionType.Builder,Type.ListType.Builder,Type.MapType.Builder,UInt32Value.Builder,UInt64Value.Builder,UnknownSet.Builder,Value.Builder,Value.Builder
- Enclosing interface:
- Message
public static interface Message.Builder extends MessageLite.Builder, MessageOrBuilder
Abstract interface implemented by Protocol Message builders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Message.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)LikesetRepeatedField, but appends the value as a new element.Messagebuild()Constructs the message based on the state of the Builder.MessagebuildPartial()LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.Message.Builderclear()Resets all fields to their default values.Message.BuilderclearField(Descriptors.FieldDescriptor field)Clears the field.Message.BuilderclearOneof(Descriptors.OneofDescriptor oneof)Clears the oneof.Message.Builderclone()Clones the Builder.Descriptors.DescriptorgetDescriptorForType()Get the message's type's descriptor.Message.BuildergetFieldBuilder(Descriptors.FieldDescriptor field)Get a nested builder instance for the given field.Message.BuildergetRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Get a nested builder instance for the given repeated field instance.booleanmergeDelimitedFrom(java.io.InputStream input)LikeMessageLite.Builder.mergeFrom(InputStream), but does not read until EOF.booleanmergeDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)LikeMessageLite.Builder.mergeDelimitedFrom(InputStream)but supporting extensions.Message.BuildermergeFrom(byte[] data)Parsedataas a message of this type and merge it with the message being built.Message.BuildermergeFrom(byte[] data, int off, int len)Parsedataas a message of this type and merge it with the message being built.Message.BuildermergeFrom(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry)Parsedataas a message of this type and merge it with the message being built.Message.BuildermergeFrom(byte[] data, ExtensionRegistryLite extensionRegistry)Parsedataas a message of this type and merge it with the message being built.Message.BuildermergeFrom(ByteString data)Parsedataas a message of this type and merge it with the message being built.Message.BuildermergeFrom(ByteString data, ExtensionRegistryLite extensionRegistry)Parsedataas a message of this type and merge it with the message being built.Message.BuildermergeFrom(CodedInputStream input)Parses a message of this type from the input and merges it with this message.Message.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.Message.BuildermergeFrom(Message other)Mergeotherinto the message being built.Message.BuildermergeFrom(java.io.InputStream input)Parse a message of this type frominputand merge it with the message being built.Message.BuildermergeFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)Parse a message of this type frominputand merge it with the message being built.Message.BuildermergeUnknownFields(UnknownFieldSet unknownFields)Merge some unknown fields into theUnknownFieldSetfor this message.Message.BuildernewBuilderForField(Descriptors.FieldDescriptor field)Create a builder for messages of the appropriate type for the given field.Message.BuildersetField(Descriptors.FieldDescriptor field, java.lang.Object value)Sets a field to the given value.Message.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Sets an element of a repeated field to the given value.Message.BuildersetUnknownFields(UnknownFieldSet unknownFields)Set theUnknownFieldSetfor this message.-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
clear
Message.Builder clear()
Description copied from interface:MessageLite.BuilderResets all fields to their default values.- Specified by:
clearin interfaceMessageLite.Builder
-
mergeFrom
Message.Builder mergeFrom(Message other)
Mergeotherinto 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++.
-
build
Message 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 interfaceMessageLite.Builder
-
buildPartial
Message 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 interfaceMessageLite.Builder
-
clone
Message.Builder clone()
Description copied from interface:MessageLite.BuilderClones the Builder.- Specified by:
clonein interfaceMessageLite.Builder- See Also:
Object.clone()
-
mergeFrom
Message.Builder mergeFrom(CodedInputStream input) throws java.io.IOException
Description copied from interface:MessageLite.BuilderParses a message of this type from the input and merges it with this message.Warning: This does not verify that all required fields are present in the input message. If you call
MessageLite.Builder.build()without setting all required fields, it will throw anUninitializedMessageException, which is aRuntimeExceptionand thus might not be caught. There are a few good ways to deal with this:- Call
MessageLiteOrBuilder.isInitialized()to verify that all required fields are set before building. - Use
buildPartial()to build, which ignores missing required fields.
Note: The caller should call
CodedInputStream.checkLastTagWas(int)after calling this to verify that the last tag seen was the appropriate end-group tag, or zero for EOF.- Specified by:
mergeFromin interfaceMessageLite.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
- Call
-
mergeFrom
Message.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 interfaceMessageLite.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
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
Get the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType().- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder
-
newBuilderForField
Message.Builder newBuilderForField(Descriptors.FieldDescriptor field)
Create a builder for messages of the appropriate type for the given field. The builder is NOT nested in the current builder. However, messages built with the builder can then be passed to thesetField(Descriptors.FieldDescriptor, Object),setRepeatedField(Descriptors.FieldDescriptor, int, Object), oraddRepeatedField(Descriptors.FieldDescriptor, Object)method of the current builder.To obtain a builder nested in the current builder, use
getFieldBuilder(Descriptors.FieldDescriptor)instead.
-
getFieldBuilder
Message.Builder getFieldBuilder(Descriptors.FieldDescriptor field)
Get a nested builder instance for the given field.Normally, we hold a reference to the immutable message object for the message type field. Some implementations (the generated message builders) can also hold a reference to the builder object (a nested builder) for the field.
If the field is already backed up by a nested builder, the nested builder is returned. Otherwise, a new field builder is created and returned. The original message field (if one exists) is merged into the field builder, which is then nested into its parent builder.
-
getRepeatedFieldBuilder
Message.Builder getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)
Get a nested builder instance for the given repeated field instance.Normally, we hold a reference to the immutable message object for the message type field. Some implementations (the generated message builders) can also hold a reference to the builder object (a nested builder) for the field.
If the field is already backed up by a nested builder, the nested builder is returned. Otherwise, a new field builder is created and returned. The original message field (if one exists) is merged into the field builder, which is then nested into its parent builder.
-
setField
Message.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Sets 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.
-
clearField
Message.Builder clearField(Descriptors.FieldDescriptor field)
Clears the field. This is exactly equivalent to calling the generated "clear" accessor method corresponding to the field.
-
clearOneof
Message.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Clears the oneof. This is exactly equivalent to calling the generated "clear" accessor method corresponding to the oneof.
-
setRepeatedField
Message.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Sets 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.- Throws:
java.lang.IllegalArgumentException- if the field is not a repeated field, orfield.getContainingType() != getDescriptorForType().
-
addRepeatedField
Message.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
LikesetRepeatedField, but appends the value as a new element.- Throws:
java.lang.IllegalArgumentException- if the field is not a repeated field, orfield.getContainingType() != getDescriptorForType()
-
setUnknownFields
Message.Builder setUnknownFields(UnknownFieldSet unknownFields)
Set theUnknownFieldSetfor this message.
-
mergeUnknownFields
Message.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Merge some unknown fields into theUnknownFieldSetfor this message.
-
mergeFrom
Message.Builder mergeFrom(ByteString data) throws InvalidProtocolBufferException
Description copied from interface:MessageLite.BuilderParsedataas a message of this type and merge it with the message being built. This is just a small wrapper aroundMessageLite.Builder.mergeFrom(CodedInputStream).- Specified by:
mergeFromin interfaceMessageLite.Builder- Returns:
- this
- Throws:
InvalidProtocolBufferException- the bytes in data 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.
-
mergeFrom
Message.Builder mergeFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
Description copied from interface:MessageLite.BuilderParsedataas a message of this type and merge it with the message being built. This is just a small wrapper aroundMessageLite.Builder.mergeFrom(CodedInputStream,ExtensionRegistryLite).- Specified by:
mergeFromin interfaceMessageLite.Builder- Returns:
- this
- Throws:
InvalidProtocolBufferException- the bytes in data 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.
-
mergeFrom
Message.Builder mergeFrom(byte[] data) throws InvalidProtocolBufferException
Description copied from interface:MessageLite.BuilderParsedataas a message of this type and merge it with the message being built. This is just a small wrapper aroundMessageLite.Builder.mergeFrom(CodedInputStream).- Specified by:
mergeFromin interfaceMessageLite.Builder- Returns:
- this
- Throws:
InvalidProtocolBufferException- the bytes in data 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.
-
mergeFrom
Message.Builder mergeFrom(byte[] data, int off, int len) throws InvalidProtocolBufferException
Description copied from interface:MessageLite.BuilderParsedataas a message of this type and merge it with the message being built. This is just a small wrapper aroundMessageLite.Builder.mergeFrom(CodedInputStream).- Specified by:
mergeFromin interfaceMessageLite.Builder- Returns:
- this
- Throws:
InvalidProtocolBufferException- the bytes in data 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.
-
mergeFrom
Message.Builder mergeFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
Description copied from interface:MessageLite.BuilderParsedataas a message of this type and merge it with the message being built. This is just a small wrapper aroundMessageLite.Builder.mergeFrom(CodedInputStream,ExtensionRegistryLite).- Specified by:
mergeFromin interfaceMessageLite.Builder- Returns:
- this
- Throws:
InvalidProtocolBufferException- the bytes in data 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.
-
mergeFrom
Message.Builder mergeFrom(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
Description copied from interface:MessageLite.BuilderParsedataas a message of this type and merge it with the message being built. This is just a small wrapper aroundMessageLite.Builder.mergeFrom(CodedInputStream,ExtensionRegistryLite).- Specified by:
mergeFromin interfaceMessageLite.Builder- Returns:
- this
- Throws:
InvalidProtocolBufferException- the bytes in data 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.
-
mergeFrom
Message.Builder mergeFrom(java.io.InputStream input) throws java.io.IOException
Description copied from interface:MessageLite.BuilderParse a message of this type frominputand merge it with the message being built. This is just a small wrapper aroundMessageLite.Builder.mergeFrom(CodedInputStream). Note that this method always reads the entire input (unless it throws an exception). If you want it to stop earlier, you will need to wrap your input in some wrapper stream that limits reading. Or, useMessageLite.writeDelimitedTo(OutputStream)to write your message andMessageLite.Builder.mergeDelimitedFrom(InputStream)to read it.Despite usually reading the entire input, this does not close the stream.
- Specified by:
mergeFromin interfaceMessageLite.Builder- Returns:
- this
- 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
-
mergeFrom
Message.Builder mergeFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Description copied from interface:MessageLite.BuilderParse a message of this type frominputand merge it with the message being built. This is just a small wrapper aroundMessageLite.Builder.mergeFrom(CodedInputStream,ExtensionRegistryLite).- Specified by:
mergeFromin interfaceMessageLite.Builder- Returns:
- this
- Throws:
java.io.IOException
-
mergeDelimitedFrom
boolean mergeDelimitedFrom(java.io.InputStream input) throws java.io.IOExceptionDescription copied from interface:MessageLite.BuilderLikeMessageLite.Builder.mergeFrom(InputStream), but does not read until EOF. Instead, the size of the message (encoded as a varint) is read first, then the message data. UseMessageLite.writeDelimitedTo(OutputStream)to write messages in this format.- Specified by:
mergeDelimitedFromin interfaceMessageLite.Builder- Returns:
- true if successful, or false if the stream is at EOF when the method starts. Any other error (including reaching EOF during parsing) causes an exception to be thrown.
- 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
-
mergeDelimitedFrom
boolean mergeDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOExceptionDescription copied from interface:MessageLite.BuilderLikeMessageLite.Builder.mergeDelimitedFrom(InputStream)but supporting extensions.- Specified by:
mergeDelimitedFromin interfaceMessageLite.Builder- Returns:
- true if successful, or false if the stream is at EOF when the method starts. Any other error (including reaching EOF during parsing) causes an exception to be thrown.
- 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
-
-