public interface FetchDatabasePropertiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsFailoverReplicaAvailable()
The availability status of the failover replica.
|
String |
getPrimaryGceZone()
The Compute Engine zone that the instance is currently serving from.
|
com.google.protobuf.ByteString |
getPrimaryGceZoneBytes()
The Compute Engine zone that the instance is currently serving from.
|
String |
getSecondaryGceZone()
The Compute Engine zone that the failover instance is currently serving
from for a regional Cloud SQL instance.
|
com.google.protobuf.ByteString |
getSecondaryGceZoneBytes()
The Compute Engine zone that the failover instance is currently serving
from for a regional Cloud SQL instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPrimaryGceZone()
The Compute Engine zone that the instance is currently serving from.
string primary_gce_zone = 1;com.google.protobuf.ByteString getPrimaryGceZoneBytes()
The Compute Engine zone that the instance is currently serving from.
string primary_gce_zone = 1;String getSecondaryGceZone()
The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.
string secondary_gce_zone = 2;com.google.protobuf.ByteString getSecondaryGceZoneBytes()
The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.
string secondary_gce_zone = 2;boolean getIsFailoverReplicaAvailable()
The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only fail over to the failover replica when the status is true.
bool is_failover_replica_available = 3;Copyright © 2024 Google LLC. All rights reserved.