Uses of Class
com.google.protobuf.Any
-
Packages that use Any Package Description com.google.protobuf com.google.rpc dev.cel.common.internal dev.cel.expr -
-
Uses of Any in com.google.protobuf
Methods in com.google.protobuf that return Any Modifier and Type Method Description AnyAny.Builder. build()AnyAny.Builder. buildPartial()static AnyAny. getDefaultInstance()AnyAny.Builder. getDefaultInstanceForType()AnyAny. getDefaultInstanceForType()AnyOption.Builder. getValue().google.protobuf.Any value = 2 [json_name = "value"];AnyOption. getValue().google.protobuf.Any value = 2 [json_name = "value"];AnyOptionOrBuilder. getValue().google.protobuf.Any value = 2 [json_name = "value"];static <T extends Message>
AnyAny. pack(T message)static <T extends Message>
AnyAny. pack(T message, java.lang.String typeUrlPrefix)Packs a message using the given type URL prefix.static AnyAny. parseDelimitedFrom(java.io.InputStream input)static AnyAny. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static AnyAny. parseFrom(byte[] data)static AnyAny. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static AnyAny. parseFrom(ByteString data)static AnyAny. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static AnyAny. parseFrom(CodedInputStream input)static AnyAny. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static AnyAny. parseFrom(java.io.InputStream input)static AnyAny. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static AnyAny. parseFrom(java.nio.ByteBuffer data)static AnyAny. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type Any Modifier and Type Method Description Parser<Any>Any. getParserForType()static Parser<Any>Any. parser()Methods in com.google.protobuf with parameters of type Any Modifier and Type Method Description Any.BuilderAny.Builder. mergeFrom(Any other)Option.BuilderOption.Builder. mergeValue(Any value).google.protobuf.Any value = 2 [json_name = "value"];static Any.BuilderAny. newBuilder(Any prototype)Option.BuilderOption.Builder. setValue(Any value).google.protobuf.Any value = 2 [json_name = "value"]; -
Uses of Any in com.google.rpc
Methods in com.google.rpc that return Any Modifier and Type Method Description AnyStatus.Builder. getDetails(int index)A list of messages that carry the error details.AnyStatus. getDetails(int index)A list of messages that carry the error details.AnyStatusOrBuilder. getDetails(int index)A list of messages that carry the error details.Methods in com.google.rpc that return types with arguments of type Any Modifier and Type Method Description java.util.List<Any>Status.Builder. getDetailsList()A list of messages that carry the error details.java.util.List<Any>Status. getDetailsList()A list of messages that carry the error details.java.util.List<Any>StatusOrBuilder. getDetailsList()A list of messages that carry the error details.Methods in com.google.rpc with parameters of type Any Modifier and Type Method Description Status.BuilderStatus.Builder. addDetails(int index, Any value)A list of messages that carry the error details.Status.BuilderStatus.Builder. addDetails(Any value)A list of messages that carry the error details.Status.BuilderStatus.Builder. setDetails(int index, Any value)A list of messages that carry the error details.Method parameters in com.google.rpc with type arguments of type Any Modifier and Type Method Description Status.BuilderStatus.Builder. addAllDetails(java.lang.Iterable<? extends Any> values)A list of messages that carry the error details. -
Uses of Any in dev.cel.common.internal
Methods in dev.cel.common.internal with parameters of type Any Modifier and Type Method Description MessageDynamicProto. unpack(Any any)Unpack anAnyvalue to a concreteMessagevalue. -
Uses of Any in dev.cel.expr
Methods in dev.cel.expr that return Any Modifier and Type Method Description AnyValue.Builder. getObjectValue()The proto message backing an object value.AnyValue. getObjectValue()The proto message backing an object value.AnyValueOrBuilder. getObjectValue()The proto message backing an object value.Methods in dev.cel.expr with parameters of type Any Modifier and Type Method Description Value.BuilderValue.Builder. mergeObjectValue(Any value)The proto message backing an object value.Value.BuilderValue.Builder. setObjectValue(Any value)The proto message backing an object value.
-