Reference documentation and code samples for the Google Cloud Chronicle V1 Client class State.
The possible states a retrohunt can be in.
Protobuf type google.cloud.chronicle.v1.Retrohunt.State
Namespace
Google \ Cloud \ Chronicle \ V1 \ RetrohuntMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified or unknown retrohunt state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1Running state.
Generated from protobuf enum RUNNING = 1;
DONE
Value: 2Done state.
Generated from protobuf enum DONE = 2;
CANCELLED
Value: 3Cancelled state.
Generated from protobuf enum CANCELLED = 3;
FAILED
Value: 4Failed state.
Generated from protobuf enum FAILED = 4;