Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class InvocationReference.
Represents a reference to a specific OpenTelemetry invocation.
Generated from protobuf message google.cloud.securitycenter.v2.InvocationReference
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ invocation_id |
string
The unique identifier of the invocation. |
getInvocationId
The unique identifier of the invocation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setInvocationId
The unique identifier of the invocation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|