Interface PollsStatsByTimeLineRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PollsStatsByTimeLineRequestFilter,PollsStatsByTimeLineRequestFilter.Builder
public interface PollsStatsByTimeLineRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggPeriodgetAggPeriod().streamlayer.analytics.v2.studio.AggPeriod agg_period = 5 [json_name = "aggPeriod"];intgetAggPeriodValue().streamlayer.analytics.v2.studio.AggPeriod agg_period = 5 [json_name = "aggPeriod"];java.lang.StringgetCountries(int index)repeated string countries = 3 [json_name = "countries"];com.google.protobuf.ByteStringgetCountriesBytes(int index)repeated string countries = 3 [json_name = "countries"];intgetCountriesCount()repeated string countries = 3 [json_name = "countries"];java.util.List<java.lang.String>getCountriesList()repeated string countries = 3 [json_name = "countries"];longgetEventId()uint64 event_id = 2 [json_name = "eventId"];java.lang.StringgetOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()optional string organization_id = 1 [json_name = "organizationId"];PeriodgetPeriod()dafault now() - interval 1HTopicTypegetTopicType()optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];intgetTopicTypeValue()optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];java.lang.StringgetTz()'America/New_York'com.google.protobuf.ByteStringgetTzBytes()'America/New_York'booleanhasOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];booleanhasPeriod()dafault now() - interval 1HbooleanhasTopicType()optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];booleanhasTz()'America/New_York'
-
-
-
Method Detail
-
hasOrganizationId
boolean hasOrganizationId()
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- Whether the organizationId field is set.
-
getOrganizationId
java.lang.String getOrganizationId()
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getEventId
long getEventId()
uint64 event_id = 2 [json_name = "eventId"];- Returns:
- The eventId.
-
getCountriesList
java.util.List<java.lang.String> getCountriesList()
repeated string countries = 3 [json_name = "countries"];- Returns:
- A list containing the countries.
-
getCountriesCount
int getCountriesCount()
repeated string countries = 3 [json_name = "countries"];- Returns:
- The count of countries.
-
getCountries
java.lang.String getCountries(int index)
repeated string countries = 3 [json_name = "countries"];- Parameters:
index- The index of the element to return.- Returns:
- The countries at the given index.
-
getCountriesBytes
com.google.protobuf.ByteString getCountriesBytes(int index)
repeated string countries = 3 [json_name = "countries"];- Parameters:
index- The index of the element to return.- Returns:
- The countries at the given index.
-
hasPeriod
boolean hasPeriod()
dafault now() - interval 1H
optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];- Returns:
- Whether the period field is set.
-
getPeriod
Period getPeriod()
dafault now() - interval 1H
optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];- Returns:
- The period.
-
getAggPeriodValue
int getAggPeriodValue()
.streamlayer.analytics.v2.studio.AggPeriod agg_period = 5 [json_name = "aggPeriod"];- Returns:
- The enum numeric value on the wire for aggPeriod.
-
getAggPeriod
AggPeriod getAggPeriod()
.streamlayer.analytics.v2.studio.AggPeriod agg_period = 5 [json_name = "aggPeriod"];- Returns:
- The aggPeriod.
-
hasTopicType
boolean hasTopicType()
optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];- Returns:
- Whether the topicType field is set.
-
getTopicTypeValue
int getTopicTypeValue()
optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];- Returns:
- The enum numeric value on the wire for topicType.
-
getTopicType
TopicType getTopicType()
optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];- Returns:
- The topicType.
-
hasTz
boolean hasTz()
'America/New_York'
optional string tz = 7 [json_name = "tz"];- Returns:
- Whether the tz field is set.
-
getTz
java.lang.String getTz()
'America/New_York'
optional string tz = 7 [json_name = "tz"];- Returns:
- The tz.
-
getTzBytes
com.google.protobuf.ByteString getTzBytes()
'America/New_York'
optional string tz = 7 [json_name = "tz"];- Returns:
- The bytes for tz.
-
-