Interface AttributeValueOrBuilder (2.41.0)

public interface AttributeValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolValue()

public abstract boolean getBoolValue()

A Boolean value represented by true or false.

bool bool_value = 3;

Returns
TypeDescription
boolean

The boolValue.

getIntValue()

public abstract long getIntValue()

A 64-bit signed integer.

int64 int_value = 2;

Returns
TypeDescription
long

The intValue.

getStringValue()

public abstract TruncatableString getStringValue()

A string up to 256 bytes long.

.google.devtools.cloudtrace.v2.TruncatableString string_value = 1;

Returns
TypeDescription
TruncatableString

The stringValue.

getStringValueOrBuilder()

public abstract TruncatableStringOrBuilder getStringValueOrBuilder()

A string up to 256 bytes long.

.google.devtools.cloudtrace.v2.TruncatableString string_value = 1;

Returns
TypeDescription
TruncatableStringOrBuilder

getValueCase()

public abstract AttributeValue.ValueCase getValueCase()
Returns
TypeDescription
AttributeValue.ValueCase

hasBoolValue()

public abstract boolean hasBoolValue()

A Boolean value represented by true or false.

bool bool_value = 3;

Returns
TypeDescription
boolean

Whether the boolValue field is set.

hasIntValue()

public abstract boolean hasIntValue()

A 64-bit signed integer.

int64 int_value = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the stringValue field is set.