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
Methods in com.google.protobuf that return Any.Builder Modifier and Type Method Description Any.BuilderAny.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.BuilderAny.Builder. clearValue()Holds a Protobuf serialization of the type described by type_url.static Any.BuilderAny. newBuilder()static Any.BuilderAny. newBuilder(Any prototype)Any.BuilderAny.Builder. setTypeUrl(java.lang.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.BuilderAny.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.BuilderAny.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.Builder Modifier and Type Method Description Option.BuilderOption.Builder. setValue(Any.Builder builderForValue)The option's value packed in an Any message.
-