public interface AttributeValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoolValue()
public abstract boolean getBoolValue() A Boolean value represented by true or false.
bool bool_value = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The boolValue. |
getIntValue()
public abstract long getIntValue()A 64-bit signed integer.
int64 int_value = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
TruncatableStringOrBuilder |
|
getValueCase()
public abstract AttributeValue.ValueCase getValueCase()| Returns | |
|---|---|
| Type | Description |
AttributeValue.ValueCase |
|
hasBoolValue()
public abstract boolean hasBoolValue() A Boolean value represented by true or false.
bool bool_value = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the boolValue field is set. |
hasIntValue()
public abstract boolean hasIntValue()A 64-bit signed integer.
int64 int_value = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringValue field is set. |