target.apidocs.com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.html Maven / Gradle / Ivy
Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions (Application Integration API v1alpha-rev20230117-2.0.0)
com.google.api.services.integrations.v1alpha
Class Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions
- java.lang.Object
-
- com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions
-
- Enclosing class:
- Integrations.Projects.Locations.IntegrationsOperations.Executions
public class Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions
extends Object
The "suspensions" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.Lift
class
Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.List
class
Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.Resolve
-
Constructor Summary
Constructors
Constructor and Description
Suspensions()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.Lift
lift(String name,
GoogleCloudIntegrationsV1alphaLiftSuspensionRequest content)
* Lifts suspension for advanced suspension task.
Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.List
list(String parent)
* Lists suspensions associated with a specific execution.
Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.Resolve
resolve(String name,
GoogleCloudIntegrationsV1alphaResolveSuspensionRequest content)
* Resolves (lifts/rejects) any number of suspensions.
-
-
Method Detail
-
lift
public Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.Lift lift(String name,
GoogleCloudIntegrationsV1alphaLiftSuspensionRequest content)
throws IOException
* Lifts suspension for advanced suspension task. Fetch corresponding suspension with provided
suspension Id, resolve suspension, and set up suspension result for the Suspension Task.
Create a request for the method "suspensions.lift".
This request holds the parameters needed by the integrations server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. The resource that the suspension belongs to. "projects/{project}/locations/{location}/prod
ucts/{product}/integrations/{integration}/executions/{execution}/suspensions/{suspenion}"
format.
content - the GoogleCloudIntegrationsV1alphaLiftSuspensionRequest
- Returns:
- the request
- Throws:
IOException
-
list
public Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.List list(String parent)
throws IOException
* Lists suspensions associated with a specific execution. Only those with permissions to resolve
the relevant suspensions will be able to view them.
Create a request for the method "suspensions.list".
This request holds the parameters needed by the integrations server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integratio
n_name}/executions/{execution_name}
- Returns:
- the request
- Throws:
IOException
-
resolve
public Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions.Resolve resolve(String name,
GoogleCloudIntegrationsV1alphaResolveSuspensionRequest content)
throws IOException
* 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.
Create a request for the method "suspensions.resolve".
This request holds the parameters needed by the integrations server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integratio
n_name}/executions/{execution_name}/suspensions/{suspension_id}
content - the GoogleCloudIntegrationsV1alphaResolveSuspensionRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy