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
Fields in com.google.api.expr.v1alpha1 declared as Expr.Ident Modifier and Type Field Description private static Expr.Ident
Expr.Ident. DEFAULT_INSTANCE
Fields in com.google.api.expr.v1alpha1 with type parameters of type Expr.Ident Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Expr.Ident,Expr.Ident.Builder,Expr.IdentOrBuilder>
Expr.Builder. identExprBuilder_
private static com.google.protobuf.Parser<Expr.Ident>
Expr.Ident. PARSER
Methods in com.google.api.expr.v1alpha1 that return Expr.Ident Modifier and Type Method Description Expr.Ident
Expr.Ident.Builder. build()
Expr.Ident
Expr.Ident.Builder. buildPartial()
static Expr.Ident
Expr.Ident. getDefaultInstance()
Expr.Ident
Expr.Ident.Builder. getDefaultInstanceForType()
Expr.Ident
Expr.Ident. getDefaultInstanceForType()
Expr.Ident
Expr.Builder. getIdentExpr()
An identifier expression.Expr.Ident
Expr. getIdentExpr()
An identifier expression.Expr.Ident
ExprOrBuilder. getIdentExpr()
An identifier expression.static Expr.Ident
Expr.Ident. parseDelimitedFrom(java.io.InputStream input)
static Expr.Ident
Expr.Ident. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr.Ident
Expr.Ident. parseFrom(byte[] data)
static Expr.Ident
Expr.Ident. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr.Ident
Expr.Ident. parseFrom(com.google.protobuf.ByteString data)
static Expr.Ident
Expr.Ident. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr.Ident
Expr.Ident. parseFrom(com.google.protobuf.CodedInputStream input)
static Expr.Ident
Expr.Ident. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr.Ident
Expr.Ident. parseFrom(java.io.InputStream input)
static Expr.Ident
Expr.Ident. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Expr.Ident
Expr.Ident. parseFrom(java.nio.ByteBuffer data)
static Expr.Ident
Expr.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 private com.google.protobuf.SingleFieldBuilder<Expr.Ident,Expr.Ident.Builder,Expr.IdentOrBuilder>
Expr.Builder. getIdentExprFieldBuilder()
An identifier expression.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 private void
Expr.Ident.Builder. buildPartial0(Expr.Ident result)
Expr.Ident.Builder
Expr.Ident.Builder. mergeFrom(Expr.Ident other)
Expr.Builder
Expr.Builder. mergeIdentExpr(Expr.Ident value)
An identifier expression.static Expr.Ident.Builder
Expr.Ident. newBuilder(Expr.Ident prototype)
Expr.Builder
Expr.Builder. setIdentExpr(Expr.Ident value)
An identifier expression.
-