Class MaintenanceWindow (0.1.0)

public final class MaintenanceWindow extends GeneratedMessageV3 implements MaintenanceWindowOrBuilder

Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow

Protobuf type google.cloud.oracledatabase.v1.MaintenanceWindow

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()
Returns
Type Description
MaintenanceWindow

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static MaintenanceWindow.Builder newBuilder()
Returns
Type Description
MaintenanceWindow.Builder

newBuilder(MaintenanceWindow prototype)

public static MaintenanceWindow.Builder newBuilder(MaintenanceWindow prototype)
Parameter
Name Description
prototype MaintenanceWindow
Returns
Type Description
MaintenanceWindow.Builder

parseDelimitedFrom(InputStream input)

public static MaintenanceWindow parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static MaintenanceWindow parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MaintenanceWindow parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MaintenanceWindow parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static MaintenanceWindow parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static MaintenanceWindow parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MaintenanceWindow parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceWindow
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<MaintenanceWindow> parser()
Returns
Type Description
Parser<MaintenanceWindow>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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()
Returns
Type Description
MaintenanceWindow

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()
Returns
Type Description
Parser<MaintenanceWindow>
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];

Returns
Type Description
MaintenanceWindow.PatchingMode

The patchingMode.

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];

Returns
Type Description
MaintenanceWindow.MaintenanceWindowPreference

The preference.

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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public MaintenanceWindow.Builder newBuilderForType()
Returns
Type Description
MaintenanceWindow.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MaintenanceWindow.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
MaintenanceWindow.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public MaintenanceWindow.Builder toBuilder()
Returns
Type Description
MaintenanceWindow.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException