Enum DeploymentDiagnosticData.DiagnosticState (0.42.0)

public enum DeploymentDiagnosticData.DiagnosticState extends Enum<DeploymentDiagnosticData.DiagnosticState> implements ProtocolMessageEnum

The possible states of the diagnostic data.

Protobuf enum google.cloud.oracledatabase.v1.DeploymentDiagnosticData.DiagnosticState

Implements

ProtocolMessageEnum

Static Fields

Name Description
DIAGNOSTIC_STATE_UNSPECIFIED

The diagnostic state is unspecified.

DIAGNOSTIC_STATE_UNSPECIFIED = 0;

DIAGNOSTIC_STATE_UNSPECIFIED_VALUE

The diagnostic state is unspecified.

DIAGNOSTIC_STATE_UNSPECIFIED = 0;

FAILED

The diagnostic failed.

FAILED = 3;

FAILED_VALUE

The diagnostic failed.

FAILED = 3;

IN_PROGRESS

The diagnostic is in progress.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

The diagnostic is in progress.

IN_PROGRESS = 1;

SUCCEEDED

The diagnostic completed successfully.

SUCCEEDED = 2;

SUCCEEDED_VALUE

The diagnostic completed successfully.

SUCCEEDED = 2;

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