public interface InstancesDemoteRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDemoteContext()
public abstract DemoteContext getDemoteContext()Required. Contains details about the demote operation.
.google.cloud.sql.v1.DemoteContext demote_context = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DemoteContext |
The demoteContext. |
getDemoteContextOrBuilder()
public abstract DemoteContextOrBuilder getDemoteContextOrBuilder()Required. Contains details about the demote operation.
.google.cloud.sql.v1.DemoteContext demote_context = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DemoteContextOrBuilder |
|
hasDemoteContext()
public abstract boolean hasDemoteContext()Required. Contains details about the demote operation.
.google.cloud.sql.v1.DemoteContext demote_context = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the demoteContext field is set. |