DeleteOperationRequest
class DeleteOperationRequest extends Message
The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
Protobuf type Google\Longrunning\DeleteOperationRequest
Methods
__construct()
No description
string
getName()
The name of the operation resource to be deleted.
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;
at line 47
setName(string $var)
The name of the operation resource to be deleted.
Generated from protobuf field string name = 1;