Common Protos for Google Cloud APIs Client - Class OperationType (0.5.1)

Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class OperationType.

Table copy job operation type.

Protobuf type google.cloud.audit.BigQueryAuditMetadata.OperationType

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OPERATION_TYPE_UNSPECIFIED

Value: 0

Unspecified operation type.

Generated from protobuf enum OPERATION_TYPE_UNSPECIFIED = 0;

COPY

Value: 1

The source and the destination table have the same table type.

Generated from protobuf enum COPY = 1;

SNAPSHOT

Value: 2

The source table type is TABLE and the destination table type is SNAPSHOT.

Generated from protobuf enum SNAPSHOT = 2;

RESTORE

Value: 3

The source table type is SNAPSHOT and the destination table type is TABLE.

Generated from protobuf enum RESTORE = 3;