Uses of Class
com.google.api.expr.v1alpha1.Constant
Packages that use Constant
-
Uses of Constant in com.google.api.expr.v1alpha1
Methods in com.google.api.expr.v1alpha1 that return ConstantModifier and TypeMethodDescriptionConstant.Builder.build()Constant.Builder.buildPartial()Expr.Builder.getConstExpr()A literal expression.Expr.getConstExpr()A literal expression.ExprOrBuilder.getConstExpr()A literal expression.static ConstantConstant.getDefaultInstance()Constant.Builder.getDefaultInstanceForType()Constant.getDefaultInstanceForType()Decl.IdentDecl.Builder.getValue()The constant value of the identifier.Decl.IdentDecl.getValue()The constant value of the identifier.Decl.IdentDeclOrBuilder.getValue()The constant value of the identifier.Reference.Builder.getValue()For references to constants, this may contain the value of the constant if known at compile time.Reference.getValue()For references to constants, this may contain the value of the constant if known at compile time.ReferenceOrBuilder.getValue()For references to constants, this may contain the value of the constant if known at compile time.static ConstantConstant.parseDelimitedFrom(InputStream input) static ConstantConstant.parseDelimitedFrom(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(InputStream input) static ConstantConstant.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstantConstant.parseFrom(ByteBuffer data) static ConstantConstant.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api.expr.v1alpha1 that return types with arguments of type ConstantModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Constant> Constant.getParserForType()static com.google.protobuf.Parser<Constant> Constant.parser()Methods in com.google.api.expr.v1alpha1 with parameters of type ConstantModifier and TypeMethodDescriptionExpr.Builder.mergeConstExpr(Constant value) A literal expression.Decl.IdentDecl.Builder.mergeValue(Constant value) The constant value of the identifier.Reference.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.Builder.setConstExpr(Constant value) A literal expression.The constant value of the identifier.For references to constants, this may contain the value of the constant if known at compile time.