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 SingleFieldBuilder<Any,Any.Builder,AnyOrBuilder>
Option.Builder. valueBuilder_
Methods in com.google.protobuf that return Any.Builder Modifier and Type Method Description Any.Builder
Any.Builder. clear()
Any.Builder
Any.Builder. clearTypeUrl()
A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.Builder
Any.Builder. clearValue()
Must be a valid serialized protocol buffer of the above specified type.Any.Builder
Option.Builder. getValueBuilder()
The option's value packed in an Any message.Any.Builder
Any.Builder. mergeFrom(Any other)
Any.Builder
Any.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Any.Builder
Any.Builder. mergeFrom(Message other)
static Any.Builder
Any. newBuilder()
static Any.Builder
Any. newBuilder(Any prototype)
Any.Builder
Any. newBuilderForType()
protected Any.Builder
Any. newBuilderForType(AbstractMessage.BuilderParent parent)
Any.Builder
Any.Builder. setTypeUrl(java.lang.String value)
A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.Builder
Any.Builder. setTypeUrlBytes(ByteString value)
A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.Builder
Any.Builder. setValue(ByteString value)
Must be a valid serialized protocol buffer of the above specified type.Any.Builder
Any. toBuilder()
Methods in com.google.protobuf that return types with arguments of type Any.Builder Modifier and Type Method Description private SingleFieldBuilder<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.Builder
Option.Builder. setValue(Any.Builder builderForValue)
The option's value packed in an Any message.
-