Class Retrohunt (0.1.0)

Retrohunt(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Retrohunt is an execution of a Rule over a time range in the past.

Attributes

Name Description
name str
The resource name of the retrohunt. Retrohunt is the child of a rule revision. {rule} in the format below is structured as {rule_id@revision_id}. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}
process_interval google.type.interval_pb2.Interval
Required. The start and end time of the event time range this retrohunt processes.
execution_interval google.type.interval_pb2.Interval
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 google.cloud.chronicle_v1.types.Retrohunt.State
Output only. The state of the retrohunt.
progress_percentage float
Output only. Percent progress of the retrohunt towards completion, from 0.00 to 100.00.

Classes

State

State(value)

The possible states a retrohunt can be in.