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)

Parameters

string $project

The project ID for this request.

string $operation

The name of the operation for this request.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

OperationsListResponse listOperations(string $project, array $optParams = [])

Lists all operations for a project. (operations.listOperations)

Parameters

string $project

The project ID for this request.

array $optParams

Optional parameters.

Return Value

OperationsListResponse

Exceptions

Exception