Uses of Interface
com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Packages that use ConstantOrBuilder Package Description com.google.api.expr.v1alpha1 -
-
Uses of ConstantOrBuilder in com.google.api.expr.v1alpha1
Classes in com.google.api.expr.v1alpha1 that implement ConstantOrBuilder Modifier and Type Class Description class
Constant
Represents a primitive literal.static class
Constant.Builder
Represents a primitive literal.Fields in com.google.api.expr.v1alpha1 with type parameters of type ConstantOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Constant,Constant.Builder,ConstantOrBuilder>
Expr.Builder. constExprBuilder_
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 ConstantOrBuilder Modifier and Type Method Description ConstantOrBuilder
Expr.Builder. getConstExprOrBuilder()
A literal expression.ConstantOrBuilder
Expr. getConstExprOrBuilder()
A literal expression.ConstantOrBuilder
ExprOrBuilder. getConstExprOrBuilder()
A literal expression.ConstantOrBuilder
Decl.IdentDecl.Builder. getValueOrBuilder()
The constant value of the identifier.ConstantOrBuilder
Decl.IdentDecl. getValueOrBuilder()
The constant value of the identifier.ConstantOrBuilder
Decl.IdentDeclOrBuilder. getValueOrBuilder()
The constant value of the identifier.ConstantOrBuilder
Reference.Builder. getValueOrBuilder()
For references to constants, this may contain the value of the constant if known at compile time.ConstantOrBuilder
Reference. getValueOrBuilder()
For references to constants, this may contain the value of the constant if known at compile time.ConstantOrBuilder
ReferenceOrBuilder. getValueOrBuilder()
For references to constants, this may contain the value of the constant if known at compile time.Methods in com.google.api.expr.v1alpha1 that return types with arguments of type ConstantOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Constant,Constant.Builder,ConstantOrBuilder>
Expr.Builder. getConstExprFieldBuilder()
A literal expression.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.
-