main.java.com.streamlayer.analytics.studio.v1.DashboardRequestOptionsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/analytics/v1/studio/studioDashboard.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.studio.v1;
public interface DashboardRequestOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.studio.DashboardRequestOptions)
com.google.protobuf.MessageLiteOrBuilder {
/**
* bool summary_count = 1 [json_name = "summaryCount"];
* @return The summaryCount.
*/
boolean getSummaryCount();
/**
* repeated string metrics = 2 [json_name = "metrics"];
* @return A list containing the metrics.
*/
java.util.List
getMetricsList();
/**
* repeated string metrics = 2 [json_name = "metrics"];
* @return The count of metrics.
*/
int getMetricsCount();
/**
* repeated string metrics = 2 [json_name = "metrics"];
* @param index The index of the element to return.
* @return The metrics at the given index.
*/
java.lang.String getMetrics(int index);
/**
* repeated string metrics = 2 [json_name = "metrics"];
* @param index The index of the element to return.
* @return The metrics at the given index.
*/
com.google.protobuf.ByteString
getMetricsBytes(int index);
}