Uses of Class
com.google.api.expr.v1alpha1.Expr.Ident
-
Packages that use Expr.Ident Package Description com.google.api.expr.v1alpha1 -
-
Uses of Expr.Ident in com.google.api.expr.v1alpha1
Methods in com.google.api.expr.v1alpha1 that return Expr.Ident Modifier and Type Method Description Expr.IdentExpr.Ident.Builder. build()Expr.IdentExpr.Ident.Builder. buildPartial()static Expr.IdentExpr.Ident. getDefaultInstance()Expr.IdentExpr.Ident.Builder. getDefaultInstanceForType()Expr.IdentExpr.Ident. getDefaultInstanceForType()Expr.IdentExpr.Builder. getIdentExpr()An identifier expression.Expr.IdentExpr. getIdentExpr()An identifier expression.Expr.IdentExprOrBuilder. getIdentExpr()An identifier expression.static Expr.IdentExpr.Ident. parseDelimitedFrom(java.io.InputStream input)static Expr.IdentExpr.Ident. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.IdentExpr.Ident. parseFrom(byte[] data)static Expr.IdentExpr.Ident. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.IdentExpr.Ident. parseFrom(com.google.protobuf.ByteString data)static Expr.IdentExpr.Ident. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.IdentExpr.Ident. parseFrom(com.google.protobuf.CodedInputStream input)static Expr.IdentExpr.Ident. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.IdentExpr.Ident. parseFrom(java.io.InputStream input)static Expr.IdentExpr.Ident. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.IdentExpr.Ident. parseFrom(java.nio.ByteBuffer data)static Expr.IdentExpr.Ident. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Expr.Ident Modifier and Type Method Description com.google.protobuf.Parser<Expr.Ident>Expr.Ident. getParserForType()static com.google.protobuf.Parser<Expr.Ident>Expr.Ident. parser()Methods in com.google.api.expr.v1alpha1 with parameters of type Expr.Ident Modifier and Type Method Description Expr.Ident.BuilderExpr.Ident.Builder. mergeFrom(Expr.Ident other)Expr.BuilderExpr.Builder. mergeIdentExpr(Expr.Ident value)An identifier expression.static Expr.Ident.BuilderExpr.Ident. newBuilder(Expr.Ident prototype)Expr.BuilderExpr.Builder. setIdentExpr(Expr.Ident value)An identifier expression.
-