Uses of Class
com.google.api.expr.v1alpha1.Constant
-
Packages that use Constant Package Description com.google.api.expr.v1alpha1 -
-
Uses of Constant in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Constant Modifier and Type Field Description private static Constant
Constant. DEFAULT_INSTANCE
private Constant
Decl.IdentDecl.Builder. value_
private Constant
Decl.IdentDecl. value_
private Constant
Reference.Builder. value_
private Constant
Reference. value_
Fields in com.google.api.expr.v1alpha1 with type parameters of type Constant Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Constant,Constant.Builder,ConstantOrBuilder>
Expr.Builder. constExprBuilder_
private static com.google.protobuf.Parser<Constant>
Constant. PARSER
private com.google.protobuf.SingleFieldBuilder<Constant,Constant.Builder,ConstantOrBuilder>
Decl.IdentDecl.Builder. valueBuilder_
private com.google.protobuf.SingleFieldBuilder<Constant,Constant.Builder,ConstantOrBuilder>
Reference.Builder. valueBuilder_
Methods in com.google.api.expr.v1alpha1 that return Constant Modifier and Type Method Description Constant
Constant.Builder. build()
Constant
Constant.Builder. buildPartial()
Constant
Expr.Builder. getConstExpr()
A literal expression.Constant
Expr. getConstExpr()
A literal expression.Constant
ExprOrBuilder. getConstExpr()
A literal expression.static Constant
Constant. getDefaultInstance()
Constant
Constant.Builder. getDefaultInstanceForType()
Constant
Constant. getDefaultInstanceForType()
Constant
Decl.IdentDecl.Builder. getValue()
The constant value of the identifier.Constant
Decl.IdentDecl. getValue()
The constant value of the identifier.Constant
Decl.IdentDeclOrBuilder. getValue()
The constant value of the identifier.Constant
Reference.Builder. getValue()
For references to constants, this may contain the value of the constant if known at compile time.Constant
Reference. getValue()
For references to constants, this may contain the value of the constant if known at compile time.Constant
ReferenceOrBuilder. getValue()
For references to constants, this may contain the value of the constant if known at compile time.static Constant
Constant. parseDelimitedFrom(java.io.InputStream input)
static Constant
Constant. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constant
Constant. parseFrom(byte[] data)
static Constant
Constant. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constant
Constant. parseFrom(com.google.protobuf.ByteString data)
static Constant
Constant. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constant
Constant. parseFrom(com.google.protobuf.CodedInputStream input)
static Constant
Constant. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constant
Constant. parseFrom(java.io.InputStream input)
static Constant
Constant. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constant
Constant. parseFrom(java.nio.ByteBuffer data)
static Constant
Constant. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Constant Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Constant,Constant.Builder,ConstantOrBuilder>
Expr.Builder. getConstExprFieldBuilder()
A literal expression.com.google.protobuf.Parser<Constant>
Constant. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Constant,Constant.Builder,ConstantOrBuilder>
Decl.IdentDecl.Builder. getValueFieldBuilder()
The constant value of the identifier.private com.google.protobuf.SingleFieldBuilder<Constant,Constant.Builder,ConstantOrBuilder>
Reference.Builder. getValueFieldBuilder()
For references to constants, this may contain the value of the constant if known at compile time.static com.google.protobuf.Parser<Constant>
Constant. parser()
Methods in com.google.api.expr.v1alpha1 with parameters of type Constant Modifier and Type Method Description private void
Constant.Builder. buildPartial0(Constant result)
private void
Constant.Builder. buildPartialOneofs(Constant result)
Expr.Builder
Expr.Builder. mergeConstExpr(Constant value)
A literal expression.Constant.Builder
Constant.Builder. mergeFrom(Constant other)
Decl.IdentDecl.Builder
Decl.IdentDecl.Builder. mergeValue(Constant value)
The constant value of the identifier.Reference.Builder
Reference.Builder. mergeValue(Constant value)
For references to constants, this may contain the value of the constant if known at compile time.static Constant.Builder
Constant. newBuilder(Constant prototype)
Expr.Builder
Expr.Builder. setConstExpr(Constant value)
A literal expression.Decl.IdentDecl.Builder
Decl.IdentDecl.Builder. setValue(Constant value)
The constant value of the identifier.Reference.Builder
Reference.Builder. setValue(Constant value)
For references to constants, this may contain the value of the constant if known at compile time.
-