Package prometheus
Interface PrometheusTypes.ReadHintsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrometheusTypes.ReadHints,PrometheusTypes.ReadHints.Builder
- Enclosing class:
- PrometheusTypes
public static interface PrometheusTypes.ReadHintsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBy()Indicate whether it is without or by.longgetEndMs()End time in milliseconds.StringgetFunc()String representation of surrounding function or aggregation.com.google.protobuf.ByteStringgetFuncBytes()String representation of surrounding function or aggregation.StringgetGrouping(int index)List of label names used in aggregation.com.google.protobuf.ByteStringgetGroupingBytes(int index)List of label names used in aggregation.intgetGroupingCount()List of label names used in aggregation.List<String>getGroupingList()List of label names used in aggregation.longgetRangeMs()Range vector selector range in milliseconds.longgetStartMs()Start time in milliseconds.longgetStepMs()Query step size in milliseconds.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStepMs
long getStepMs()
Query step size in milliseconds.
int64 step_ms = 1;
-
getFunc
String getFunc()
String representation of surrounding function or aggregation.
string func = 2;
-
getFuncBytes
com.google.protobuf.ByteString getFuncBytes()
String representation of surrounding function or aggregation.
string func = 2;
-
getStartMs
long getStartMs()
Start time in milliseconds.
int64 start_ms = 3;
-
getEndMs
long getEndMs()
End time in milliseconds.
int64 end_ms = 4;
-
getGroupingList
List<String> getGroupingList()
List of label names used in aggregation.
repeated string grouping = 5;
-
getGroupingCount
int getGroupingCount()
List of label names used in aggregation.
repeated string grouping = 5;
-
getGrouping
String getGrouping(int index)
List of label names used in aggregation.
repeated string grouping = 5;
-
getGroupingBytes
com.google.protobuf.ByteString getGroupingBytes(int index)
List of label names used in aggregation.
repeated string grouping = 5;
-
getBy
boolean getBy()
Indicate whether it is without or by.
bool by = 6;
-
getRangeMs
long getRangeMs()
Range vector selector range in milliseconds.
int64 range_ms = 7;
-
-