Google Cloud Chronicle V1 Client - Class LatestExportJobState (0.4.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class LatestExportJobState.

The state of the latest data source export job.

Protobuf type google.cloud.chronicle.v1.LatestExportJobState

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LATEST_EXPORT_JOB_STATE_UNSPECIFIED

Value: 0

The latest export job state is unspecified.

Generated from protobuf enum LATEST_EXPORT_JOB_STATE_UNSPECIFIED = 0;

LATEST_EXPORT_JOB_STATE_SUCCESS

Value: 1

The latest export job state is successful.

Generated from protobuf enum LATEST_EXPORT_JOB_STATE_SUCCESS = 1;

LATEST_EXPORT_JOB_STATE_FAILED

Value: 2

The latest export job state is failed.

Generated from protobuf enum LATEST_EXPORT_JOB_STATE_FAILED = 2;