public static final class MaintenanceSchedule.Builder extends GeneratedMessageV3.Builder<MaintenanceSchedule.Builder> implements MaintenanceScheduleOrBuilder
Upcoming maintenance schedule.
Protobuf type google.cloud.memcache.v1.MaintenanceSchedule
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MaintenanceSchedule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public MaintenanceSchedule build()
buildPartial()
public MaintenanceSchedule buildPartial()
clear()
public MaintenanceSchedule.Builder clear()
Overrides
clearEndTime()
public MaintenanceSchedule.Builder clearEndTime()
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];
clearField(Descriptors.FieldDescriptor field)
public MaintenanceSchedule.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public MaintenanceSchedule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearScheduleDeadlineTime()
public MaintenanceSchedule.Builder clearScheduleDeadlineTime()
Output only. The deadline that the maintenance schedule start time can not go beyond,
including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearStartTime()
public MaintenanceSchedule.Builder clearStartTime()
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];
clone()
public MaintenanceSchedule.Builder clone()
Overrides
getDefaultInstanceForType()
public MaintenanceSchedule getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEndTime()
public 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];
Returns |
Type |
Description |
Timestamp |
The endTime.
|
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
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];
getEndTimeOrBuilder()
public 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];
getScheduleDeadlineTime()
public Timestamp getScheduleDeadlineTime()
Output only. The deadline that the maintenance schedule start time can not go beyond,
including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The scheduleDeadlineTime.
|
getScheduleDeadlineTimeBuilder()
public Timestamp.Builder getScheduleDeadlineTimeBuilder()
Output only. The deadline that the maintenance schedule start time can not go beyond,
including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getScheduleDeadlineTimeOrBuilder()
public TimestampOrBuilder getScheduleDeadlineTimeOrBuilder()
Output only. The deadline that the maintenance schedule start time can not go beyond,
including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTime()
public 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];
Returns |
Type |
Description |
Timestamp |
The startTime.
|
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
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];
getStartTimeOrBuilder()
public 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];
hasEndTime()
public 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];
Returns |
Type |
Description |
boolean |
Whether the endTime field is set.
|
hasScheduleDeadlineTime()
public boolean hasScheduleDeadlineTime()
Output only. The deadline that the maintenance schedule start time can not go beyond,
including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the scheduleDeadlineTime field is set.
|
hasStartTime()
public boolean 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];
Returns |
Type |
Description |
boolean |
Whether the startTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeEndTime(Timestamp value)
public MaintenanceSchedule.Builder mergeEndTime(Timestamp value)
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];
mergeFrom(MaintenanceSchedule other)
public MaintenanceSchedule.Builder mergeFrom(MaintenanceSchedule other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MaintenanceSchedule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public MaintenanceSchedule.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeScheduleDeadlineTime(Timestamp value)
public MaintenanceSchedule.Builder mergeScheduleDeadlineTime(Timestamp value)
Output only. The deadline that the maintenance schedule start time can not go beyond,
including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
mergeStartTime(Timestamp value)
public MaintenanceSchedule.Builder mergeStartTime(Timestamp value)
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];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MaintenanceSchedule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEndTime(Timestamp value)
public MaintenanceSchedule.Builder setEndTime(Timestamp value)
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];
setEndTime(Timestamp.Builder builderForValue)
public MaintenanceSchedule.Builder setEndTime(Timestamp.Builder builderForValue)
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];
Parameter |
Name |
Description |
builderForValue |
Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
public MaintenanceSchedule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MaintenanceSchedule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setScheduleDeadlineTime(Timestamp value)
public MaintenanceSchedule.Builder setScheduleDeadlineTime(Timestamp value)
Output only. The deadline that the maintenance schedule start time can not go beyond,
including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
setScheduleDeadlineTime(Timestamp.Builder builderForValue)
public MaintenanceSchedule.Builder setScheduleDeadlineTime(Timestamp.Builder builderForValue)
Output only. The deadline that the maintenance schedule start time can not go beyond,
including reschedule.
.google.protobuf.Timestamp schedule_deadline_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
builderForValue |
Builder
|
setStartTime(Timestamp value)
public MaintenanceSchedule.Builder setStartTime(Timestamp value)
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];
setStartTime(Timestamp.Builder builderForValue)
public MaintenanceSchedule.Builder setStartTime(Timestamp.Builder builderForValue)
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];
Parameter |
Name |
Description |
builderForValue |
Builder
|
setUnknownFields(UnknownFieldSet unknownFields)
public final MaintenanceSchedule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides