public static interface HiveCatalog.ReplicaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRegion()
public abstract String getRegion() Output only. The region of the replica. For example us-east1.
string region = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes() Output only. The region of the replica. For example us-east1.
string region = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getState()
public abstract HiveCatalog.Replica.State getState()Output only. The current state of the replica.
.google.cloud.biglake.hive.v1beta.HiveCatalog.Replica.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
HiveCatalog.Replica.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. The current state of the replica.
.google.cloud.biglake.hive.v1beta.HiveCatalog.Replica.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |