Uses of Class
com.google.api.expr.v1alpha1.Constant.Builder
Packages that use Constant.Builder
-
Uses of Constant.Builder in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 with type parameters of type Constant.BuilderModifier and TypeFieldDescriptionprivate 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 Constant.BuilderModifier and TypeMethodDescriptionConstant.Builder.clear()Constant.Builder.clearBoolValue()boolean value.Constant.Builder.clearBytesValue()bytes value.Constant.Builder.clearConstantKind()Constant.Builder.clearDoubleValue()double value.Constant.Builder.clearDurationValue()Deprecated.Constant.Builder.clearInt64Value()int64 value.Constant.Builder.clearNullValue()null value.Constant.Builder.clearStringValue()string value.Constant.Builder.clearTimestampValue()Deprecated.Constant.Builder.clearUint64Value()uint64 value.Expr.Builder.getConstExprBuilder()A literal expression.Decl.IdentDecl.Builder.getValueBuilder()The constant value of the identifier.Reference.Builder.getValueBuilder()For references to constants, this may contain the value of the constant if known at compile time.Constant.Builder.mergeDurationValue(com.google.protobuf.Duration value) Deprecated.Constant.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Constant.Builder.mergeFrom(com.google.protobuf.Message other) Constant.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value) Deprecated.static Constant.BuilderConstant.newBuilder()static Constant.BuilderConstant.newBuilder(Constant prototype) Constant.newBuilderForType()protected Constant.BuilderConstant.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Constant.Builder.setBoolValue(boolean value) boolean value.Constant.Builder.setBytesValue(com.google.protobuf.ByteString value) bytes value.Constant.Builder.setDoubleValue(double value) double value.Constant.Builder.setDurationValue(com.google.protobuf.Duration value) Deprecated.Constant.Builder.setDurationValue(com.google.protobuf.Duration.Builder builderForValue) Deprecated.Constant.Builder.setInt64Value(long value) int64 value.Constant.Builder.setNullValue(com.google.protobuf.NullValue value) null value.Constant.Builder.setNullValueValue(int value) null value.Constant.Builder.setStringValue(String value) string value.Constant.Builder.setStringValueBytes(com.google.protobuf.ByteString value) string value.Constant.Builder.setTimestampValue(com.google.protobuf.Timestamp value) Deprecated.Constant.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) Deprecated.Constant.Builder.setUint64Value(long value) uint64 value.Constant.toBuilder()Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Constant.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Constant, Constant.Builder, ConstantOrBuilder> Expr.Builder.internalGetConstExprFieldBuilder()A literal expression.private com.google.protobuf.SingleFieldBuilder<Constant, Constant.Builder, ConstantOrBuilder> Decl.IdentDecl.Builder.internalGetValueFieldBuilder()The constant value of the identifier.private com.google.protobuf.SingleFieldBuilder<Constant, Constant.Builder, ConstantOrBuilder> Reference.Builder.internalGetValueFieldBuilder()For references to constants, this may contain the value of the constant if known at compile time.Methods in com.google.api.expr.v1alpha1 with parameters of type Constant.BuilderModifier and TypeMethodDescriptionExpr.Builder.setConstExpr(Constant.Builder builderForValue) A literal expression.Decl.IdentDecl.Builder.setValue(Constant.Builder builderForValue) The constant value of the identifier.Reference.Builder.setValue(Constant.Builder builderForValue) For references to constants, this may contain the value of the constant if known at compile time.