public static final class WeeklyMaintenanceWindow.Builder extends GeneratedMessage.Builder<WeeklyMaintenanceWindow.Builder> implements WeeklyMaintenanceWindowOrBuilderTime window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.
Protobuf type google.cloud.redis.v1beta1.WeeklyMaintenanceWindow
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > WeeklyMaintenanceWindow.BuilderImplements
WeeklyMaintenanceWindowOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public WeeklyMaintenanceWindow build()| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow |
|
buildPartial()
public WeeklyMaintenanceWindow buildPartial()| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow |
|
clear()
public WeeklyMaintenanceWindow.Builder clear()| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
clearDay()
public WeeklyMaintenanceWindow.Builder clearDay()Required. The day of week that maintenance updates occur.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
This builder for chaining. |
clearDuration()
public WeeklyMaintenanceWindow.Builder clearDuration()Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
clearStartTime()
public WeeklyMaintenanceWindow.Builder clearStartTime()Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
getDay()
public DayOfWeek getDay()Required. The day of week that maintenance updates occur.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.DayOfWeek |
The day. |
getDayValue()
public int getDayValue()Required. The day of week that maintenance updates occur.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for day. |
getDefaultInstanceForType()
public WeeklyMaintenanceWindow getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDuration()
public Duration getDuration()Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Duration |
The duration. |
getDurationBuilder()
public Duration.Builder getDurationBuilder()Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getDurationOrBuilder()
public DurationOrBuilder getDurationOrBuilder()Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getStartTime()
public TimeOfDay getStartTime()Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDay |
The startTime. |
getStartTimeBuilder()
public TimeOfDay.Builder getStartTimeBuilder()Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDay.Builder |
|
getStartTimeOrBuilder()
public TimeOfDayOrBuilder getStartTimeOrBuilder()Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDayOrBuilder |
|
hasDuration()
public boolean hasDuration()Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the duration field is set. |
hasStartTime()
public boolean hasStartTime()Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDuration(Duration value)
public WeeklyMaintenanceWindow.Builder mergeDuration(Duration value)Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
mergeFrom(WeeklyMaintenanceWindow other)
public WeeklyMaintenanceWindow.Builder mergeFrom(WeeklyMaintenanceWindow other)| Parameter | |
|---|---|
| Name | Description |
other |
WeeklyMaintenanceWindow |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WeeklyMaintenanceWindow.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public WeeklyMaintenanceWindow.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
mergeStartTime(TimeOfDay value)
public WeeklyMaintenanceWindow.Builder mergeStartTime(TimeOfDay value)Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.TimeOfDay |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
setDay(DayOfWeek value)
public WeeklyMaintenanceWindow.Builder setDay(DayOfWeek value)Required. The day of week that maintenance updates occur.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.DayOfWeekThe day to set. |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
This builder for chaining. |
setDayValue(int value)
public WeeklyMaintenanceWindow.Builder setDayValue(int value)Required. The day of week that maintenance updates occur.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for day to set. |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
This builder for chaining. |
setDuration(Duration value)
public WeeklyMaintenanceWindow.Builder setDuration(Duration value)Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
setDuration(Duration.Builder builderForValue)
public WeeklyMaintenanceWindow.Builder setDuration(Duration.Builder builderForValue)Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
setStartTime(TimeOfDay value)
public WeeklyMaintenanceWindow.Builder setStartTime(TimeOfDay value)Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.TimeOfDay |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|
setStartTime(TimeOfDay.Builder builderForValue)
public WeeklyMaintenanceWindow.Builder setStartTime(TimeOfDay.Builder builderForValue)Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.type.TimeOfDay.Builder |
| Returns | |
|---|---|
| Type | Description |
WeeklyMaintenanceWindow.Builder |
|