class DeleteOperationRequest extends Message

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

Generated from protobuf message google.longrunning.DeleteOperationRequest

Methods

__construct()

No description

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 25
__construct()

at line 36
string getName()

The name of the operation resource to be deleted.

Generated from protobuf field string name = 1;

Return Value

string

at line 48
$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