Interface RunChartDownsampleRequest.ZoomRangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunChartDownsampleRequest.ZoomRange
,RunChartDownsampleRequest.ZoomRange.Builder
- Enclosing class:
- RunChartDownsampleRequest
public static interface RunChartDownsampleRequest.ZoomRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
optional int64 max_date_nanos = 2 [jstype = JS_STRING];
long
optional int64 min_date_nanos = 1 [jstype = JS_STRING];
boolean
optional int64 max_date_nanos = 2 [jstype = JS_STRING];
boolean
optional int64 min_date_nanos = 1 [jstype = JS_STRING];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMinDateNanos
boolean hasMinDateNanos()optional int64 min_date_nanos = 1 [jstype = JS_STRING];
- Returns:
- Whether the minDateNanos field is set.
-
getMinDateNanos
long getMinDateNanos()optional int64 min_date_nanos = 1 [jstype = JS_STRING];
- Returns:
- The minDateNanos.
-
hasMaxDateNanos
boolean hasMaxDateNanos()optional int64 max_date_nanos = 2 [jstype = JS_STRING];
- Returns:
- Whether the maxDateNanos field is set.
-
getMaxDateNanos
long getMaxDateNanos()optional int64 max_date_nanos = 2 [jstype = JS_STRING];
- Returns:
- The maxDateNanos.
-