Uses of Class
com.google.protobuf.Any.Builder
-
Packages that use Any.Builder Package Description com.google.protobuf -
-
Uses of Any.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type Any.Builder Modifier and Type Field Description private SingleFieldBuilderV3<Any,Any.Builder,AnyOrBuilder>Option.Builder. valueBuilder_Methods in com.google.protobuf that return Any.Builder Modifier and Type Method Description Any.BuilderAny.Builder. addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)Any.BuilderAny.Builder. clear()Any.BuilderAny.Builder. clearField(Descriptors.FieldDescriptor field)Any.BuilderAny.Builder. clearOneof(Descriptors.OneofDescriptor oneof)Any.BuilderAny.Builder. clearTypeUrl()A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.BuilderAny.Builder. clearValue()Must be a valid serialized protocol buffer of the above specified type.Any.BuilderAny.Builder. clone()Any.BuilderOption.Builder. getValueBuilder()The option's value packed in an Any message.Any.BuilderAny.Builder. mergeFrom(Any other)Any.BuilderAny.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Any.BuilderAny.Builder. mergeFrom(Message other)Any.BuilderAny.Builder. mergeUnknownFields(UnknownFieldSet unknownFields)static Any.BuilderAny. newBuilder()static Any.BuilderAny. newBuilder(Any prototype)Any.BuilderAny. newBuilderForType()protected Any.BuilderAny. newBuilderForType(GeneratedMessageV3.BuilderParent parent)Any.BuilderAny.Builder. setField(Descriptors.FieldDescriptor field, java.lang.Object value)Any.BuilderAny.Builder. setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Any.BuilderAny.Builder. setTypeUrl(java.lang.String value)A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.BuilderAny.Builder. setTypeUrlBytes(ByteString value)A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.BuilderAny.Builder. setUnknownFields(UnknownFieldSet unknownFields)Any.BuilderAny.Builder. setValue(ByteString value)Must be a valid serialized protocol buffer of the above specified type.Any.BuilderAny. toBuilder()Methods in com.google.protobuf that return types with arguments of type Any.Builder Modifier and Type Method Description private SingleFieldBuilderV3<Any,Any.Builder,AnyOrBuilder>Option.Builder. getValueFieldBuilder()The option's value packed in an Any message.Methods in com.google.protobuf with parameters of type Any.Builder Modifier and Type Method Description Option.BuilderOption.Builder. setValue(Any.Builder builderForValue)The option's value packed in an Any message.
-