Interface QueryTimeRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryTimeRange
,QueryTimeRange.Builder
public interface QueryTimeRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryTimeRange.Period
getPeriod()
Restricts the query to the specified time range.int
getPeriodValue()
Restricts the query to the specified time range.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPeriodValue
int getPeriodValue()
Restricts the query to the specified time range.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period period = 1;
- Returns:
- The enum numeric value on the wire for period.
-
getPeriod
QueryTimeRange.Period getPeriod()
Restricts the query to the specified time range.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period period = 1;
- Returns:
- The period.
-
-