Resource: Backup
The details of a backup resource.
| JSON representation | 
|---|
{ "name": string, "createTime": string, "endTime": string, "state": enum (  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Immutable. The relative resource name of the backup, in the following form: 
  | 
              
createTime | 
                
                   
 Output only. The time when the backup was started. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:   | 
              
endTime | 
                
                   
 Output only. The time when the backup finished creating. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:   | 
              
state | 
                
                   
 Output only. The current state of the backup.  | 
              
serviceRevision | 
                
                   
 Output only. The revision of the service at the time of backup.  | 
              
description | 
                
                   
 The description of the backup.  | 
              
restoringServices[] | 
                
                   
 Output only. Services that are restoring from the backup.  | 
              
State
The current state of the backup.
| Enums | |
|---|---|
STATE_UNSPECIFIED | 
                The state of the backup is unknown. | 
CREATING | 
                The backup is being created. | 
DELETING | 
                The backup is being deleted. | 
ACTIVE | 
                The backup is active and ready to use. | 
FAILED | 
                The backup failed. | 
RESTORING | 
                The backup is being restored. | 
Methods | 
            |
|---|---|
                
 | 
              Creates a new backup in a given project and location. | 
                
 | 
              Deletes a single backup. | 
                
 | 
              Gets details of a single backup. | 
                
 | 
              Gets the access control policy for a resource. | 
                
 | 
              Lists backups in a service. | 
                
 | 
              Sets the access control policy on the specified resource. |