public interface FailoverContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract String getKind() This is always sql#failoverContext.
string kind = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#failoverContext.
string kind = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getSettingsVersion()
public abstract long getSettingsVersion()The current settings version of this instance. Request will be rejected if this version doesn't match the current settings version.
int64 settings_version = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The settingsVersion. |