Interface TotalPollsRequest.TotalRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalPollsRequest.TotalRequestFilter,TotalPollsRequest.TotalRequestFilter.Builder
- Enclosing class:
- TotalPollsRequest
public static interface TotalPollsRequest.TotalRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCountUnique()for counting statistics, unique by device idlonggetEventIds(int index)sports events idintgetEventIdsCount()sports events idjava.util.List<java.lang.Long>getEventIdsList()sports events idKindgetKinds(int index)kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENEDintgetKindsCount()kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENEDjava.util.List<Kind>getKindsList()kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENEDintgetKindsValue(int index)kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENEDjava.util.List<java.lang.Integer>getKindsValueList()kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENEDPeriodgetPeriod()periodjava.lang.StringgetTopicIds(int index)question idcom.google.protobuf.ByteStringgetTopicIdsBytes(int index)question idintgetTopicIdsCount()question idjava.util.List<java.lang.String>getTopicIdsList()question idbooleanhasPeriod()period
-
-
-
Method Detail
-
hasPeriod
boolean hasPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Returns:
- Whether the period field is set.
-
getPeriod
Period getPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Returns:
- The period.
-
getEventIdsList
java.util.List<java.lang.Long> getEventIdsList()
sports events id
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Returns:
- A list containing the eventIds.
-
getEventIdsCount
int getEventIdsCount()
sports events id
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Returns:
- The count of eventIds.
-
getEventIds
long getEventIds(int index)
sports events id
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
getTopicIdsList
java.util.List<java.lang.String> getTopicIdsList()
question id
repeated string topic_ids = 3 [json_name = "topicIds"];- Returns:
- A list containing the topicIds.
-
getTopicIdsCount
int getTopicIdsCount()
question id
repeated string topic_ids = 3 [json_name = "topicIds"];- Returns:
- The count of topicIds.
-
getTopicIds
java.lang.String getTopicIds(int index)
question id
repeated string topic_ids = 3 [json_name = "topicIds"];- Parameters:
index- The index of the element to return.- Returns:
- The topicIds at the given index.
-
getTopicIdsBytes
com.google.protobuf.ByteString getTopicIdsBytes(int index)
question id
repeated string topic_ids = 3 [json_name = "topicIds"];- Parameters:
index- The index of the element to return.- Returns:
- The topicIds at the given index.
-
getKindsList
java.util.List<Kind> getKindsList()
kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];- Returns:
- A list containing the kinds.
-
getKindsCount
int getKindsCount()
kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];- Returns:
- The count of kinds.
-
getKinds
Kind getKinds(int index)
kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];- Parameters:
index- The index of the element to return.- Returns:
- The kinds at the given index.
-
getKindsValueList
java.util.List<java.lang.Integer> getKindsValueList()
kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];- Returns:
- A list containing the enum numeric values on the wire for kinds.
-
getKindsValue
int getKindsValue(int index)
kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of kinds at the given index.
-
getCountUnique
boolean getCountUnique()
for counting statistics, unique by device id
bool count_unique = 5 [json_name = "countUnique"];- Returns:
- The countUnique.
-
-