Cloud Bigtable V2 Client - Class RestoreSourceType (1.25.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class RestoreSourceType.

Indicates the type of the restore source.

Protobuf type google.bigtable.admin.v2.RestoreSourceType

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RESTORE_SOURCE_TYPE_UNSPECIFIED

Value: 0

No restore associated.

Generated from protobuf enum RESTORE_SOURCE_TYPE_UNSPECIFIED = 0;

BACKUP

Value: 1

A backup was used as the source of the restore.

Generated from protobuf enum BACKUP = 1;