target.apidocs.com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.IntegrationsOperations.Executions.html Maven / Gradle / Ivy
Integrations.Projects.Locations.IntegrationsOperations.Executions (Application Integration API v1alpha-rev20230117-2.0.0)
com.google.api.services.integrations.v1alpha
Class Integrations.Projects.Locations.IntegrationsOperations.Executions
- java.lang.Object
-
- com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.IntegrationsOperations.Executions
-
- Enclosing class:
- Integrations.Projects.Locations.IntegrationsOperations
public class Integrations.Projects.Locations.IntegrationsOperations.Executions
extends Object
The "executions" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Integrations.Projects.Locations.IntegrationsOperations.Executions.List
class
Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions
The "suspensions" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Executions()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Integrations.Projects.Locations.IntegrationsOperations.Executions.List
list(String parent)
Lists the results of all the integration executions.
Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions
suspensions()
An accessor for creating requests from the Suspensions collection.
-
-
Method Detail
-
list
public Integrations.Projects.Locations.IntegrationsOperations.Executions.List list(String parent)
throws IOException
Lists the results of all the integration executions. The response includes the same information
as the [execution log](https://cloud.google.com/application-integration/docs/viewing-logs) in the
Integration UI.
Create a request for the method "executions.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. The parent resource name of the integration execution.
- Returns:
- the request
- Throws:
IOException
-
suspensions
public Integrations.Projects.Locations.IntegrationsOperations.Executions.Suspensions suspensions()
An accessor for creating requests from the Suspensions collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.Suspensions.List request = integrations.suspensions().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy