All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
    • Constructor Detail

      • Connections

        public Connections()
    • 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