public static interface IcebergCatalog.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 IcebergCatalog.Replica.State getState()Output only. The current state of the replica.
.google.cloud.biglake.v1.IcebergCatalog.Replica.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IcebergCatalog.Replica.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. The current state of the replica.
.google.cloud.biglake.v1.IcebergCatalog.Replica.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |