Interface QueryTimeRangeOrBuilder (0.134.0-beta)

Stay organized with collections Save and categorize content based on your preferences.
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.