Uses of Interface
com.google.protobuf.MessageLite.Builder
-
-
Uses of MessageLite.Builder in com.google.protobuf
Classes in com.google.protobuf that implement MessageLite.Builder Modifier and Type Class Description static classAbstractMessageLite.Builder<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>>A partial implementation of theMessage.Builderinterface which implements as many methods of that interface as possible in terms of other methods.static classAny.BuilderProtobuf typegoogle.protobuf.Anystatic classApi.BuilderProtobuf typegoogle.protobuf.Apistatic classBoolValue.BuilderProtobuf typegoogle.protobuf.BoolValuestatic classBytesValue.BuilderProtobuf typegoogle.protobuf.BytesValuestatic classDoubleValue.BuilderProtobuf typegoogle.protobuf.DoubleValuestatic classDuration.BuilderProtobuf typegoogle.protobuf.Durationstatic classEmpty.BuilderProtobuf typegoogle.protobuf.Emptystatic classEnum.BuilderProtobuf typegoogle.protobuf.Enumstatic classEnumValue.BuilderProtobuf typegoogle.protobuf.EnumValuestatic classField.BuilderProtobuf typegoogle.protobuf.Fieldstatic classFieldMask.BuilderProtobuf typegoogle.protobuf.FieldMaskstatic classFloatValue.BuilderProtobuf typegoogle.protobuf.FloatValuestatic classGeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>>static classGeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>Lite equivalent ofGeneratedMessage.ExtendableBuilder.static classInt32Value.BuilderProtobuf typegoogle.protobuf.Int32Valuestatic classInt64Value.BuilderProtobuf typegoogle.protobuf.Int64Valuestatic classListValue.BuilderProtobuf typegoogle.protobuf.ListValuestatic classMethod.BuilderProtobuf typegoogle.protobuf.Methodstatic classMixin.BuilderProtobuf typegoogle.protobuf.Mixinstatic classOption.BuilderProtobuf typegoogle.protobuf.Optionstatic classSourceContext.BuilderProtobuf typegoogle.protobuf.SourceContextstatic classStringValue.BuilderProtobuf typegoogle.protobuf.StringValuestatic classStruct.BuilderProtobuf typegoogle.protobuf.Structstatic classTimestamp.BuilderProtobuf typegoogle.protobuf.Timestampstatic classType.BuilderProtobuf typegoogle.protobuf.Typestatic classUInt32Value.BuilderProtobuf typegoogle.protobuf.UInt32Valuestatic classUInt64Value.BuilderProtobuf typegoogle.protobuf.UInt64Valuestatic classValue.BuilderProtobuf typegoogle.protobuf.ValueMethods in com.google.protobuf that return MessageLite.Builder Modifier and Type Method Description MessageLite.BuilderMessageLite.Builder. clear()Resets all fields to their default values.MessageLite.BuilderMessageLite.Builder. clone()Clones the Builder.MessageLite.BuilderMessageLite.Builder. mergeFrom(byte[] data)Parsedataas a message of this type and merge it with the message being built.MessageLite.BuilderMessageLite.Builder. mergeFrom(byte[] data, int off, int len)Parsedataas a message of this type and merge it with the message being built.MessageLite.BuilderMessageLite.Builder. mergeFrom(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry)Parsedataas a message of this type and merge it with the message being built.MessageLite.BuilderMessageLite.Builder. mergeFrom(byte[] data, ExtensionRegistryLite extensionRegistry)Parsedataas a message of this type and merge it with the message being built.MessageLite.BuilderMessageLite.Builder. mergeFrom(ByteString data)Parsedataas a message of this type and merge it with the message being built.MessageLite.BuilderMessageLite.Builder. mergeFrom(ByteString data, ExtensionRegistryLite extensionRegistry)Parsedataas a message of this type and merge it with the message being built.MessageLite.BuilderMessageLite.Builder. mergeFrom(CodedInputStream input)Parses a message of this type from the input and merges it with this message.MessageLite.BuilderMessageLite.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)LikemergeFrom(CodedInputStream), but also parses extensions.MessageLite.BuilderMessageLite.Builder. mergeFrom(MessageLite other)Mergeotherinto the message being built.MessageLite.BuilderMessageLite.Builder. mergeFrom(java.io.InputStream input)Parse a message of this type frominputand merge it with the message being built.MessageLite.BuilderMessageLite.Builder. mergeFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)Parse a message of this type frominputand merge it with the message being built.MessageLite.BuilderMessageLite. newBuilderForType()Constructs a new builder for a message of the same type as this message.MessageLite.BuilderMessageLite. toBuilder()Constructs a builder initialized with the current message.Methods in com.google.protobuf with parameters of type MessageLite.Builder Modifier and Type Method Description abstract voidCodedInputStream. readGroup(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry)Read agroupfield value from the stream.abstract voidCodedInputStream. readMessage(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry)Read an embedded message field value from the stream.abstract voidCodedInputStream. readUnknownGroup(int fieldNumber, MessageLite.Builder builder)Deprecated.UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just callCodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite).
-