class GlobalOrganizationOperations extends Resource (View source)

The "globalOrganizationOperations" collection of methods.

Typical usage is:

 $computeService = new Google\Service\Compute(...);
 $globalOrganizationOperations = $computeService->globalOrganizationOperations;

Methods

delete(string $operation, array $optParams = [])

Deletes the specified Operations resource.

get(string $operation, array $optParams = [])

Retrieves the specified Operations resource. Gets a list of operations by making a list() request. (globalOrganizationOperations.get)

listGlobalOrganizationOperations(array $optParams = [])

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)

Parameters

string $operation

Name of the Operations resource to delete, or its unique numeric identifier.

array $optParams

Optional parameters.

Exceptions

Exception

Operation get(string $operation, array $optParams = [])

Retrieves the specified Operations resource. Gets a list of operations by making a list() request. (globalOrganizationOperations.get)

Parameters

string $operation

Name of the Operations resource to return, or its unique numeric identifier.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

OperationList listGlobalOrganizationOperations(array $optParams = [])

Retrieves a list of Operation resources contained within the specified organization. (globalOrganizationOperations.listGlobalOrganizationOperations)

Parameters

array $optParams

Optional parameters.

Return Value

OperationList

Exceptions

Exception