Interface DashboardRequestOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DashboardRequestOptions,DashboardRequestOptions.Builder
public interface DashboardRequestOptionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMetrics(int index)repeated string metrics = 2 [json_name = "metrics"];com.google.protobuf.ByteStringgetMetricsBytes(int index)repeated string metrics = 2 [json_name = "metrics"];intgetMetricsCount()repeated string metrics = 2 [json_name = "metrics"];java.util.List<java.lang.String>getMetricsList()repeated string metrics = 2 [json_name = "metrics"];booleangetSummaryCount()bool summary_count = 1 [json_name = "summaryCount"];
-
-
-
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.
-
-