Class ConnectorConfig (1.15.0)

public class ConnectorConfig

ConnectorConfig is an immutable configuration value object that holds the entire configuration of a Cloud SQL Connector that may be used to connect to multiple Cloud SQL Instances.

Inheritance

Object > ConnectorConfig

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getAdminRootUrl()

public String getAdminRootUrl()
Returns
TypeDescription
String

getAdminServicePath()

public String getAdminServicePath()
Returns
TypeDescription
String

getDelegates()

public List<String> getDelegates()
Returns
TypeDescription
List<String>

getGoogleCredentials()

public GoogleCredentials getGoogleCredentials()
Returns
TypeDescription
com.google.auth.oauth2.GoogleCredentials

getGoogleCredentialsPath()

public String getGoogleCredentialsPath()
Returns
TypeDescription
String

getGoogleCredentialsSupplier()

public Supplier<GoogleCredentials> getGoogleCredentialsSupplier()
Returns
TypeDescription
Supplier<com.google.auth.oauth2.GoogleCredentials>

getTargetPrincipal()

public String getTargetPrincipal()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides