public interface InstancesDemoteMasterRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDemoteMasterContext()
public abstract DemoteMasterContext getDemoteMasterContext()Contains details about the demoteMaster operation.
.google.cloud.sql.v1.DemoteMasterContext demote_master_context = 1;
| Returns | |
|---|---|
| Type | Description |
DemoteMasterContext |
The demoteMasterContext. |
getDemoteMasterContextOrBuilder()
public abstract DemoteMasterContextOrBuilder getDemoteMasterContextOrBuilder()Contains details about the demoteMaster operation.
.google.cloud.sql.v1.DemoteMasterContext demote_master_context = 1;
| Returns | |
|---|---|
| Type | Description |
DemoteMasterContextOrBuilder |
|
hasDemoteMasterContext()
public abstract boolean hasDemoteMasterContext()Contains details about the demoteMaster operation.
.google.cloud.sql.v1.DemoteMasterContext demote_master_context = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the demoteMasterContext field is set. |