Reference documentation and code samples for the Google Cloud Net App V1 Client class State.
The Backup States
Protobuf typegoogle.cloud.netapp.v1.Backup.State
Namespace
Google \ Cloud \ NetApp \ V1 \ Backup
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
State not set.
Generated from protobuf enumSTATE_UNSPECIFIED = 0;
CREATING
Value: 1
Backup is being created. While in this state, the snapshot for the backup
point-in-time may not have been created yet, and so the point-in-time may
not have been fixed.
Generated from protobuf enumCREATING = 1;
UPLOADING
Value: 2
Backup is being uploaded. While in this state, none of the writes to the
volume will be included in the backup.
Generated from protobuf enumUPLOADING = 2;
READY
Value: 3
Backup is available for use.
Generated from protobuf enumREADY = 3;
DELETING
Value: 4
Backup is being deleted.
Generated from protobuf enumDELETING = 4;
ERROR
Value: 5
Backup is not valid and cannot be used for creating new volumes or
restoring existing volumes.
[[["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 Net App V1 Client - Class State (1.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.1 (latest)](/php/docs/reference/cloud-netapp/latest/V1.Backup.State)\n- [1.6.0](/php/docs/reference/cloud-netapp/1.6.0/V1.Backup.State)\n- [1.4.0](/php/docs/reference/cloud-netapp/1.4.0/V1.Backup.State)\n- [1.3.1](/php/docs/reference/cloud-netapp/1.3.1/V1.Backup.State)\n- [1.2.1](/php/docs/reference/cloud-netapp/1.2.1/V1.Backup.State)\n- [1.1.1](/php/docs/reference/cloud-netapp/1.1.1/V1.Backup.State)\n- [1.0.1](/php/docs/reference/cloud-netapp/1.0.1/V1.Backup.State)\n- [0.3.1](/php/docs/reference/cloud-netapp/0.3.1/V1.Backup.State)\n- [0.2.6](/php/docs/reference/cloud-netapp/0.2.6/V1.Backup.State)\n- [0.1.1](/php/docs/reference/cloud-netapp/0.1.1/V1.Backup.State) \nReference documentation and code samples for the Google Cloud Net App V1 Client class State.\n\nThe Backup States\n\nProtobuf type `google.cloud.netapp.v1.Backup.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetApp \\\\ V1 \\\\ Backup\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nState not set.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nBackup is being created. While in this state, the snapshot for the backup\npoint-in-time may not have been created yet, and so the point-in-time may\nnot have been fixed.\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### UPLOADING\n\n Value: 2\n\nBackup is being uploaded. While in this state, none of the writes to the\nvolume will be included in the backup.\n\nGenerated from protobuf enum `UPLOADING = 2;`\n\n### READY\n\n Value: 3\n\nBackup is available for use.\n\nGenerated from protobuf enum `READY = 3;`\n\n### DELETING\n\n Value: 4\n\nBackup is being deleted.\n\nGenerated from protobuf enum `DELETING = 4;`\n\n### ERROR\n\n Value: 5\n\nBackup is not valid and cannot be used for creating new volumes or\nrestoring existing volumes.\n\nGenerated from protobuf enum `ERROR = 5;`\n\n### UPDATING\n\n Value: 6\n\nBackup is being updated.\n\nGenerated from protobuf enum `UPDATING = 6;`"]]