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
Name Description
o Object
Returns
Type Description
boolean
Overrides

getAdminServiceEndpoint()

public String getAdminServiceEndpoint()
Returns
Type Description
String

getDelegates()

public List<String> getDelegates()
Returns
Type Description
List<String>

getGoogleCredentials()

public GoogleCredentials getGoogleCredentials()
Returns
Type Description
com.google.auth.oauth2.GoogleCredentials

getGoogleCredentialsPath()

public String getGoogleCredentialsPath()
Returns
Type Description
String

getGoogleCredentialsSupplier()

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

getTargetPrincipal()

public String getTargetPrincipal()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides