Operations
class Operations extends Resource (View source)
The "operations" collection of methods.
Typical usage is:
$sqladminService = new Google\Service\SQLAdmin(...);
$operations = $sqladminService->operations;
Methods
Cancels an instance operation that has been performed on an instance.
Retrieves an instance operation that has been performed on an instance.
Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.
Details
SqladminEmpty
cancel(string $project, string $operation, array $optParams = [])
Cancels an instance operation that has been performed on an instance.
(operations.cancel)
Operation
get(string $project, string $operation, array $optParams = [])
Retrieves an instance operation that has been performed on an instance.
(operations.get)
OperationsListResponse
listOperations(string $project, array $optParams = [])
Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.
(operations.listOperations)