ProjectsZonesOperations
class ProjectsZonesOperations extends Resource (View source)
The "operations" collection of methods.
Typical usage is:
$containerService = new Google\Service\Container(...);
$operations = $containerService->projects_zones_operations;
Methods
cancel(string $projectId, string $zone, string $operationId, CancelOperationRequest $postBody, array $optParams = [])
Cancels the specified operation. (operations.cancel)
get(string $projectId, string $zone, string $operationId, array $optParams = [])
Gets the specified operation. (operations.get)
listProjectsZonesOperations(string $projectId, string $zone, array $optParams = [])
Lists all operations in a project in a specific zone or all zones.
Details
ContainerEmpty
cancel(string $projectId, string $zone, string $operationId, CancelOperationRequest $postBody, array $optParams = [])
Cancels the specified operation. (operations.cancel)
Operation
get(string $projectId, string $zone, string $operationId, array $optParams = [])
Gets the specified operation. (operations.get)
ListOperationsResponse
listProjectsZonesOperations(string $projectId, string $zone, array $optParams = [])
Lists all operations in a project in a specific zone or all zones.
(operations.listProjectsZonesOperations)