Package com.google.api.expr.v1alpha1
Interface ConstantOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Constant,Constant.Builder
public interface ConstantOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleangetBoolValue()boolean value.com.google.protobuf.ByteStringgetBytesValue()bytes value.Constant.ConstantKindCasegetConstantKindCase()doublegetDoubleValue()double value.com.google.protobuf.DurationgetDurationValue()Deprecated.com.google.protobuf.DurationOrBuildergetDurationValueOrBuilder()Deprecated.longgetInt64Value()int64 value.com.google.protobuf.NullValuegetNullValue()null value.intgetNullValueValue()null value.StringgetStringValue()string value.com.google.protobuf.ByteStringgetStringValueBytes()string value.com.google.protobuf.TimestampgetTimestampValue()Deprecated.com.google.protobuf.TimestampOrBuildergetTimestampValueOrBuilder()Deprecated.longgetUint64Value()uint64 value.booleanhasDurationValue()Deprecated.booleanhasTimestampValue()Deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNullValueValue
int getNullValueValue()
null value.
.google.protobuf.NullValue null_value = 1;
-
getNullValue
com.google.protobuf.NullValue getNullValue()
null value.
.google.protobuf.NullValue null_value = 1;
-
getBoolValue
boolean getBoolValue()
boolean value.
bool bool_value = 2;
-
getInt64Value
long getInt64Value()
int64 value.
int64 int64_value = 3;
-
getUint64Value
long getUint64Value()
uint64 value.
uint64 uint64_value = 4;
-
getDoubleValue
double getDoubleValue()
double value.
double double_value = 5;
-
getStringValue
String getStringValue()
string value.
string string_value = 6;
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
string value.
string string_value = 6;
-
getBytesValue
com.google.protobuf.ByteString getBytesValue()
bytes value.
bytes bytes_value = 7;
-
hasDurationValue
@Deprecated boolean hasDurationValue()
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
-
getDurationValue
@Deprecated com.google.protobuf.Duration getDurationValue()
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
-
getDurationValueOrBuilder
@Deprecated com.google.protobuf.DurationOrBuilder getDurationValueOrBuilder()
Deprecated.protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];
-
hasTimestampValue
@Deprecated boolean hasTimestampValue()
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
-
getTimestampValue
@Deprecated com.google.protobuf.Timestamp getTimestampValue()
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
-
getTimestampValueOrBuilder
@Deprecated com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
Deprecated.protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];
-
getConstantKindCase
Constant.ConstantKindCase getConstantKindCase()
-
-