Uses of Class
com.google.protobuf.Any.Builder
Packages that use Any.Builder
-
Uses of Any.Builder in com.google.protobuf
Subclasses with type arguments of type Any.Builder in com.google.protobufModifier and TypeClassDescriptionfinal class`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.static final class`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.Methods in com.google.protobuf that return Any.BuilderModifier and TypeMethodDescriptionAny.Builder.clearTypeUrl()Identifies the type of the serialized Protobuf message with a URI reference consisting of a prefix ending in a slash and the fully-qualified type name.Any.Builder.clearValue()Holds a Protobuf serialization of the type described by type_url.static Any.BuilderAny.newBuilder()static Any.BuilderAny.newBuilder(Any prototype) Any.Builder.setTypeUrl(String value) Identifies the type of the serialized Protobuf message with a URI reference consisting of a prefix ending in a slash and the fully-qualified type name.Any.Builder.setTypeUrlBytes(ByteString value) Identifies the type of the serialized Protobuf message with a URI reference consisting of a prefix ending in a slash and the fully-qualified type name.Any.Builder.setValue(ByteString value) Holds a Protobuf serialization of the type described by type_url.Methods in com.google.protobuf with parameters of type Any.BuilderModifier and TypeMethodDescriptionOption.Builder.setValue(Any.Builder builderForValue) The option's value packed in an Any message.