public interface AttributeValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoolValue()
public abstract boolean getBoolValue() A Boolean value represented by true or false.
bool bool_value = 3;
| Type | Description |
| boolean | The boolValue. |
getIntValue()
public abstract long getIntValue()A 64-bit signed integer.
int64 int_value = 2;
| Type | Description |
| long | The intValue. |
getStringValue()
public abstract TruncatableString getStringValue()A string up to 256 bytes long.
.google.devtools.cloudtrace.v2.TruncatableString string_value = 1;
| Type | Description |
| TruncatableString | The stringValue. |
getStringValueOrBuilder()
public abstract TruncatableStringOrBuilder getStringValueOrBuilder()A string up to 256 bytes long.
.google.devtools.cloudtrace.v2.TruncatableString string_value = 1;
| Type | Description |
| TruncatableStringOrBuilder |
getValueCase()
public abstract AttributeValue.ValueCase getValueCase()| Type | Description |
| AttributeValue.ValueCase |
hasBoolValue()
public abstract boolean hasBoolValue() A Boolean value represented by true or false.
bool bool_value = 3;
| Type | Description |
| boolean | Whether the boolValue field is set. |
hasIntValue()
public abstract boolean hasIntValue()A 64-bit signed integer.
int64 int_value = 2;
| Type | Description |
| boolean | Whether the intValue field is set. |
hasStringValue()
public abstract boolean hasStringValue()A string up to 256 bytes long.
.google.devtools.cloudtrace.v2.TruncatableString string_value = 1;
| Type | Description |
| boolean | Whether the stringValue field is set. |