target.apidocs.com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.Connections.html Maven / Gradle / Ivy
Integrations.Projects.Locations.Connections (Application Integration API v1alpha-rev20230117-2.0.0)
com.google.api.services.integrations.v1alpha
Class Integrations.Projects.Locations.Connections
- java.lang.Object
-
- com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.Connections
-
- Enclosing class:
- Integrations.Projects.Locations
public class Integrations.Projects.Locations.Connections
extends Object
The "connections" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Integrations.Projects.Locations.Connections.GetConnectionSchemaMetadata
class
Integrations.Projects.Locations.Connections.List
class
Integrations.Projects.Locations.Connections.RuntimeActionSchemas
The "runtimeActionSchemas" collection of methods.
class
Integrations.Projects.Locations.Connections.RuntimeEntitySchemas
The "runtimeEntitySchemas" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Connections()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Integrations.Projects.Locations.Connections.GetConnectionSchemaMetadata
getConnectionSchemaMetadata(String name)
Lists the available entities and actions associated with a Connection.
Integrations.Projects.Locations.Connections.List
list(String parent)
Lists Connections in a given project and location.
Integrations.Projects.Locations.Connections.RuntimeActionSchemas
runtimeActionSchemas()
An accessor for creating requests from the RuntimeActionSchemas collection.
Integrations.Projects.Locations.Connections.RuntimeEntitySchemas
runtimeEntitySchemas()
An accessor for creating requests from the RuntimeEntitySchemas collection.
-
-
Method Detail
-
getConnectionSchemaMetadata
public Integrations.Projects.Locations.Connections.GetConnectionSchemaMetadata getConnectionSchemaMetadata(String name)
throws IOException
Lists the available entities and actions associated with a Connection.
Create a request for the method "connections.getConnectionSchemaMetadata".
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. ConnectionSchemaMetadata name. Format:
projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata
- Returns:
- the request
- Throws:
IOException
-
list
public Integrations.Projects.Locations.Connections.List list(String parent)
throws IOException
Lists Connections in a given project and location.
Create a request for the method "connections.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. Parent resource of the Connection, of the form: `projects/locations`
- Returns:
- the request
- Throws:
IOException
-
runtimeActionSchemas
public Integrations.Projects.Locations.Connections.RuntimeActionSchemas runtimeActionSchemas()
An accessor for creating requests from the RuntimeActionSchemas collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.RuntimeActionSchemas.List request = integrations.runtimeActionSchemas().list(parameters ...)
- Returns:
- the resource collection
-
runtimeEntitySchemas
public Integrations.Projects.Locations.Connections.RuntimeEntitySchemas runtimeEntitySchemas()
An accessor for creating requests from the RuntimeEntitySchemas collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.RuntimeEntitySchemas.List request = integrations.runtimeEntitySchemas().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy