Google Cloud Oracle Database V1 Client - Class DiagnosticState (0.9.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DiagnosticState.

The possible states of the diagnostic data.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ DeploymentDiagnosticData

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DIAGNOSTIC_STATE_UNSPECIFIED

Value: 0

The diagnostic state is unspecified.

Generated from protobuf enum DIAGNOSTIC_STATE_UNSPECIFIED = 0;

IN_PROGRESS

Value: 1

The diagnostic is in progress.

Generated from protobuf enum IN_PROGRESS = 1;

SUCCEEDED

Value: 2

The diagnostic completed successfully.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

The diagnostic failed.

Generated from protobuf enum FAILED = 3;