Enum SqlUpdateTrack (0.1.0)

public enum SqlUpdateTrack extends Enum<SqlUpdateTrack> implements ProtocolMessageEnum

Protobuf enum google.cloud.sql.v1beta4.SqlUpdateTrack

Implements

ProtocolMessageEnum

Static Fields

Name Description
SQL_UPDATE_TRACK_UNSPECIFIED

This is an unknown maintenance timing preference.

SQL_UPDATE_TRACK_UNSPECIFIED = 0;

SQL_UPDATE_TRACK_UNSPECIFIED_VALUE

This is an unknown maintenance timing preference.

SQL_UPDATE_TRACK_UNSPECIFIED = 0;

UNRECOGNIZED
canary

For an instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 7 to 14 days after the notification is sent out. Also referred to as Week 1 (Console) and preview (gcloud CLI).

canary = 1;

canary_VALUE

For an instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 7 to 14 days after the notification is sent out. Also referred to as Week 1 (Console) and preview (gcloud CLI).

canary = 1;

stable

For an instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 15 to 21 days after the notification is sent out. Also referred to as Week 2 (Console) and production (gcloud CLI).

stable = 2;

stable_VALUE

For an instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 15 to 21 days after the notification is sent out. Also referred to as Week 2 (Console) and production (gcloud CLI).

stable = 2;

week5

For instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 35 to 42 days after the notification is sent out.

week5 = 3;

week5_VALUE

For instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 35 to 42 days after the notification is sent out.

week5 = 3;

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