Google LongRunning Client - Class DeleteOperationRequest (0.2.6)

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

The request message for Operations.DeleteOperation.

Generated from protobuf message google.longrunning.DeleteOperationRequest

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 deleted.

getName

The name of the operation resource to be deleted.

Returns
TypeDescription
string

setName

The name of the operation resource to be deleted.

Parameter
NameDescription
var string
Returns
TypeDescription
$this