Google Cloud Backup Dr V1 Client - Class BackupView (0.4.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class BackupView.

BackupView contains enum options for Partial and Full view.

Protobuf type google.cloud.backupdr.v1.BackupView

Namespace

Google \ Cloud \ BackupDR \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BACKUP_VIEW_UNSPECIFIED

Value: 0

If the value is not set, the default 'FULL' view is used.

Generated from protobuf enum BACKUP_VIEW_UNSPECIFIED = 0;

BACKUP_VIEW_BASIC

Value: 1

Includes basic data about the Backup, but not the full contents.

Generated from protobuf enum BACKUP_VIEW_BASIC = 1;

BACKUP_VIEW_FULL

Value: 2

Includes all data about the Backup.

This is the default value (for both ListBackups and GetBackup).

Generated from protobuf enum BACKUP_VIEW_FULL = 2;