public interface ConstantOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
boolean value.
|
com.google.protobuf.ByteString |
getBytesValue()
bytes value.
|
Constant.ConstantKindCase |
getConstantKindCase() |
double |
getDoubleValue()
double value.
|
com.google.protobuf.Duration |
getDurationValue()
Deprecated.
|
com.google.protobuf.DurationOrBuilder |
getDurationValueOrBuilder()
Deprecated.
|
long |
getInt64Value()
int64 value.
|
com.google.protobuf.NullValue |
getNullValue()
null value.
|
int |
getNullValueValue()
null value.
|
String |
getStringValue()
string value.
|
com.google.protobuf.ByteString |
getStringValueBytes()
string value.
|
com.google.protobuf.Timestamp |
getTimestampValue()
Deprecated.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampValueOrBuilder()
Deprecated.
|
long |
getUint64Value()
uint64 value.
|
boolean |
hasDurationValue()
Deprecated.
|
boolean |
hasTimestampValue()
Deprecated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getNullValueValue()
null value.
.google.protobuf.NullValue null_value = 1;com.google.protobuf.NullValue getNullValue()
null value.
.google.protobuf.NullValue null_value = 1;boolean getBoolValue()
boolean value.
bool bool_value = 2;long getInt64Value()
int64 value.
int64 int64_value = 3;long getUint64Value()
uint64 value.
uint64 uint64_value = 4;double getDoubleValue()
double value.
double double_value = 5;String getStringValue()
string value.
string string_value = 6;com.google.protobuf.ByteString getStringValueBytes()
string value.
string string_value = 6;com.google.protobuf.ByteString getBytesValue()
bytes value.
bytes bytes_value = 7;@Deprecated boolean hasDurationValue()
protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];@Deprecated com.google.protobuf.Duration getDurationValue()
protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];@Deprecated com.google.protobuf.DurationOrBuilder getDurationValueOrBuilder()
protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type.
.google.protobuf.Duration duration_value = 8 [deprecated = true];@Deprecated boolean hasTimestampValue()
protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];@Deprecated com.google.protobuf.Timestamp getTimestampValue()
protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];@Deprecated com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type.
.google.protobuf.Timestamp timestamp_value = 9 [deprecated = true];Constant.ConstantKindCase getConstantKindCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.