public enum Backup.SqlBackupType extends Enum<Backup.SqlBackupType> implements ProtocolMessageEnumThe backup type.
Protobuf enum google.cloud.sql.v1beta4.Backup.SqlBackupType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTOMATED |
The backup schedule triggers a backup automatically. |
AUTOMATED_VALUE |
The backup schedule triggers a backup automatically. |
FINAL |
The backup that's created when the instance is deleted. |
FINAL_VALUE |
The backup that's created when the instance is deleted. |
ON_DEMAND |
The user triggers a backup manually. |
ON_DEMAND_VALUE |
The user triggers a backup manually. |
SQL_BACKUP_TYPE_UNSPECIFIED |
This is an unknown backup type. |
SQL_BACKUP_TYPE_UNSPECIFIED_VALUE |
This is an unknown backup type. |
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() |
|