ProjectsLocationsIntegrationsExecutionsSuspensions
class ProjectsLocationsIntegrationsExecutionsSuspensions extends Resource (View source)
The "suspensions" collection of methods.
Typical usage is:
$integrationsService = new Google\Service\Integrations(...);
$suspensions = $integrationsService->projects_locations_integrations_executions_suspensions;
Methods
lift(string $name, GoogleCloudIntegrationsV1alphaLiftSuspensionRequest $postBody, array $optParams = [])
- Lifts suspension for the Suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task. (suspensions.lift)
listProjectsLocationsIntegrationsExecutionsSuspensions(string $parent, array $optParams = [])
- Lists suspensions associated with a specific execution. Only those with permissions to resolve the relevant suspensions will be able to view them.
resolve(string $name, GoogleCloudIntegrationsV1alphaResolveSuspensionRequest $postBody, array $optParams = [])
- Resolves (lifts/rejects) any number of suspensions. If the integration is already running, only the status of the suspension is updated. Otherwise, the suspended integration will begin execution again. (suspensions.resolve)
Details
GoogleCloudIntegrationsV1alphaLiftSuspensionResponse
lift(string $name, GoogleCloudIntegrationsV1alphaLiftSuspensionRequest $postBody, array $optParams = [])
- Lifts suspension for the Suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task. (suspensions.lift)
GoogleCloudIntegrationsV1alphaListSuspensionsResponse
listProjectsLocationsIntegrationsExecutionsSuspensions(string $parent, array $optParams = [])
- Lists suspensions associated with a specific execution. Only those with permissions to resolve the relevant suspensions will be able to view them.
(suspensions.listProjectsLocationsIntegrationsExecutionsSuspensions)
GoogleCloudIntegrationsV1alphaResolveSuspensionResponse
resolve(string $name, GoogleCloudIntegrationsV1alphaResolveSuspensionRequest $postBody, array $optParams = [])
- Resolves (lifts/rejects) any number of suspensions. If the integration is already running, only the status of the suspension is updated. Otherwise, the suspended integration will begin execution again. (suspensions.resolve)