CancelOperationRequest
class CancelOperationRequest extends Message
The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
Protobuf type Google\Longrunning\CancelOperationRequest
Methods
__construct()
No description
string
getName()
The name of the operation resource to be cancelled.
setName(string $var)
The name of the operation resource to be cancelled.
Details
at line 25
__construct()
at line 36
string
getName()
The name of the operation resource to be cancelled.
Generated from protobuf field string name = 1;
at line 47
setName(string $var)
The name of the operation resource to be cancelled.
Generated from protobuf field string name = 1;