Google Cloud BigQuery Analytics Hub V1 Client - Class ReplicaState (1.3.0)

Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class ReplicaState.

Replica state of the shared dataset.

Protobuf type google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica.ReplicaState

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1 \ Listing \ BigQueryDatasetSource \ Replica

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REPLICA_STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum REPLICA_STATE_UNSPECIFIED = 0;

READY_TO_USE

Value: 1

The replica is backfilled and ready to use.

Generated from protobuf enum READY_TO_USE = 1;

UNAVAILABLE

Value: 2

The replica is unavailable, does not exist, or has not been backfilled yet.

Generated from protobuf enum UNAVAILABLE = 2;