public sealed class Instance.Types.ClientConnectionConfig : IMessage<Instance.Types.ClientConnectionConfig>, IEquatable<Instance.Types.ClientConnectionConfig>, IDeepCloneable<Instance.Types.ClientConnectionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class Instance.Types.ClientConnectionConfig.
[[["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-03-24 UTC."],[[["This documentation provides details for the `ClientConnectionConfig` class within the AlloyDB v1beta API, which is used for configuring client connection settings."],["The `ClientConnectionConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google.Protobuf framework."],["Two constructors are available for creating `ClientConnectionConfig` objects: a default constructor and a copy constructor that takes another `ClientConnectionConfig` instance as a parameter."],["The `ClientConnectionConfig` class includes properties such as `RequireConnectors`, a boolean to enforce connector-only connections, and `SslConfig` to set up SSL options."],["The latest version of the `ClientConnectionConfig` is 1.0.0-beta09, with a previous version at 1.0.0-beta08 also listed."]]],[]]