Package dev.cel.expr
Class Constant.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Constant.Builder>
-
- dev.cel.expr.Constant.Builder
-
- All Implemented Interfaces:
Message.Builder
,MessageLite.Builder
,MessageLiteOrBuilder
,MessageOrBuilder
,ConstantOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Constant
public static final class Constant.Builder extends GeneratedMessageV3.Builder<Constant.Builder> implements ConstantOrBuilder
Represents a primitive literal. Named 'Constant' here for backwards compatibility. This is similar as the primitives supported in the well-known type `google.protobuf.Value`, but richer so it can represent CEL's full range of primitives. Lists and structs are not included as constants as these aggregate types may contain [Expr][cel.expr.Expr] elements which require evaluation and are thus not constant. Examples of constants include: `"hello"`, `b'bytes'`, `1u`, `4.2`, `-2`, `true`, `null`.
Protobuf typecel.expr.Constant
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Constant.Builder
addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
LikesetRepeatedField
, but appends the value as a new element.Constant
build()
Constructs the message based on the state of the Builder.Constant
buildPartial()
LikeMessageLite.Builder.build()
, but does not throw an exception if the message is missing required fields.Constant.Builder
clear()
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.Constant.Builder
clearBoolValue()
boolean value.Constant.Builder
clearBytesValue()
bytes value.Constant.Builder
clearConstantKind()
Constant.Builder
clearDoubleValue()
double value.Constant.Builder
clearDurationValue()
Deprecated.Constant.Builder
clearField(Descriptors.FieldDescriptor field)
Clears the field.Constant.Builder
clearInt64Value()
int64 value.Constant.Builder
clearNullValue()
null value.Constant.Builder
clearOneof(Descriptors.OneofDescriptor oneof)
TODO(jieluo): Clear it when all subclasses have implemented this method.Constant.Builder
clearStringValue()
string value.Constant.Builder
clearTimestampValue()
Deprecated.Constant.Builder
clearUint64Value()
uint64 value.Constant.Builder
clone()
Clones the Builder.boolean
getBoolValue()
boolean value.ByteString
getBytesValue()
bytes value.Constant.ConstantKindCase
getConstantKindCase()
Constant
getDefaultInstanceForType()
Get an instance of the type with no fields set.static Descriptors.Descriptor
getDescriptor()
Descriptors.Descriptor
getDescriptorForType()
Get the message's type's descriptor.double
getDoubleValue()
double value.Duration
getDurationValue()
Deprecated.Duration.Builder
getDurationValueBuilder()
Deprecated.DurationOrBuilder
getDurationValueOrBuilder()
Deprecated.long
getInt64Value()
int64 value.NullValue
getNullValue()
null value.int
getNullValueValue()
null value.java.lang.String
getStringValue()
string value.ByteString
getStringValueBytes()
string value.Timestamp
getTimestampValue()
Deprecated.Timestamp.Builder
getTimestampValueBuilder()
Deprecated.TimestampOrBuilder
getTimestampValueOrBuilder()
Deprecated.long
getUint64Value()
uint64 value.boolean
hasBoolValue()
boolean value.boolean
hasBytesValue()
bytes value.boolean
hasDoubleValue()
double value.boolean
hasDurationValue()
Deprecated.boolean
hasInt64Value()
int64 value.boolean
hasNullValue()
null value.boolean
hasStringValue()
string value.boolean
hasTimestampValue()
Deprecated.boolean
hasUint64Value()
uint64 value.protected GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
Get the FieldAccessorTable for this type.boolean
isInitialized()
Returns true if all required fields in the message and all embedded messages are set, false otherwise.Constant.Builder
mergeDurationValue(Duration value)
Deprecated.Constant.Builder
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
LikeMessageLite.Builder.mergeFrom(CodedInputStream)
, but also parses extensions.Constant.Builder
mergeFrom(Message other)
Mergeother
into the message being built.Constant.Builder
mergeFrom(Constant other)
Constant.Builder
mergeTimestampValue(Timestamp value)
Deprecated.Constant.Builder
mergeUnknownFields(UnknownFieldSet unknownFields)
Merge some unknown fields into theUnknownFieldSet
for this message.Constant.Builder
setBoolValue(boolean value)
boolean value.Constant.Builder
setBytesValue(ByteString value)
bytes value.Constant.Builder
setDoubleValue(double value)
double value.Constant.Builder
setDurationValue(Duration value)
Deprecated.Constant.Builder
setDurationValue(Duration.Builder builderForValue)
Deprecated.Constant.Builder
setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Sets a field to the given value.Constant.Builder
setInt64Value(long value)
int64 value.Constant.Builder
setNullValue(NullValue value)
null value.Constant.Builder
setNullValueValue(int value)
null value.Constant.Builder
setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Sets an element of a repeated field to the given value.Constant.Builder
setStringValue(java.lang.String value)
string value.Constant.Builder
setStringValueBytes(ByteString value)
string value.Constant.Builder
setTimestampValue(Timestamp value)
Deprecated.Constant.Builder
setTimestampValue(Timestamp.Builder builderForValue)
Deprecated.Constant.Builder
setUint64Value(long value)
uint64 value.Constant.Builder
setUnknownFields(UnknownFieldSet unknownFields)
Set theUnknownFieldSet
for this message.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessageV3.Builder
Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTable
in classGeneratedMessageV3.Builder<Constant.Builder>
-
clear
public Constant.Builder clear()
Description copied from class:GeneratedMessageV3.Builder
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.- Specified by:
clear
in interfaceMessage.Builder
- Specified by:
clear
in interfaceMessageLite.Builder
- Overrides:
clear
in classGeneratedMessageV3.Builder<Constant.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
Description copied from interface:Message.Builder
Get the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType()
.- Specified by:
getDescriptorForType
in interfaceMessage.Builder
- Specified by:
getDescriptorForType
in interfaceMessageOrBuilder
- Overrides:
getDescriptorForType
in classGeneratedMessageV3.Builder<Constant.Builder>
-
getDefaultInstanceForType
public Constant getDefaultInstanceForType()
Description copied from interface:MessageLiteOrBuilder
Get an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()
method of generated message classes in that this method is an abstract method of theMessageLite
interface whereasgetDefaultInstance()
is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
build
public Constant build()
Description copied from interface:MessageLite.Builder
Constructs the message based on the state of the Builder. Subsequent changes to the Builder will not affect the returned message.- Specified by:
build
in interfaceMessage.Builder
- Specified by:
build
in interfaceMessageLite.Builder
-
buildPartial
public Constant buildPartial()
Description copied from interface:MessageLite.Builder
LikeMessageLite.Builder.build()
, but does not throw an exception if the message is missing required fields. Instead, a partial message is returned. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildPartial
in interfaceMessage.Builder
- Specified by:
buildPartial
in interfaceMessageLite.Builder
-
clone
public Constant.Builder clone()
Description copied from interface:MessageLite.Builder
Clones the Builder.- Specified by:
clone
in interfaceMessage.Builder
- Specified by:
clone
in interfaceMessageLite.Builder
- Overrides:
clone
in classGeneratedMessageV3.Builder<Constant.Builder>
- See Also:
Object.clone()
-
setField
public Constant.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.Builder
Sets a field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getField(Descriptors.FieldDescriptor)
would return.- Specified by:
setField
in interfaceMessage.Builder
- Overrides:
setField
in classGeneratedMessageV3.Builder<Constant.Builder>
-
clearField
public Constant.Builder clearField(Descriptors.FieldDescriptor field)
Description copied from interface:Message.Builder
Clears the field. This is exactly equivalent to calling the generated "clear" accessor method corresponding to the field.- Specified by:
clearField
in interfaceMessage.Builder
- Overrides:
clearField
in classGeneratedMessageV3.Builder<Constant.Builder>
-
clearOneof
public Constant.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Description copied from class:AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.- Specified by:
clearOneof
in interfaceMessage.Builder
- Overrides:
clearOneof
in classGeneratedMessageV3.Builder<Constant.Builder>
-
setRepeatedField
public Constant.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Description copied from interface:Message.Builder
Sets an element of a repeated field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int)
would return.- Specified by:
setRepeatedField
in interfaceMessage.Builder
- Overrides:
setRepeatedField
in classGeneratedMessageV3.Builder<Constant.Builder>
-
addRepeatedField
public Constant.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.Builder
LikesetRepeatedField
, but appends the value as a new element.- Specified by:
addRepeatedField
in interfaceMessage.Builder
- Overrides:
addRepeatedField
in classGeneratedMessageV3.Builder<Constant.Builder>
-
mergeFrom
public Constant.Builder mergeFrom(Message other)
Description copied from interface:Message.Builder
Mergeother
into the message being built.other
must have the exact same type asthis
(i.e.getDescriptorForType() == other.getDescriptorForType()
).Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set inother
, thenother
's value overwrites the value in this message.
* For singular message fields, if the field is set inother
, it is merged into the corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements inother
are concatenated with the elements in this message.
* For oneof groups, if the other message has one of the fields set, the group of this message is cleared and replaced by the field of the other message, so that the oneof constraint is preserved.This is equivalent to the
Message::MergeFrom
method in C++.- Specified by:
mergeFrom
in interfaceMessage.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<Constant.Builder>
-
mergeFrom
public Constant.Builder mergeFrom(Constant other)
-
isInitialized
public final boolean isInitialized()
Description copied from interface:MessageLiteOrBuilder
Returns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessageV3.Builder<Constant.Builder>
-
mergeFrom
public Constant.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Description copied from interface:MessageLite.Builder
LikeMessageLite.Builder.mergeFrom(CodedInputStream)
, but also parses extensions. The extensions that you want to be able to parse must be registered inextensionRegistry
. Extensions not in the registry will be treated as unknown fields.- Specified by:
mergeFrom
in interfaceMessage.Builder
- Specified by:
mergeFrom
in interfaceMessageLite.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<Constant.Builder>
- Throws:
java.io.IOException
-
getConstantKindCase
public Constant.ConstantKindCase getConstantKindCase()
- Specified by:
getConstantKindCase
in interfaceConstantOrBuilder
-
clearConstantKind
public Constant.Builder clearConstantKind()
-
hasNullValue
public boolean hasNullValue()
null value.
.google.protobuf.NullValue null_value = 1;
- Specified by:
hasNullValue
in interfaceConstantOrBuilder
- Returns:
- Whether the nullValue field is set.
-
getNullValueValue
public int getNullValueValue()
null value.
.google.protobuf.NullValue null_value = 1;
- Specified by:
getNullValueValue
in interfaceConstantOrBuilder
- Returns:
- The enum numeric value on the wire for nullValue.
-
setNullValueValue
public Constant.Builder setNullValueValue(int value)
null value.
.google.protobuf.NullValue null_value = 1;
- Parameters:
value
- The enum numeric value on the wire for nullValue to set.- Returns:
- This builder for chaining.
-
getNullValue
public NullValue getNullValue()
null value.
.google.protobuf.NullValue null_value = 1;
- Specified by:
getNullValue
in interfaceConstantOrBuilder
- Returns:
- The nullValue.
-
setNullValue
public Constant.Builder setNullValue(NullValue value)
null value.
.google.protobuf.NullValue null_value = 1;
- Parameters:
value
- The nullValue to set.- Returns:
- This builder for chaining.
-
clearNullValue
public Constant.Builder clearNullValue()
null value.
.google.protobuf.NullValue null_value = 1;
- Returns:
- This builder for chaining.
-
hasBoolValue
public boolean hasBoolValue()
boolean value.
bool bool_value = 2;
- Specified by:
hasBoolValue
in interfaceConstantOrBuilder
- Returns:
- Whether the boolValue field is set.
-
getBoolValue
public boolean getBoolValue()
boolean value.
bool bool_value = 2;
- Specified by:
getBoolValue
in interfaceConstantOrBuilder
- Returns:
- The boolValue.
-
setBoolValue
public Constant.Builder setBoolValue(boolean value)
boolean value.
bool bool_value = 2;
- Parameters:
value
- The boolValue to set.- Returns:
- This builder for chaining.
-
clearBoolValue
public Constant.Builder clearBoolValue()
boolean value.
bool bool_value = 2;
- Returns:
- This builder for chaining.
-
hasInt64Value
public boolean hasInt64Value()
int64 value.
int64 int64_value = 3;
- Specified by:
hasInt64Value
in interfaceConstantOrBuilder
- Returns:
- Whether the int64Value field is set.
-
getInt64Value
public long getInt64Value()
int64 value.
int64 int64_value = 3;
- Specified by:
getInt64Value
in interfaceConstantOrBuilder
- Returns:
- The int64Value.
-
setInt64Value
public Constant.Builder setInt64Value(long value)
int64 value.
int64 int64_value = 3;
- Parameters:
value
- The int64Value to set.- Returns:
- This builder for chaining.
-
clearInt64Value
public Constant.Builder clearInt64Value()
int64 value.
int64 int64_value = 3;
- Returns:
- This builder for chaining.
-
hasUint64Value
public boolean hasUint64Value()
uint64 value.
uint64 uint64_value = 4;
- Specified by:
hasUint64Value
in interfaceConstantOrBuilder
- Returns:
- Whether the uint64Value field is set.
-
getUint64Value
public long getUint64Value()
uint64 value.
uint64 uint64_value = 4;
- Specified by:
getUint64Value
in interfaceConstantOrBuilder
- Returns:
- The uint64Value.
-
setUint64Value
public Constant.Builder setUint64Value(long value)
uint64 value.
uint64 uint64_value = 4;
- Parameters:
value
- The uint64Value to set.- Returns:
- This builder for chaining.
-
clearUint64Value
public Constant.Builder clearUint64Value()
uint64 value.
uint64 uint64_value = 4;
- Returns:
- This builder for chaining.
-
hasDoubleValue
public boolean hasDoubleValue()
double value.
double double_value = 5;
- Specified by:
hasDoubleValue
in interfaceConstantOrBuilder
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()
double value.
double double_value = 5;
- Specified by:
getDoubleValue
in interfaceConstantOrBuilder
- Returns:
- The doubleValue.
-
setDoubleValue
public Constant.Builder setDoubleValue(double value)
double value.
double double_value = 5;
- Parameters:
value
- The doubleValue to set.- Returns:
- This builder for chaining.
-
clearDoubleValue
public Constant.Builder clearDoubleValue()
double value.
double double_value = 5;
- Returns:
- This builder for chaining.
-
hasStringValue
public boolean hasStringValue()
string value.
string string_value = 6;
- Specified by:
hasStringValue
in interfaceConstantOrBuilder
- Returns:
- Whether the stringValue field is set.
-
getStringValue
public java.lang.String getStringValue()
string value.
string string_value = 6;
- Specified by:
getStringValue
in interfaceConstantOrBuilder
- Returns:
- The stringValue.
-
getStringValueBytes
public ByteString getStringValueBytes()
string value.
string string_value = 6;
- Specified by:
getStringValueBytes
in interfaceConstantOrBuilder
- Returns:
- The bytes for stringValue.
-
setStringValue
public Constant.Builder setStringValue(java.lang.String value)
string value.
string string_value = 6;
- Parameters:
value
- The stringValue to set.- Returns:
- This builder for chaining.
-
clearStringValue
public Constant.Builder clearStringValue()
string value.
string string_value = 6;
- Returns:
- This builder for chaining.
-
setStringValueBytes
public Constant.Builder setStringValueBytes(ByteString value)
string value.
string string_value = 6;
- Parameters:
value
- The bytes for stringValue to set.- Returns:
- This builder for chaining.
-
hasBytesValue
public boolean hasBytesValue()
bytes value.
bytes bytes_value = 7;
- Specified by:
hasBytesValue
in interfaceConstantOrBuilder
- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
public ByteString getBytesValue()
bytes value.
bytes bytes_value = 7;
- Specified by:
getBytesValue
in interfaceConstantOrBuilder
- Returns:
- The bytesValue.
-
setBytesValue
public Constant.Builder setBytesValue(ByteString value)
bytes value.
bytes bytes_value = 7;
- Parameters:
value
- The bytesValue to set.- Returns:
- This builder for chaining.
-
clearBytesValue
public Constant.Builder clearBytesValue()
bytes value.
bytes bytes_value = 7;
- Returns:
- This builder for chaining.
-
hasDurationValue
@Deprecated public boolean hasDurationValue()
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
- Specified by:
hasDurationValue
in interfaceConstantOrBuilder
- Returns:
- Whether the durationValue field is set.
-
getDurationValue
@Deprecated public Duration getDurationValue()
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
- Specified by:
getDurationValue
in interfaceConstantOrBuilder
- Returns:
- The durationValue.
-
setDurationValue
@Deprecated public Constant.Builder setDurationValue(Duration value)
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
-
setDurationValue
@Deprecated public Constant.Builder setDurationValue(Duration.Builder builderForValue)
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
-
mergeDurationValue
@Deprecated public Constant.Builder mergeDurationValue(Duration value)
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
-
clearDurationValue
@Deprecated public Constant.Builder clearDurationValue()
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
-
getDurationValueBuilder
@Deprecated public Duration.Builder getDurationValueBuilder()
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
-
getDurationValueOrBuilder
@Deprecated public DurationOrBuilder getDurationValueOrBuilder()
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
- Specified by:
getDurationValueOrBuilder
in interfaceConstantOrBuilder
-
hasTimestampValue
@Deprecated public boolean hasTimestampValue()
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
- Specified by:
hasTimestampValue
in interfaceConstantOrBuilder
- Returns:
- Whether the timestampValue field is set.
-
getTimestampValue
@Deprecated public Timestamp getTimestampValue()
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
- Specified by:
getTimestampValue
in interfaceConstantOrBuilder
- Returns:
- The timestampValue.
-
setTimestampValue
@Deprecated public Constant.Builder setTimestampValue(Timestamp value)
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
-
setTimestampValue
@Deprecated public Constant.Builder setTimestampValue(Timestamp.Builder builderForValue)
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
-
mergeTimestampValue
@Deprecated public Constant.Builder mergeTimestampValue(Timestamp value)
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
-
clearTimestampValue
@Deprecated public Constant.Builder clearTimestampValue()
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
-
getTimestampValueBuilder
@Deprecated public Timestamp.Builder getTimestampValueBuilder()
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
-
getTimestampValueOrBuilder
@Deprecated public TimestampOrBuilder getTimestampValueOrBuilder()
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
- Specified by:
getTimestampValueOrBuilder
in interfaceConstantOrBuilder
-
setUnknownFields
public final Constant.Builder setUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.Builder
Set theUnknownFieldSet
for this message.- Specified by:
setUnknownFields
in interfaceMessage.Builder
- Overrides:
setUnknownFields
in classGeneratedMessageV3.Builder<Constant.Builder>
-
mergeUnknownFields
public final Constant.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.Builder
Merge some unknown fields into theUnknownFieldSet
for this message.- Specified by:
mergeUnknownFields
in interfaceMessage.Builder
- Overrides:
mergeUnknownFields
in classGeneratedMessageV3.Builder<Constant.Builder>
-
-