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 ConstantConstant. DEFAULT_INSTANCEprivate ConstantDecl.IdentDecl.Builder. value_private ConstantDecl.IdentDecl. value_private ConstantReference.Builder. value_private ConstantReference. 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. PARSERprivate 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 ConstantConstant.Builder. build()ConstantConstant.Builder. buildPartial()ConstantExpr.Builder. getConstExpr()A literal expression.ConstantExpr. getConstExpr()A literal expression.ConstantExprOrBuilder. getConstExpr()A literal expression.static ConstantConstant. getDefaultInstance()ConstantConstant.Builder. getDefaultInstanceForType()ConstantConstant. getDefaultInstanceForType()ConstantDecl.IdentDecl.Builder. getValue()The constant value of the identifier.ConstantDecl.IdentDecl. getValue()The constant value of the identifier.ConstantDecl.IdentDeclOrBuilder. getValue()The constant value of the identifier.ConstantReference.Builder. getValue()For references to constants, this may contain the value of the constant if known at compile time.ConstantReference. getValue()For references to constants, this may contain the value of the constant if known at compile time.ConstantReferenceOrBuilder. getValue()For references to constants, this may contain the value of the constant if known at compile time.static ConstantConstant. parseDelimitedFrom(java.io.InputStream input)static ConstantConstant. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantConstant. parseFrom(byte[] data)static ConstantConstant. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantConstant. parseFrom(com.google.protobuf.ByteString data)static ConstantConstant. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantConstant. parseFrom(com.google.protobuf.CodedInputStream input)static ConstantConstant. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantConstant. parseFrom(java.io.InputStream input)static ConstantConstant. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConstantConstant. parseFrom(java.nio.ByteBuffer data)static ConstantConstant. 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 voidConstant.Builder. buildPartial0(Constant result)private voidConstant.Builder. buildPartialOneofs(Constant result)Expr.BuilderExpr.Builder. mergeConstExpr(Constant value)A literal expression.Constant.BuilderConstant.Builder. mergeFrom(Constant other)Decl.IdentDecl.BuilderDecl.IdentDecl.Builder. mergeValue(Constant value)The constant value of the identifier.Reference.BuilderReference.Builder. mergeValue(Constant value)For references to constants, this may contain the value of the constant if known at compile time.static Constant.BuilderConstant. newBuilder(Constant prototype)Expr.BuilderExpr.Builder. setConstExpr(Constant value)A literal expression.Decl.IdentDecl.BuilderDecl.IdentDecl.Builder. setValue(Constant value)The constant value of the identifier.Reference.BuilderReference.Builder. setValue(Constant value)For references to constants, this may contain the value of the constant if known at compile time.
-