[[["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 Backup V1 Client - Class State (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-gke-backup/latest/V1.Restore.State)\n- [1.2.0](/php/docs/reference/cloud-gke-backup/1.2.0/V1.Restore.State)\n- [1.0.3](/php/docs/reference/cloud-gke-backup/1.0.3/V1.Restore.State)\n- [0.8.1](/php/docs/reference/cloud-gke-backup/0.8.1/V1.Restore.State)\n- [0.7.2](/php/docs/reference/cloud-gke-backup/0.7.2/V1.Restore.State)\n- [0.6.0](/php/docs/reference/cloud-gke-backup/0.6.0/V1.Restore.State)\n- [0.5.3](/php/docs/reference/cloud-gke-backup/0.5.3/V1.Restore.State)\n- [0.4.0](/php/docs/reference/cloud-gke-backup/0.4.0/V1.Restore.State)\n- [0.3.1](/php/docs/reference/cloud-gke-backup/0.3.1/V1.Restore.State)\n- [0.2.0](/php/docs/reference/cloud-gke-backup/0.2.0/V1.Restore.State)\n- [0.1.7](/php/docs/reference/cloud-gke-backup/0.1.7/V1.Restore.State) \nReference documentation and code samples for the Google Cloud Gke Backup V1 Client class State.\n\nPossible values for state of the Restore.\n\nProtobuf type `google.cloud.gkebackup.v1.Restore.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ GkeBackup \\\\ V1 \\\\ Restore\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nThe Restore resource is in the process of being created.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nThe Restore resource has been created and the associated RestoreJob\nKubernetes resource has been injected into target cluster.\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### IN_PROGRESS\n\n Value: 2\n\nThe gkebackup agent in the cluster has begun executing the restore\noperation.\n\nGenerated from protobuf enum `IN_PROGRESS = 2;`\n\n### SUCCEEDED\n\n Value: 3\n\nThe restore operation has completed successfully. Restored workloads may\nnot yet be operational.\n\nGenerated from protobuf enum `SUCCEEDED = 3;`\n\n### FAILED\n\n Value: 4\n\nThe restore operation has failed.\n\nGenerated from protobuf enum `FAILED = 4;`\n\n### DELETING\n\n Value: 5\n\nThis Restore resource is in the process of being deleted.\n\nGenerated from protobuf enum `DELETING = 5;`\n\n### VALIDATING\n\n Value: 6\n\nThe Kubernetes resources created by this Restore are being\nvalidated.\n\nGenerated from protobuf enum `VALIDATING = 6;`"]]