public interface FailoverReservationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFailoverMode()
public abstract FailoverMode getFailoverMode()Optional. A parameter that determines how writes that are pending replication are handled after a failover is initiated. If not specified, HARD failover mode is used by default.
.google.cloud.bigquery.reservation.v1.FailoverMode failover_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FailoverMode |
The failoverMode. |
getFailoverModeValue()
public abstract int getFailoverModeValue()Optional. A parameter that determines how writes that are pending replication are handled after a failover is initiated. If not specified, HARD failover mode is used by default.
.google.cloud.bigquery.reservation.v1.FailoverMode failover_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for failoverMode. |
getName()
public abstract String getName() Required. Resource name of the reservation to failover. E.g.,
projects/myproject/locations/US/reservations/team1-prod
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Resource name of the reservation to failover. E.g.,
projects/myproject/locations/US/reservations/team1-prod
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |