Enum Listing.BigQueryDatasetSource.Replica.ReplicaState (0.71.0)

public enum Listing.BigQueryDatasetSource.Replica.ReplicaState extends Enum<Listing.BigQueryDatasetSource.Replica.ReplicaState> implements ProtocolMessageEnum

Replica state of the shared dataset.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
READY_TO_USE

The replica is backfilled and ready to use.

READY_TO_USE = 1;

READY_TO_USE_VALUE

The replica is backfilled and ready to use.

READY_TO_USE = 1;

REPLICA_STATE_UNSPECIFIED

Default value. This value is unused.

REPLICA_STATE_UNSPECIFIED = 0;

REPLICA_STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

REPLICA_STATE_UNSPECIFIED = 0;

UNAVAILABLE

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

UNAVAILABLE = 2;

UNAVAILABLE_VALUE

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

UNAVAILABLE = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()