Reference documentation and code samples for the Google Cloud Channel V1 Client class OperationMetadata.
Provides contextual information about a google.longrunning.Operation.
Generated from protobuf message google.cloud.channel.v1.OperationMetadata
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ operation_type |
int
The RPC that initiated this Long Running Operation. |
getOperationType
The RPC that initiated this Long Running Operation.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type OperationType. |
setOperationType
The RPC that initiated this Long Running Operation.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type OperationType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|