Google LongRunning Client - Class CancelOperationRequest (0.3.0)

Reference documentation and code samples for the Google LongRunning Client class CancelOperationRequest.

The request message for Operations.CancelOperation.

Generated from protobuf message google.longrunning.CancelOperationRequest

Namespace

Google \ LongRunning

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the operation resource to be cancelled.

getName

The name of the operation resource to be cancelled.

Returns
TypeDescription
string

setName

The name of the operation resource to be cancelled.

Parameter
NameDescription
var string
Returns
TypeDescription
$this