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