Interface RetrohuntMetadataOrBuilder (0.2.0)

public interface RetrohuntMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecutionInterval()

public abstract Interval getExecutionInterval()

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.

.google.type.Interval execution_interval = 2;

Returns
Type Description
com.google.type.Interval

The executionInterval.

getExecutionIntervalOrBuilder()

public abstract IntervalOrBuilder getExecutionIntervalOrBuilder()

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.

.google.type.Interval execution_interval = 2;

Returns
Type Description
com.google.type.IntervalOrBuilder

getProgressPercentage()

public abstract float getProgressPercentage()

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

float progress_percentage = 3;

Returns
Type Description
float

The progressPercentage.

getRetrohunt()

public abstract String getRetrohunt()

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

string retrohunt = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The retrohunt.

getRetrohuntBytes()

public abstract ByteString getRetrohuntBytes()

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

string retrohunt = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for retrohunt.

hasExecutionInterval()

public abstract boolean hasExecutionInterval()

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.

.google.type.Interval execution_interval = 2;

Returns
Type Description
boolean

Whether the executionInterval field is set.