Package prometheus

Interface Remote.ReadResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Remote.ReadResponse, Remote.ReadResponse.Builder
Enclosing class:
Remote

public static interface Remote.ReadResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getResults(int index)
    In same order as the request's queries.
    int
    In same order as the request's queries.
    In same order as the request's queries.
    In same order as the request's queries.
    In same order as the request's queries.

    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

    • getResultsList

      List<Remote.QueryResult> getResultsList()
       In same order as the request's queries.
       
      repeated .prometheus.QueryResult results = 1;
    • getResults

      Remote.QueryResult getResults(int index)
       In same order as the request's queries.
       
      repeated .prometheus.QueryResult results = 1;
    • getResultsCount

      int getResultsCount()
       In same order as the request's queries.
       
      repeated .prometheus.QueryResult results = 1;
    • getResultsOrBuilderList

      List<? extends Remote.QueryResultOrBuilder> getResultsOrBuilderList()
       In same order as the request's queries.
       
      repeated .prometheus.QueryResult results = 1;
    • getResultsOrBuilder

      Remote.QueryResultOrBuilder getResultsOrBuilder(int index)
       In same order as the request's queries.
       
      repeated .prometheus.QueryResult results = 1;