public sealed class ConfigConnectorConfig : IMessage<ConfigConnectorConfig>, IEquatable<ConfigConnectorConfig>, IDeepCloneable<ConfigConnectorConfig>, IBufferMessage, IMessage
Configuration options for the Config Connector add-on.
[[["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-09 UTC."],[[["The webpage provides documentation for the `ConfigConnectorConfig` class within the `Google.Cloud.Container.V1` namespace, specifically detailing its implementation and available versions."],["The latest version of `ConfigConnectorConfig` is 3.33.0, and the page provides access to documentation for versions ranging from 3.33.0 down to 2.3.0."],["`ConfigConnectorConfig` is a class that represents the configuration options for the Config Connector add-on, implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ConfigConnectorConfig` has two constructors: a default one, and another to duplicate an existing object, and has one property `Enabled`, which is used to determine if the Cloud Connector is enabled."],["The inherited members from `Object` class are shown and they include methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]