Reference documentation and code samples for the Google Cloud Chronicle V1 Client class QueryRuntimeErrorMetadata.
Metadata for the error.
Generated from protobuf message google.cloud.chronicle.v1.QueryRuntimeError.QueryRuntimeErrorMetadata
Namespace
Google \ Cloud \ Chronicle \ V1 \ QueryRuntimeErrorMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
int
Metadata key. |
↳ value |
string
Metadata value. |
getKey
Metadata key.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type MetadataKey. |
setKey
Metadata key.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type MetadataKey. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
Metadata value.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
Metadata value.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|