Interface QueryTimeRangeOrBuilder

public interface QueryTimeRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPeriod()

public abstract QueryTimeRange.Period getPeriod()

Restricts the query to the specified time range.

.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period period = 1;

Returns
TypeDescription
QueryTimeRange.Period

The period.

getPeriodValue()

public abstract int getPeriodValue()

Restricts the query to the specified time range.

.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period period = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for period.