public enum DeploymentDiagnosticData.DiagnosticState extends Enum<DeploymentDiagnosticData.DiagnosticState> implements ProtocolMessageEnumThe possible states of the diagnostic data.
Protobuf enum google.cloud.oracledatabase.v1.DeploymentDiagnosticData.DiagnosticState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DIAGNOSTIC_STATE_UNSPECIFIED |
The diagnostic state is unspecified. |
DIAGNOSTIC_STATE_UNSPECIFIED_VALUE |
The diagnostic state is unspecified. |
FAILED |
The diagnostic failed. |
FAILED_VALUE |
The diagnostic failed. |
IN_PROGRESS |
The diagnostic is in progress. |
IN_PROGRESS_VALUE |
The diagnostic is in progress. |
SUCCEEDED |
The diagnostic completed successfully. |
SUCCEEDED_VALUE |
The diagnostic 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() |
|