Class Google_Service_Vault_Operations_Resource
The "operations" collection of methods. Typical usage is:
$vaultService = new Google_Service_Vault(...); $operations = $vaultService->operations;
- Google_Service_Resource
- Google_Service_Vault_Operations_Resource
Located at Vault.php
public
|
#
delete( string $name, array $optParams = array() )
Deletes a long-running operation. This method indicates that the client is no
longer interested in the operation result. It does not cancel the operation. If
the server doesn't support this method, it returns
|