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 \ LongRunningMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
The name of the operation resource to be deleted.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
The name of the operation resource to be deleted. |
Returns | |
---|---|
Type | Description |
Google\LongRunning\DeleteOperationRequest |