public interface MaintenanceScheduleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCanReschedule()
public abstract boolean getCanReschedule()
If the scheduled maintenance can be rescheduled, default is true.
bool can_reschedule = 3;
Returns | |
---|---|
Type | Description |
boolean |
The canReschedule. |
getEndTime()
public abstract Timestamp getEndTime()
Output only. The end time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp end_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
Output only. The end time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp end_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getScheduleDeadlineTime()
public abstract Timestamp getScheduleDeadlineTime()
Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 5;
Returns | |
---|---|
Type | Description |
Timestamp |
The scheduleDeadlineTime. |
getScheduleDeadlineTimeOrBuilder()
public abstract TimestampOrBuilder getScheduleDeadlineTimeOrBuilder()
Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 5;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getStartTime()
public abstract Timestamp getStartTime()
Output only. 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()
Output only. The start time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp start_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()
Output only. The end time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp end_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the endTime field is set. |
hasScheduleDeadlineTime()
public abstract boolean hasScheduleDeadlineTime()
Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the scheduleDeadlineTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()
Output only. 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. |