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

main.java.com.streamlayer.analytics.studio.v2.PollsStatsByTimeLineResponseDataOrBuilder 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/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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy