main.java.com.streamlayer.analytics.studio.v2.PollsStatsByTimeLineResponseDataOrBuilder 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/v2/studio/dashboard.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.studio.v2;
public interface PollsStatsByTimeLineResponseDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.studio.PollsStatsByTimeLineResponseData)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* UNIX timestamp (EPOCH)
*
*
* string time_frame = 1 [json_name = "timeFrame"];
* @return The timeFrame.
*/
java.lang.String getTimeFrame();
/**
*
* UNIX timestamp (EPOCH)
*
*
* string time_frame = 1 [json_name = "timeFrame"];
* @return The bytes for timeFrame.
*/
com.google.protobuf.ByteString
getTimeFrameBytes();
/**
* .streamlayer.analytics.v2.studio.MetricsData common = 2 [json_name = "common"];
* @return Whether the common field is set.
*/
boolean hasCommon();
/**
* .streamlayer.analytics.v2.studio.MetricsData common = 2 [json_name = "common"];
* @return The common.
*/
com.streamlayer.analytics.studio.v2.MetricsData getCommon();
/**
* map<string, .streamlayer.analytics.v2.studio.MetricsData> by_type = 3 [json_name = "byType"];
*/
int getByTypeCount();
/**
* map<string, .streamlayer.analytics.v2.studio.MetricsData> by_type = 3 [json_name = "byType"];
*/
boolean containsByType(
java.lang.String key);
/**
* Use {@link #getByTypeMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getByType();
/**
* map<string, .streamlayer.analytics.v2.studio.MetricsData> by_type = 3 [json_name = "byType"];
*/
java.util.Map
getByTypeMap();
/**
* map<string, .streamlayer.analytics.v2.studio.MetricsData> by_type = 3 [json_name = "byType"];
*/
/* nullable */
com.streamlayer.analytics.studio.v2.MetricsData getByTypeOrDefault(
java.lang.String key,
/* nullable */
com.streamlayer.analytics.studio.v2.MetricsData defaultValue);
/**
* map<string, .streamlayer.analytics.v2.studio.MetricsData> by_type = 3 [json_name = "byType"];
*/
com.streamlayer.analytics.studio.v2.MetricsData getByTypeOrThrow(
java.lang.String key);
}