class DeleteOperationRequest extends Message

The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].

Generated from protobuf message google.longrunning.DeleteOperationRequest

Methods

__construct(array $data = NULL)

Constructor.

string
getName()

The name of the operation resource to be deleted.

$this
setName(string $var)

The name of the operation resource to be deleted.

Details

at line 35
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type string $name
      The name of the operation resource to be deleted.

}

at line 46
string getName()

The name of the operation resource to be deleted.

Generated from protobuf field string name = 1;

Return Value

string

at line 58
$this setName(string $var)

The name of the operation resource to be deleted.

Generated from protobuf field string name = 1;

Parameters

string $var

Return Value

$this