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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LATEST_EXPORT_JOB_STATE_UNSPECIFIED
Value: 0The latest export job state is unspecified.
Generated from protobuf enum LATEST_EXPORT_JOB_STATE_UNSPECIFIED = 0;
LATEST_EXPORT_JOB_STATE_SUCCESS
Value: 1The latest export job state is successful.
Generated from protobuf enum LATEST_EXPORT_JOB_STATE_SUCCESS = 1;
LATEST_EXPORT_JOB_STATE_FAILED
Value: 2The latest export job state is failed.
Generated from protobuf enum LATEST_EXPORT_JOB_STATE_FAILED = 2;