Resource: Retrohunt
Retrohunt is an execution of a Rule over a time range in the past.
| JSON representation | 
|---|
| { "name": string, "processInterval": { object ( | 
| Fields | |
|---|---|
| name | 
 The resource name of the retrohunt. Retrohunt is the child of a rule revision. {rule} in the format below is structured as {ruleId@revisionId}. Format:  | 
| processInterval | 
 Required. The start and end time of the event time range this retrohunt processes. | 
| executionInterval | 
 Output only. The start and end time of the retrohunt execution. If the retrohunt is not yet finished, the end time of the interval will not be populated. | 
| state | 
 Output only. The state of the retrohunt. | 
| progressPercentage | 
 Output only. Percent progress of the retrohunt towards completion, from 0.00 to 100.00. | 
State
The possible states a retrohunt can be in.
| Enums | |
|---|---|
| STATE_UNSPECIFIED | Unspecified or unknown retrohunt state. | 
| RUNNING | Running state. | 
| DONE | Done state. | 
| CANCELLED | Cancelled state. | 
| FAILED | Failed state. | 
| Methods | |
|---|---|
| 
 | Create a Retrohunt. | 
| 
 | Get a Retrohunt. | 
| 
 | List Retrohunts. |