RetrohuntMetadata

Operation Metadata for Retrohunts.

JSON representation
{
  "retrohunt": string,
  "execution_interval": {
    object (Interval)
  },
  "progress_percentage": number
}
Fields
retrohunt

string

The name of the retrohunt. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}

execution_interval

object (Interval)

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 filled.

progress_percentage

number

Percent progress of the retrohunt towards completion, from 0.00 to 100.00.