target.apidocs.com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.html Maven / Gradle / Ivy
Integrations.Projects.Locations (Application Integration API v1alpha-rev20230117-2.0.0)
com.google.api.services.integrations.v1alpha
Class Integrations.Projects.Locations
- java.lang.Object
-
- com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations
-
- Enclosing class:
- Integrations.Projects
public class Integrations.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Integrations.Projects.Locations.AppsScriptProjects
The "appsScriptProjects" collection of methods.
class
Integrations.Projects.Locations.AuthConfigs
The "authConfigs" collection of methods.
class
Integrations.Projects.Locations.Certificates
The "certificates" collection of methods.
class
Integrations.Projects.Locations.Connections
The "connections" collection of methods.
class
Integrations.Projects.Locations.IntegrationsOperations
The "integrations" collection of methods.
class
Integrations.Projects.Locations.ListTaskEntities
class
Integrations.Projects.Locations.Products
The "products" collection of methods.
class
Integrations.Projects.Locations.SfdcInstances
The "sfdcInstances" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Integrations.Projects.Locations.AppsScriptProjects
appsScriptProjects()
An accessor for creating requests from the AppsScriptProjects collection.
Integrations.Projects.Locations.AuthConfigs
authConfigs()
An accessor for creating requests from the AuthConfigs collection.
Integrations.Projects.Locations.Certificates
certificates()
An accessor for creating requests from the Certificates collection.
Integrations.Projects.Locations.Connections
connections()
An accessor for creating requests from the Connections collection.
Integrations.Projects.Locations.IntegrationsOperations
integrations()
An accessor for creating requests from the IntegrationsOperations collection.
Integrations.Projects.Locations.ListTaskEntities
listTaskEntities(String parent)
This is a UI only method and will be moved away.
Integrations.Projects.Locations.Products
products()
An accessor for creating requests from the Products collection.
Integrations.Projects.Locations.SfdcInstances
sfdcInstances()
An accessor for creating requests from the SfdcInstances collection.
-
-
Method Detail
-
listTaskEntities
public Integrations.Projects.Locations.ListTaskEntities listTaskEntities(String parent)
throws IOException
This is a UI only method and will be moved away. Returns a list of common tasks.
Create a request for the method "locations.listTaskEntities".
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 location resource of the request. This is not going to be used but preserve the field
for future.
- Returns:
- the request
- Throws:
IOException
-
appsScriptProjects
public Integrations.Projects.Locations.AppsScriptProjects appsScriptProjects()
An accessor for creating requests from the AppsScriptProjects collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.AppsScriptProjects.List request = integrations.appsScriptProjects().list(parameters ...)
- Returns:
- the resource collection
-
authConfigs
public Integrations.Projects.Locations.AuthConfigs authConfigs()
An accessor for creating requests from the AuthConfigs collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.AuthConfigs.List request = integrations.authConfigs().list(parameters ...)
- Returns:
- the resource collection
-
certificates
public Integrations.Projects.Locations.Certificates certificates()
An accessor for creating requests from the Certificates collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.Certificates.List request = integrations.certificates().list(parameters ...)
- Returns:
- the resource collection
-
connections
public Integrations.Projects.Locations.Connections connections()
An accessor for creating requests from the Connections collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.Connections.List request = integrations.connections().list(parameters ...)
- Returns:
- the resource collection
-
integrations
public Integrations.Projects.Locations.IntegrationsOperations integrations()
An accessor for creating requests from the IntegrationsOperations collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.IntegrationsOperations.List request = integrations.integrations().list(parameters ...)
- Returns:
- the resource collection
-
products
public Integrations.Projects.Locations.Products products()
An accessor for creating requests from the Products collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.Products.List request = integrations.products().list(parameters ...)
- Returns:
- the resource collection
-
sfdcInstances
public Integrations.Projects.Locations.SfdcInstances sfdcInstances()
An accessor for creating requests from the SfdcInstances collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.SfdcInstances.List request = integrations.sfdcInstances().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy