Class ConnectionsClient

java.lang.Object
com.google.adk.tools.applicationintegrationtoolset.ConnectionsClient

public class ConnectionsClient extends Object
Utility class for interacting with the Google Cloud Connectors API.

This class provides methods to fetch connection details, schemas for entities and actions, and to generate OpenAPI specifications for creating tools based on these connections.

  • Constructor Details

    • ConnectionsClient

      public ConnectionsClient(String project, String location, String connection, com.google.adk.tools.applicationintegrationtoolset.IntegrationConnectorTool.HttpExecutor httpExecutor, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      Initializes the ConnectionsClient.
      Parameters:
      project - The Google Cloud project ID.
      location - The Google Cloud location (e.g., us-central1).
      connection - The connection name.
  • Method Details