Uses of Class
com.google.protobuf.Any.Builder
-
-
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()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.static Any.BuilderAny. newBuilder()static Any.BuilderAny. newBuilder(Any prototype)Any.BuilderAny.Builder. setTypeUrl(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. setValue(ByteString value)Must be a valid serialized protocol buffer of the above specified type.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.
-