public enum Backup.State extends Enum<Backup.State> implements ProtocolMessageEnum
State
Protobuf enum google.events.cloud.gkebackup.v1.Backup.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
The Backup resource has been created and the associated BackupJob Kubernetes resource has been injected into the source cluster. |
CREATING_VALUE |
The Backup resource has been created and the associated BackupJob Kubernetes resource has been injected into the source cluster. |
DELETING |
This Backup resource (and its associated artifacts) is in the process of being deleted. |
DELETING_VALUE |
This Backup resource (and its associated artifacts) is in the process of being deleted. |
FAILED |
The backup operation has failed. |
FAILED_VALUE |
The backup operation has failed. |
IN_PROGRESS |
The gkebackup agent in the cluster has begun executing the backup operation. |
IN_PROGRESS_VALUE |
The gkebackup agent in the cluster has begun executing the backup operation. |
STATE_UNSPECIFIED |
The Backup resource is in the process of being created. |
STATE_UNSPECIFIED_VALUE |
The Backup resource is in the process of being created. |
SUCCEEDED |
The backup operation has completed successfully. |
SUCCEEDED_VALUE |
The backup operation has completed successfully. |
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() |