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, String serviceAccountJson, HttpClient httpClient, CredentialsHelper credentialsHelper, 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.
    • ConnectionsClient

      public ConnectionsClient(String project, String location, String connection, HttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details