public static enum Listing.BigQueryDatasetSource.Replica.ReplicaState extends Enum<Listing.BigQueryDatasetSource.Replica.ReplicaState> implements com.google.protobuf.ProtocolMessageEnum
Replica state of the shared dataset.Protobuf enum
google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica.ReplicaState| Enum Constant and Description |
|---|
READY_TO_USE
The replica is backfilled and ready to use.
|
REPLICA_STATE_UNSPECIFIED
Default value.
|
UNAVAILABLE
The replica is unavailable, does not exist, or has not been
backfilled yet.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
READY_TO_USE_VALUE
The replica is backfilled and ready to use.
|
static int |
REPLICA_STATE_UNSPECIFIED_VALUE
Default value.
|
static int |
UNAVAILABLE_VALUE
The replica is unavailable, does not exist, or has not been
backfilled yet.
|
| Modifier and Type | Method and Description |
|---|---|
static Listing.BigQueryDatasetSource.Replica.ReplicaState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Listing.BigQueryDatasetSource.Replica.ReplicaState> |
internalGetValueMap() |
static Listing.BigQueryDatasetSource.Replica.ReplicaState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Listing.BigQueryDatasetSource.Replica.ReplicaState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Listing.BigQueryDatasetSource.Replica.ReplicaState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Listing.BigQueryDatasetSource.Replica.ReplicaState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Listing.BigQueryDatasetSource.Replica.ReplicaState REPLICA_STATE_UNSPECIFIED
Default value. This value is unused.
REPLICA_STATE_UNSPECIFIED = 0;public static final Listing.BigQueryDatasetSource.Replica.ReplicaState READY_TO_USE
The replica is backfilled and ready to use.
READY_TO_USE = 1;public static final Listing.BigQueryDatasetSource.Replica.ReplicaState UNAVAILABLE
The replica is unavailable, does not exist, or has not been backfilled yet.
UNAVAILABLE = 2;public static final Listing.BigQueryDatasetSource.Replica.ReplicaState UNRECOGNIZED
public static final int REPLICA_STATE_UNSPECIFIED_VALUE
Default value. This value is unused.
REPLICA_STATE_UNSPECIFIED = 0;public static final int READY_TO_USE_VALUE
The replica is backfilled and ready to use.
READY_TO_USE = 1;public static final int UNAVAILABLE_VALUE
The replica is unavailable, does not exist, or has not been backfilled yet.
UNAVAILABLE = 2;public static Listing.BigQueryDatasetSource.Replica.ReplicaState[] values()
for (Listing.BigQueryDatasetSource.Replica.ReplicaState c : Listing.BigQueryDatasetSource.Replica.ReplicaState.values()) System.out.println(c);
public static Listing.BigQueryDatasetSource.Replica.ReplicaState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Listing.BigQueryDatasetSource.Replica.ReplicaState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Listing.BigQueryDatasetSource.Replica.ReplicaState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Listing.BigQueryDatasetSource.Replica.ReplicaState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Listing.BigQueryDatasetSource.Replica.ReplicaState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.