GlobalOrganizationOperations
class GlobalOrganizationOperations extends Resource (View source)
The "globalOrganizationOperations" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$globalOrganizationOperations = $computeService->globalOrganizationOperations;
Methods
Deletes the specified Operations resource.
Retrieves the specified Operations resource. Gets a list of operations by
making a list()
request. (globalOrganizationOperations.get)
Retrieves a list of Operation resources contained within the specified organization. (globalOrganizationOperations.listGlobalOrganizationOperations)
Details
delete(string $operation, array $optParams = [])
Deletes the specified Operations resource.
(globalOrganizationOperations.delete)
Operation
get(string $operation, array $optParams = [])
Retrieves the specified Operations resource. Gets a list of operations by
making a list()
request. (globalOrganizationOperations.get)
OperationList
listGlobalOrganizationOperations(array $optParams = [])
Retrieves a list of Operation resources contained within the specified organization. (globalOrganizationOperations.listGlobalOrganizationOperations)