public static interface DatabaseInstance.SqlScheduledMaintenanceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCanDefer() (deprecated)
public abstract boolean getCanDefer()Deprecated. google.cloud.sql.v1beta4.DatabaseInstance.SqlScheduledMaintenance.can_defer is deprecated. See google/cloud/sql/v1beta4/cloud_sql_resources.proto;l=672
bool can_defer = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
boolean |
The canDefer. |
getCanReschedule()
public abstract boolean getCanReschedule()If the scheduled maintenance can be rescheduled.
bool can_reschedule = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The canReschedule. |
getScheduleDeadlineTime()
public abstract Timestamp getScheduleDeadlineTime()Maintenance cannot be rescheduled to start beyond this deadline.
optional .google.protobuf.Timestamp schedule_deadline_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The scheduleDeadlineTime. |
getScheduleDeadlineTimeOrBuilder()
public abstract TimestampOrBuilder getScheduleDeadlineTimeOrBuilder()Maintenance cannot be rescheduled to start beyond this deadline.
optional .google.protobuf.Timestamp schedule_deadline_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStartTime()
public abstract Timestamp getStartTime()The start time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The start time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasScheduleDeadlineTime()
public abstract boolean hasScheduleDeadlineTime()Maintenance cannot be rescheduled to start beyond this deadline.
optional .google.protobuf.Timestamp schedule_deadline_time = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scheduleDeadlineTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()The start time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |