public interface MaintenanceScheduleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanReschedule()
Deprecated.
google.cloud.redis.v1.MaintenanceSchedule.can_reschedule is deprecated. See
google/cloud/redis/v1/cloud_redis.proto;l=690
|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getScheduleDeadlineTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getScheduleDeadlineTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasScheduleDeadlineTime()
Output only.
|
boolean |
hasStartTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
Output only. The start time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getStartTime()
Output only. The start time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. The start time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasEndTime()
Output only. The end time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getEndTime()
Output only. The end time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The end time of any upcoming scheduled maintenance for this instance.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated boolean getCanReschedule()
If the scheduled maintenance can be rescheduled, default is true.
bool can_reschedule = 3 [deprecated = true];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 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.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 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.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 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.