Interface InstancesDemoteMasterRequestOrBuilder (0.1.0)

public interface InstancesDemoteMasterRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDemoteMasterContext()

public abstract DemoteMasterContext getDemoteMasterContext()

Contains details about the demoteMaster operation.

.google.cloud.sql.v1beta4.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.v1beta4.DemoteMasterContext demote_master_context = 1;

Returns
Type Description
DemoteMasterContextOrBuilder

hasDemoteMasterContext()

public abstract boolean hasDemoteMasterContext()

Contains details about the demoteMaster operation.

.google.cloud.sql.v1beta4.DemoteMasterContext demote_master_context = 1;

Returns
Type Description
boolean

Whether the demoteMasterContext field is set.