Uses of Interface
com.google.protobuf.AnyOrBuilder
-
Packages that use AnyOrBuilder Package Description com.google.protobuf com.google.rpc dev.cel.expr -
-
Uses of AnyOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement AnyOrBuilder Modifier and Type Class Description classAnyProtobuf typegoogle.protobuf.Anystatic classAny.BuilderProtobuf typegoogle.protobuf.AnyMethods in com.google.protobuf that return AnyOrBuilder Modifier and Type Method Description AnyOrBuilderOption.Builder. getValueOrBuilder().google.protobuf.Any value = 2 [json_name = "value"];AnyOrBuilderOption. getValueOrBuilder().google.protobuf.Any value = 2 [json_name = "value"];AnyOrBuilderOptionOrBuilder. getValueOrBuilder().google.protobuf.Any value = 2 [json_name = "value"]; -
Uses of AnyOrBuilder in com.google.rpc
Methods in com.google.rpc that return AnyOrBuilder Modifier and Type Method Description AnyOrBuilderStatus.Builder. getDetailsOrBuilder(int index)A list of messages that carry the error details.AnyOrBuilderStatus. getDetailsOrBuilder(int index)A list of messages that carry the error details.AnyOrBuilderStatusOrBuilder. getDetailsOrBuilder(int index)A list of messages that carry the error details.Methods in com.google.rpc that return types with arguments of type AnyOrBuilder Modifier and Type Method Description java.util.List<? extends AnyOrBuilder>Status.Builder. getDetailsOrBuilderList()A list of messages that carry the error details.java.util.List<? extends AnyOrBuilder>Status. getDetailsOrBuilderList()A list of messages that carry the error details.java.util.List<? extends AnyOrBuilder>StatusOrBuilder. getDetailsOrBuilderList()A list of messages that carry the error details. -
Uses of AnyOrBuilder in dev.cel.expr
Methods in dev.cel.expr that return AnyOrBuilder Modifier and Type Method Description AnyOrBuilderValue.Builder. getObjectValueOrBuilder()The proto message backing an object value.AnyOrBuilderValue. getObjectValueOrBuilder()The proto message backing an object value.AnyOrBuilderValueOrBuilder. getObjectValueOrBuilder()The proto message backing an object value.
-