public final class MaintenanceWindow extends GeneratedMessageV3 implements MaintenanceWindowOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CUSTOM_ACTION_TIMEOUT_MINS_FIELD_NUMBER
public static final int CUSTOM_ACTION_TIMEOUT_MINS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DAYS_OF_WEEK_FIELD_NUMBER
public static final int DAYS_OF_WEEK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
HOURS_OF_DAY_FIELD_NUMBER
public static final int HOURS_OF_DAY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
IS_CUSTOM_ACTION_TIMEOUT_ENABLED_FIELD_NUMBER
public static final int IS_CUSTOM_ACTION_TIMEOUT_ENABLED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LEAD_TIME_WEEK_FIELD_NUMBER
public static final int LEAD_TIME_WEEK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MONTHS_FIELD_NUMBER
public static final int MONTHS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PATCHING_MODE_FIELD_NUMBER
public static final int PATCHING_MODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PREFERENCE_FIELD_NUMBER
public static final int PREFERENCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
WEEKS_OF_MONTH_FIELD_NUMBER
public static final int WEEKS_OF_MONTH_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MaintenanceWindow getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MaintenanceWindow.Builder newBuilder()
newBuilder(MaintenanceWindow prototype)
public static MaintenanceWindow.Builder newBuilder(MaintenanceWindow prototype)
parseDelimitedFrom(InputStream input)
public static MaintenanceWindow parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MaintenanceWindow parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MaintenanceWindow parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MaintenanceWindow parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MaintenanceWindow parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MaintenanceWindow parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static MaintenanceWindow parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MaintenanceWindow parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static MaintenanceWindow parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MaintenanceWindow parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MaintenanceWindow parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MaintenanceWindow parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MaintenanceWindow> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCustomActionTimeoutMins()
public int getCustomActionTimeoutMins()
Optional. Determines the amount of time the system will wait before the
start of each database server patching operation. Custom action timeout is
in minutes and valid value is between 15 to 120 (inclusive).
int32 custom_action_timeout_mins = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The customActionTimeoutMins.
|
getDaysOfWeek(int index)
public DayOfWeek getDaysOfWeek(int index)
Optional. Days during the week when maintenance should be performed.
repeated .google.type.DayOfWeek days_of_week = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
com.google.type.DayOfWeek |
The daysOfWeek at the given index.
|
getDaysOfWeekCount()
public int getDaysOfWeekCount()
Optional. Days during the week when maintenance should be performed.
repeated .google.type.DayOfWeek days_of_week = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The count of daysOfWeek.
|
getDaysOfWeekList()
public List<DayOfWeek> getDaysOfWeekList()
Optional. Days during the week when maintenance should be performed.
repeated .google.type.DayOfWeek days_of_week = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<com.google.type.DayOfWeek> |
A list containing the daysOfWeek.
|
getDaysOfWeekValue(int index)
public int getDaysOfWeekValue(int index)
Optional. Days during the week when maintenance should be performed.
repeated .google.type.DayOfWeek days_of_week = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
int |
The enum numeric value on the wire of daysOfWeek at the given index.
|
getDaysOfWeekValueList()
public List<Integer> getDaysOfWeekValueList()
Optional. Days during the week when maintenance should be performed.
repeated .google.type.DayOfWeek days_of_week = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<Integer> |
A list containing the enum numeric values on the wire for daysOfWeek.
|
getDefaultInstanceForType()
public MaintenanceWindow getDefaultInstanceForType()
getHoursOfDay(int index)
public int getHoursOfDay(int index)
Optional. The window of hours during the day when maintenance should be
performed. The window is a 4 hour slot. Valid values are:
0 - represents time slot 0:00 - 3:59 UTC
4 - represents time slot 4:00 - 7:59 UTC
8 - represents time slot 8:00 - 11:59 UTC
12 - represents time slot 12:00 - 15:59 UTC
16 - represents time slot 16:00 - 19:59 UTC
20 - represents time slot 20:00 - 23:59 UTC
repeated int32 hours_of_day = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
int |
The hoursOfDay at the given index.
|
getHoursOfDayCount()
public int getHoursOfDayCount()
Optional. The window of hours during the day when maintenance should be
performed. The window is a 4 hour slot. Valid values are:
0 - represents time slot 0:00 - 3:59 UTC
4 - represents time slot 4:00 - 7:59 UTC
8 - represents time slot 8:00 - 11:59 UTC
12 - represents time slot 12:00 - 15:59 UTC
16 - represents time slot 16:00 - 19:59 UTC
20 - represents time slot 20:00 - 23:59 UTC
repeated int32 hours_of_day = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The count of hoursOfDay.
|
getHoursOfDayList()
public List<Integer> getHoursOfDayList()
Optional. The window of hours during the day when maintenance should be
performed. The window is a 4 hour slot. Valid values are:
0 - represents time slot 0:00 - 3:59 UTC
4 - represents time slot 4:00 - 7:59 UTC
8 - represents time slot 8:00 - 11:59 UTC
12 - represents time slot 12:00 - 15:59 UTC
16 - represents time slot 16:00 - 19:59 UTC
20 - represents time slot 20:00 - 23:59 UTC
repeated int32 hours_of_day = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<Integer> |
A list containing the hoursOfDay.
|
getIsCustomActionTimeoutEnabled()
public boolean getIsCustomActionTimeoutEnabled()
Optional. If true, enables the configuration of a custom action timeout
(waiting period) between database server patching operations.
bool is_custom_action_timeout_enabled = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The isCustomActionTimeoutEnabled.
|
getLeadTimeWeek()
public int getLeadTimeWeek()
Optional. Lead time window allows user to set a lead time to prepare for a
down time. The lead time is in weeks and valid value is between 1 to 4.
int32 lead_time_week = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The leadTimeWeek.
|
getMonths(int index)
public Month getMonths(int index)
Optional. Months during the year when maintenance should be performed.
repeated .google.type.Month months = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
com.google.type.Month |
The months at the given index.
|
getMonthsCount()
public int getMonthsCount()
Optional. Months during the year when maintenance should be performed.
repeated .google.type.Month months = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The count of months.
|
getMonthsList()
public List<Month> getMonthsList()
Optional. Months during the year when maintenance should be performed.
repeated .google.type.Month months = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<com.google.type.Month> |
A list containing the months.
|
getMonthsValue(int index)
public int getMonthsValue(int index)
Optional. Months during the year when maintenance should be performed.
repeated .google.type.Month months = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
int |
The enum numeric value on the wire of months at the given index.
|
getMonthsValueList()
public List<Integer> getMonthsValueList()
Optional. Months during the year when maintenance should be performed.
repeated .google.type.Month months = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<Integer> |
A list containing the enum numeric values on the wire for months.
|
getParserForType()
public Parser<MaintenanceWindow> getParserForType()
Overrides
getPatchingMode()
public MaintenanceWindow.PatchingMode getPatchingMode()
Optional. Cloud CloudExadataInfrastructure node patching method, either
"ROLLING"
or "NONROLLING". Default value is ROLLING.
.google.cloud.oracledatabase.v1.MaintenanceWindow.PatchingMode patching_mode = 7 [(.google.api.field_behavior) = OPTIONAL];
getPatchingModeValue()
public int getPatchingModeValue()
Optional. Cloud CloudExadataInfrastructure node patching method, either
"ROLLING"
or "NONROLLING". Default value is ROLLING.
.google.cloud.oracledatabase.v1.MaintenanceWindow.PatchingMode patching_mode = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for patchingMode.
|
getPreference()
public MaintenanceWindow.MaintenanceWindowPreference getPreference()
Optional. The maintenance window scheduling preference.
.google.cloud.oracledatabase.v1.MaintenanceWindow.MaintenanceWindowPreference preference = 1 [(.google.api.field_behavior) = OPTIONAL];
getPreferenceValue()
public int getPreferenceValue()
Optional. The maintenance window scheduling preference.
.google.cloud.oracledatabase.v1.MaintenanceWindow.MaintenanceWindowPreference preference = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for preference.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getWeeksOfMonth(int index)
public int getWeeksOfMonth(int index)
Optional. Weeks during the month when maintenance should be performed.
Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a
duration of 7 days. Weeks start and end based on calendar dates, not days
of the week.
repeated int32 weeks_of_month = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
int |
The weeksOfMonth at the given index.
|
getWeeksOfMonthCount()
public int getWeeksOfMonthCount()
Optional. Weeks during the month when maintenance should be performed.
Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a
duration of 7 days. Weeks start and end based on calendar dates, not days
of the week.
repeated int32 weeks_of_month = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The count of weeksOfMonth.
|
getWeeksOfMonthList()
public List<Integer> getWeeksOfMonthList()
Optional. Weeks during the month when maintenance should be performed.
Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a
duration of 7 days. Weeks start and end based on calendar dates, not days
of the week.
repeated int32 weeks_of_month = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<Integer> |
A list containing the weeksOfMonth.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MaintenanceWindow.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MaintenanceWindow.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MaintenanceWindow.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides