Interface DashboardRequestOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMetrics​(int index)
      repeated string metrics = 2 [json_name = "metrics"];
      com.google.protobuf.ByteString getMetricsBytes​(int index)
      repeated string metrics = 2 [json_name = "metrics"];
      int getMetricsCount()
      repeated string metrics = 2 [json_name = "metrics"];
      java.util.List<java.lang.String> getMetricsList()
      repeated string metrics = 2 [json_name = "metrics"];
      boolean getSummaryCount()
      bool summary_count = 1 [json_name = "summaryCount"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getSummaryCount

        boolean getSummaryCount()
        bool summary_count = 1 [json_name = "summaryCount"];
        Returns:
        The summaryCount.
      • getMetricsList

        java.util.List<java.lang.String> getMetricsList()
        repeated string metrics = 2 [json_name = "metrics"];
        Returns:
        A list containing the metrics.
      • getMetricsCount

        int getMetricsCount()
        repeated string metrics = 2 [json_name = "metrics"];
        Returns:
        The count of metrics.
      • getMetrics

        java.lang.String getMetrics​(int index)
        repeated string metrics = 2 [json_name = "metrics"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The metrics at the given index.
      • getMetricsBytes

        com.google.protobuf.ByteString getMetricsBytes​(int index)
        repeated string metrics = 2 [json_name = "metrics"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The metrics at the given index.