[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface RetrohuntMetadataOrBuilder (0.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.10.0 (latest)](/java/docs/reference/google-cloud-chronicle/latest/com.google.cloud.chronicle.v1.RetrohuntMetadataOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.RetrohuntMetadataOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.RetrohuntMetadataOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.RetrohuntMetadataOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.RetrohuntMetadataOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.RetrohuntMetadataOrBuilder) \n\n public interface RetrohuntMetadataOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getExecutionInterval()\n\n public abstract Interval getExecutionInterval()\n\nThe start and end time of the retrohunt execution. If the retrohunt is not\nyet finished, the end time of the interval will not be filled.\n\n`.google.type.Interval execution_interval = 2;`\n\n### getExecutionIntervalOrBuilder()\n\n public abstract IntervalOrBuilder getExecutionIntervalOrBuilder()\n\nThe start and end time of the retrohunt execution. If the retrohunt is not\nyet finished, the end time of the interval will not be filled.\n\n`.google.type.Interval execution_interval = 2;`\n\n### getProgressPercentage()\n\n public abstract float getProgressPercentage()\n\nPercent progress of the retrohunt towards completion, from 0.00 to 100.00.\n\n`float progress_percentage = 3;`\n\n### getRetrohunt()\n\n public abstract String getRetrohunt()\n\nThe name of the retrohunt.\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}`\n\n`string retrohunt = 1 [(.google.api.resource_reference) = { ... }`\n\n### getRetrohuntBytes()\n\n public abstract ByteString getRetrohuntBytes()\n\nThe name of the retrohunt.\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}`\n\n`string retrohunt = 1 [(.google.api.resource_reference) = { ... }`\n\n### hasExecutionInterval()\n\n public abstract boolean hasExecutionInterval()\n\nThe start and end time of the retrohunt execution. If the retrohunt is not\nyet finished, the end time of the interval will not be filled.\n\n`.google.type.Interval execution_interval = 2;`"]]