All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.analytics.studio.v1.DashboardRequestOptionsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy