public interface AttributeValueOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolValue()
A Boolean value represented by `true` or `false`.
|
long |
getIntValue()
A 64-bit signed integer.
|
TruncatableString |
getStringValue()
A string up to 256 bytes long.
|
TruncatableStringOrBuilder |
getStringValueOrBuilder()
A string up to 256 bytes long.
|
AttributeValue.ValueCase |
getValueCase() |
boolean |
hasStringValue()
A string up to 256 bytes long.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasStringValue()
A string up to 256 bytes long.
.google.devtools.cloudtrace.v2.TruncatableString string_value = 1;
TruncatableString getStringValue()
A string up to 256 bytes long.
.google.devtools.cloudtrace.v2.TruncatableString string_value = 1;
TruncatableStringOrBuilder getStringValueOrBuilder()
A string up to 256 bytes long.
.google.devtools.cloudtrace.v2.TruncatableString string_value = 1;
long getIntValue()
A 64-bit signed integer.
int64 int_value = 2;
boolean getBoolValue()
A Boolean value represented by `true` or `false`.
bool bool_value = 3;
AttributeValue.ValueCase getValueCase()