Uses of Interface
com.google.protobuf.Message.Builder
-
Packages that use Message.Builder Package Description com.google.protobuf com.google.protobuf.compiler -
-
Uses of Message.Builder in com.google.protobuf
Classes in com.google.protobuf that implement Message.Builder Modifier and Type Class Description static classAbstractMessage.Builder<BuilderType extends AbstractMessage.Builder<BuilderType>>A partial implementation of theMessage.Builderinterface which implements as many methods of that interface as possible in terms of other methods.static classAny.Builder`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.static classApi.BuilderApi is a light-weight descriptor for an API Interface.static classBoolValue.BuilderWrapper message for `bool`.static classBytesValue.BuilderWrapper message for `bytes`.static classDescriptorProtos.DescriptorProto.BuilderDescribes a message type.static classDescriptorProtos.DescriptorProto.ExtensionRange.BuilderProtobuf typegoogle.protobuf.DescriptorProto.ExtensionRangestatic classDescriptorProtos.DescriptorProto.ReservedRange.BuilderRange of reserved tag numbers.static classDescriptorProtos.EnumDescriptorProto.BuilderDescribes an enum type.static classDescriptorProtos.EnumDescriptorProto.EnumReservedRange.BuilderRange of reserved numeric values.static classDescriptorProtos.EnumOptions.BuilderProtobuf typegoogle.protobuf.EnumOptionsstatic classDescriptorProtos.EnumValueDescriptorProto.BuilderDescribes a value within an enum.static classDescriptorProtos.EnumValueOptions.BuilderProtobuf typegoogle.protobuf.EnumValueOptionsstatic classDescriptorProtos.ExtensionRangeOptions.BuilderProtobuf typegoogle.protobuf.ExtensionRangeOptionsstatic classDescriptorProtos.FieldDescriptorProto.BuilderDescribes a field within a message.static classDescriptorProtos.FieldOptions.BuilderProtobuf typegoogle.protobuf.FieldOptionsstatic classDescriptorProtos.FileDescriptorProto.BuilderDescribes a complete .proto file.static classDescriptorProtos.FileDescriptorSet.BuilderThe protocol compiler can output a FileDescriptorSet containing the .proto files it parses.static classDescriptorProtos.FileOptions.BuilderProtobuf typegoogle.protobuf.FileOptionsstatic classDescriptorProtos.GeneratedCodeInfo.Annotation.BuilderProtobuf typegoogle.protobuf.GeneratedCodeInfo.Annotationstatic classDescriptorProtos.GeneratedCodeInfo.BuilderDescribes the relationship between generated code and its original source file.static classDescriptorProtos.MessageOptions.BuilderProtobuf typegoogle.protobuf.MessageOptionsstatic classDescriptorProtos.MethodDescriptorProto.BuilderDescribes a method of a service.static classDescriptorProtos.MethodOptions.BuilderProtobuf typegoogle.protobuf.MethodOptionsstatic classDescriptorProtos.OneofDescriptorProto.BuilderDescribes a oneof.static classDescriptorProtos.OneofOptions.BuilderProtobuf typegoogle.protobuf.OneofOptionsstatic classDescriptorProtos.ServiceDescriptorProto.BuilderDescribes a service.static classDescriptorProtos.ServiceOptions.BuilderProtobuf typegoogle.protobuf.ServiceOptionsstatic classDescriptorProtos.SourceCodeInfo.BuilderEncapsulates information about the original source file from which a FileDescriptorProto was generated.static classDescriptorProtos.SourceCodeInfo.Location.BuilderProtobuf typegoogle.protobuf.SourceCodeInfo.Locationstatic classDescriptorProtos.UninterpretedOption.BuilderA message representing a option the parser does not recognize.static classDescriptorProtos.UninterpretedOption.NamePart.BuilderThe name of the uninterpreted option.static classDoubleValue.BuilderWrapper message for `double`.static classDuration.BuilderA Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution.static classDynamicMessage.BuilderBuilder forDynamicMessages.static classEmpty.BuilderA generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs.static classEnum.BuilderEnum type definition.static classEnumValue.BuilderEnum value definition.static classField.BuilderA single field of a message type.static classFieldMask.Builder`FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`.static classFloatValue.BuilderWrapper message for `float`.static classGeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder<BuilderType>>static classGeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>Generated message builders for message types that contain extension ranges subclass this.static classGeneratedMessageV3.Builder<BuilderType extends GeneratedMessageV3.Builder<BuilderType>>static classGeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>Generated message builders for message types that contain extension ranges subclass this.static classInt32Value.BuilderWrapper message for `int32`.static classInt64Value.BuilderWrapper message for `int64`.static classListValue.Builder`ListValue` is a wrapper around a repeated field of values.static classMapEntry.Builder<K,V>Builder to createMapEntrymessages.static classMethod.BuilderMethod represents a method of an API interface.static classMixin.BuilderDeclares an API Interface to be included in this interface.static classOption.BuilderA protocol buffer option, which can be attached to a message, field, enumeration, etc.static classSourceContext.Builder`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.static classStringValue.BuilderWrapper message for `string`.static classStruct.Builder`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.static classTimestamp.BuilderA Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution.static classType.BuilderA protocol buffer message type.static classUInt32Value.BuilderWrapper message for `uint32`.static classUInt64Value.BuilderWrapper message for `uint64`.static classValue.Builder`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.Methods in com.google.protobuf that return Message.Builder Modifier and Type Method Description Message.BuilderMessage.Builder. addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)LikesetRepeatedField, but appends the value as a new element.Message.BuilderMessage.Builder. clear()Message.BuilderMessage.Builder. clearField(Descriptors.FieldDescriptor field)Clears the field.Message.BuilderMessage.Builder. clearOneof(Descriptors.OneofDescriptor oneof)Clears the oneof.Message.BuilderMessage.Builder. clone()Message.BuilderAbstractMessage.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderDynamicMessage.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessage.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessageV3.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessageV3.ExtendableBuilder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderMessage.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Get a nested builder instance for the given field.Message.BuilderAbstractMessage.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderDynamicMessage.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderGeneratedMessage.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderGeneratedMessageV3.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderGeneratedMessageV3.ExtendableBuilder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderMessage.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Get a nested builder instance for the given repeated field instance.Message.BuilderMessage.Builder. mergeFrom(byte[] data)Message.BuilderMessage.Builder. mergeFrom(byte[] data, int off, int len)Message.BuilderMessage.Builder. mergeFrom(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeFrom(byte[] data, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeFrom(ByteString data)Message.BuilderMessage.Builder. mergeFrom(ByteString data, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeFrom(CodedInputStream input)Message.BuilderMessage.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeFrom(Message other)Mergeotherinto the message being built.Message.BuilderMessage.Builder. mergeFrom(java.io.InputStream input)Message.BuilderMessage.Builder. mergeFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeUnknownFields(UnknownFieldSet unknownFields)Merge some unknown fields into theUnknownFieldSetfor this message.Message.BuilderGeneratedMessage.Builder. newBuilderForField(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessageV3.Builder. newBuilderForField(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessageV3.ExtendableBuilder. newBuilderForField(Descriptors.FieldDescriptor field)Message.BuilderMapEntry.Builder. newBuilderForField(Descriptors.FieldDescriptor field)Message.BuilderMessage.Builder. newBuilderForField(Descriptors.FieldDescriptor field)Create a builder for messages of the appropriate type for the given field.protected Message.BuilderAbstractMessage. newBuilderForType(AbstractMessage.BuilderParent parent)Create a nested builder.protected Message.BuilderGeneratedMessage. newBuilderForType(AbstractMessage.BuilderParent parent)protected abstract Message.BuilderGeneratedMessage. newBuilderForType(GeneratedMessage.BuilderParent parent)TODO(xiaofeng): remove this together with GeneratedMessage.BuilderParent.protected Message.BuilderGeneratedMessageV3. newBuilderForType(AbstractMessage.BuilderParent parent)protected abstract Message.BuilderGeneratedMessageV3. newBuilderForType(GeneratedMessageV3.BuilderParent parent)TODO(xiaofeng): remove this together with GeneratedMessageV3.BuilderParent.Message.BuilderMessage. newBuilderForType()Message.BuilderMessage.Builder. setField(Descriptors.FieldDescriptor field, java.lang.Object value)Sets a field to the given value.Message.BuilderMessage.Builder. setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Sets an element of a repeated field to the given value.Message.BuilderMessage.Builder. setUnknownFields(UnknownFieldSet unknownFields)Set theUnknownFieldSetfor this message.Message.BuilderMessage. toBuilder()Methods in com.google.protobuf with parameters of type Message.Builder Modifier and Type Method Description static voidTextFormat. merge(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat. merge(java.lang.CharSequence input, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat. merge(java.lang.Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat. merge(java.lang.Readable input, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.CharSequence input, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.Readable input, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder. -
Uses of Message.Builder in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement Message.Builder Modifier and Type Class Description static classPluginProtos.CodeGeneratorRequest.BuilderAn encoded CodeGeneratorRequest is written to the plugin's stdin.static classPluginProtos.CodeGeneratorResponse.BuilderThe plugin writes an encoded CodeGeneratorResponse to stdout.static classPluginProtos.CodeGeneratorResponse.File.BuilderRepresents a single generated file.static classPluginProtos.Version.BuilderThe version number of protocol compiler.
-