[[["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-09-04 UTC."],[],[],null,["# Google Cloud Gke Hub V1 Client - Class SyncCode (1.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.6 (latest)](/php/docs/reference/cloud-gke-hub/latest/ConfigManagement.V1.SyncState.SyncCode)\n- [1.0.5](/php/docs/reference/cloud-gke-hub/1.0.5/ConfigManagement.V1.SyncState.SyncCode)\n- [0.10.0](/php/docs/reference/cloud-gke-hub/0.10.0/ConfigManagement.V1.SyncState.SyncCode)\n- [0.9.5](/php/docs/reference/cloud-gke-hub/0.9.5/ConfigManagement.V1.SyncState.SyncCode)\n- [0.8.2](/php/docs/reference/cloud-gke-hub/0.8.2/ConfigManagement.V1.SyncState.SyncCode)\n- [0.7.1](/php/docs/reference/cloud-gke-hub/0.7.1/ConfigManagement.V1.SyncState.SyncCode)\n- [0.6.3](/php/docs/reference/cloud-gke-hub/0.6.3/ConfigManagement.V1.SyncState.SyncCode)\n- [0.5.6](/php/docs/reference/cloud-gke-hub/0.5.6/ConfigManagement.V1.SyncState.SyncCode) \nReference documentation and code samples for the Google Cloud Gke Hub V1 Client class SyncCode.\n\nAn enum representing Config Sync's status of syncing configs to a cluster.\n\nProtobuf type `google.cloud.gkehub.configmanagement.v1.SyncState.SyncCode`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ GkeHub \\\\ ConfigManagement \\\\ V1 \\\\ SyncState\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### SYNC_CODE_UNSPECIFIED\n\n Value: 0\n\nConfig Sync cannot determine a sync code\n\nGenerated from protobuf enum `SYNC_CODE_UNSPECIFIED = 0;`\n\n### SYNCED\n\n Value: 1\n\nConfig Sync successfully synced the git Repo with the cluster\n\nGenerated from protobuf enum `SYNCED = 1;`\n\n### PENDING\n\n Value: 2\n\nConfig Sync is in the progress of syncing a new change\n\nGenerated from protobuf enum `PENDING = 2;`\n\n### ERROR\n\n Value: 3\n\nIndicates an error configuring Config Sync, and user action is required\n\nGenerated from protobuf enum `ERROR = 3;`\n\n### NOT_CONFIGURED\n\n Value: 4\n\nConfig Sync has been installed but not configured\n\nGenerated from protobuf enum `NOT_CONFIGURED = 4;`\n\n### NOT_INSTALLED\n\n Value: 5\n\nConfig Sync has not been installed\n\nGenerated from protobuf enum `NOT_INSTALLED = 5;`\n\n### UNAUTHORIZED\n\n Value: 6\n\nError authorizing with the cluster\n\nGenerated from protobuf enum `UNAUTHORIZED = 6;`\n\n### UNREACHABLE\n\n Value: 7\n\nCluster could not be reached\n\nGenerated from protobuf enum `UNREACHABLE = 7;`"]]