public enum SqlInstancesRescheduleMaintenanceRequestBody.RescheduleType extends Enum<SqlInstancesRescheduleMaintenanceRequestBody.RescheduleType> implements ProtocolMessageEnumProtobuf enum
google.cloud.sql.v1.SqlInstancesRescheduleMaintenanceRequestBody.RescheduleType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
IMMEDIATE |
Reschedules maintenance to happen now (within 5 minutes). |
IMMEDIATE_VALUE |
Reschedules maintenance to happen now (within 5 minutes). |
NEXT_AVAILABLE_WINDOW |
Reschedules maintenance to occur within one week from the originally scheduled day and time. |
NEXT_AVAILABLE_WINDOW_VALUE |
Reschedules maintenance to occur within one week from the originally scheduled day and time. |
RESCHEDULE_TYPE_UNSPECIFIED |
|
RESCHEDULE_TYPE_UNSPECIFIED_VALUE |
|
SPECIFIC_TIME |
Reschedules maintenance to a specific time and day. |
SPECIFIC_TIME_VALUE |
Reschedules maintenance to a specific time and day. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|