public sealed class ConfigSyncState : IMessage<ConfigSyncState>, IEquatable<ConfigSyncState>, IDeepCloneable<ConfigSyncState>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `ConfigSyncState` class within the `Google.Cloud.GkeHub.V1.ConfigManagement` namespace, providing state information for ConfigSync."],["The `ConfigSyncState` class is part of the `Google.Cloud.GkeHub.V1.dll` assembly and has been released in multiple versions, with the latest being 2.5.0, and going as far back as version 1.0.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["`ConfigSyncState` includes properties to describe the state of config sync deployments, versions, and sync processes, including `DeploymentState`, `SyncState`, and `Version`."],["The ConfigSyncState class provides two constructors, one default constructor, and another constructor that takes in another ConfigSyncState object."]]],[]]