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: 0
Unspecified or unknown retrohunt state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1
Running state.
Generated from protobuf enum RUNNING = 1;
DONE
Value: 2
Done state.
Generated from protobuf enum DONE = 2;
CANCELLED
Value: 3
Cancelled state.
Generated from protobuf enum CANCELLED = 3;
FAILED
Value: 4
Failed state.
Generated from protobuf enum FAILED = 4;