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-03-21 UTC."],[[["The webpage provides documentation for the `ConfigConnectorConfig` class within the `Google.Cloud.Container.V1` namespace, specifically version 2.7.0 of the library, and provides links to many previous versions as well."],["`ConfigConnectorConfig` is used to manage configuration options for the Config Connector add-on in a Kubernetes cluster."],["The `ConfigConnectorConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all from the Protobuf library, and inherits members from the base `Object` class."],["It contains a constructor for creating a new `ConfigConnectorConfig` object, as well as another to clone it, and a Boolean property named `Enabled` which determines whether the Cloud Config Connector is turned on."],["The latest available version of the documentation for the `ConfigConnectorConfig` is 3.33.0, while the current page focuses on the 2.7.0 version."]]],[]]