Operations
class Operations extends Resource (View source)
The "operations" collection of methods.
Typical usage is:
$deploymentmanagerService = new Google\Service\DeploymentManager(...);
$operations = $deploymentmanagerService->operations;
Methods
get(string $project, string $operation, array $optParams = [])
Gets information about a specific operation. (operations.get)
listOperations(string $project, array $optParams = [])
Lists all operations for a project. (operations.listOperations)
Details
Operation
get(string $project, string $operation, array $optParams = [])
Gets information about a specific operation. (operations.get)
OperationsListResponse
listOperations(string $project, array $optParams = [])
Lists all operations for a project. (operations.listOperations)