Cloud Spanner V1 Client - Class RestoreSourceType (1.61.0)

Reference documentation and code samples for the Cloud Spanner V1 Client class RestoreSourceType.

Indicates the type of the restore source.

Protobuf type google.spanner.admin.database.v1.RestoreSourceType

Namespace

Google \ Cloud \ Spanner \ Admin \ Database \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

No restore associated.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

BACKUP

Value: 1

A backup was used as the source of the restore.

Generated from protobuf enum BACKUP = 1;