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
Methods
__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.
Generated from protobuf field .google.cloud.channel.v1.OperationMetadata.OperationType operation_type = 1;
Returns | |
---|---|
Type | Description |
int |
setOperationType
The RPC that initiated this Long Running Operation.
Generated from protobuf field .google.cloud.channel.v1.OperationMetadata.OperationType operation_type = 1;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |