Class ConnectorConfig

java.lang.Object
com.google.cloud.alloydb.ConnectorConfig

public class ConnectorConfig extends Object
ConnectorConfig is an immutable configuration value object that holds the entire configuration of a AlloyDB Connector that may be used to connect to multiple AlloyDB Instances.
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTargetPrincipal

      public String getTargetPrincipal()
    • getDelegates

      public List<String> getDelegates()
    • getAdminServiceEndpoint

      public String getAdminServiceEndpoint()
    • getGoogleCredentialsSupplier

      public Supplier<com.google.auth.oauth2.GoogleCredentials> getGoogleCredentialsSupplier()
    • getGoogleCredentials

      public com.google.auth.oauth2.GoogleCredentials getGoogleCredentials()
    • getGoogleCredentialsPath

      public String getGoogleCredentialsPath()
    • getQuotaProject

      public String getQuotaProject()