- 2.55.0 (latest)
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.5
- 2.5.0
- 2.4.1
- 2.3.0
- 2.2.0
- 2.1.1
public final class WeeklyMaintenanceWindow extends GeneratedMessageV3 implements WeeklyMaintenanceWindowOrBuilder
Time 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
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WeeklyMaintenanceWindowImplements
WeeklyMaintenanceWindowOrBuilderStatic Fields
DAY_FIELD_NUMBER
public static final int DAY_FIELD_NUMBER
Type | Description |
int |
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
Type | Description |
int |
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static WeeklyMaintenanceWindow getDefaultInstance()
Type | Description |
WeeklyMaintenanceWindow |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static WeeklyMaintenanceWindow.Builder newBuilder()
Type | Description |
WeeklyMaintenanceWindow.Builder |
newBuilder(WeeklyMaintenanceWindow prototype)
public static WeeklyMaintenanceWindow.Builder newBuilder(WeeklyMaintenanceWindow prototype)
Name | Description |
prototype | WeeklyMaintenanceWindow |
Type | Description |
WeeklyMaintenanceWindow.Builder |
parseDelimitedFrom(InputStream input)
public static WeeklyMaintenanceWindow parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WeeklyMaintenanceWindow parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
IOException |
parseFrom(byte[] data)
public static WeeklyMaintenanceWindow parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WeeklyMaintenanceWindow parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static WeeklyMaintenanceWindow parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WeeklyMaintenanceWindow parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static WeeklyMaintenanceWindow parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WeeklyMaintenanceWindow parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
IOException |
parseFrom(InputStream input)
public static WeeklyMaintenanceWindow parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WeeklyMaintenanceWindow parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static WeeklyMaintenanceWindow parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WeeklyMaintenanceWindow parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WeeklyMaintenanceWindow |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<WeeklyMaintenanceWindow> parser()
Type | Description |
Parser<WeeklyMaintenanceWindow> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDay()
public DayOfWeek getDay()
Required. The day of week that maintenance updates occur.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];
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];
Type | Description |
int | The enum numeric value on the wire for day. |
getDefaultInstanceForType()
public WeeklyMaintenanceWindow getDefaultInstanceForType()
Type | Description |
WeeklyMaintenanceWindow |
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];
Type | Description |
Duration | The duration. |
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];
Type | Description |
DurationOrBuilder |
getParserForType()
public Parser<WeeklyMaintenanceWindow> getParserForType()
Type | Description |
Parser<WeeklyMaintenanceWindow> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStartTime()
public TimeOfDay getStartTime()
Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
com.google.type.TimeOfDay | The startTime. |
getStartTimeOrBuilder()
public TimeOfDayOrBuilder getStartTimeOrBuilder()
Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
com.google.type.TimeOfDayOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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];
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];
Type | Description |
boolean | Whether the startTime field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public WeeklyMaintenanceWindow.Builder newBuilderForType()
Type | Description |
WeeklyMaintenanceWindow.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WeeklyMaintenanceWindow.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
WeeklyMaintenanceWindow.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public WeeklyMaintenanceWindow.Builder toBuilder()
Type | Description |
WeeklyMaintenanceWindow.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |