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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["`ConnectorConfig` is an immutable configuration object used for connecting to multiple AlloyDB instances."],["This class inherits properties and methods from the `Object` class, including `clone`, `equals`, `hashCode` and `toString`."],["The `equals(Object o)` method overrides the parent `Object` class and is used to compare `ConnectorConfig` objects, with a return of boolean."],["Methods such as `getAdminServiceEndpoint`, `getDelegates`, `getGoogleCredentials`, `getGoogleCredentialsPath`, `getGoogleCredentialsSupplier`, and `getTargetPrincipal` are available for retrieving configuration details."],["The `hashCode()` method, which also overrides the `Object` class version, is used for hashing the `ConnectorConfig` object, and returns an integer value."]]],[]]