Class ConnectorConfig (0.2.0)

public class ConnectorConfig

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.

Inheritance

Object > ConnectorConfig

Methods

equals(Object o)

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

getAdminServiceEndpoint()

public String getAdminServiceEndpoint()
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