Reference documentation and code samples for the Stackdriver Trace V2 Client class AttributeValue.
The allowed types for [VALUE]
in a [KEY]:[VALUE]
attribute.
Generated from protobuf message google.devtools.cloudtrace.v2.AttributeValue
Namespace
Google \ Cloud \ Trace \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ string_value |
TruncatableString
A string up to 256 bytes long. |
↳ int_value |
int|string
A 64-bit signed integer. |
↳ bool_value |
bool
A Boolean value represented by |
getStringValue
A string up to 256 bytes long.
Returns | |
---|---|
Type | Description |
TruncatableString|null |
hasStringValue
setStringValue
A string up to 256 bytes long.
Parameter | |
---|---|
Name | Description |
var |
TruncatableString
|
Returns | |
---|---|
Type | Description |
$this |
getIntValue
A 64-bit signed integer.
Returns | |
---|---|
Type | Description |
int|string |
hasIntValue
setIntValue
A 64-bit signed integer.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getBoolValue
A Boolean value represented by true
or false
.
Returns | |
---|---|
Type | Description |
bool |
hasBoolValue
setBoolValue
A Boolean value represented by true
or false
.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getValue
Returns | |
---|---|
Type | Description |
string |