Interface TotalCallsRequest.TotalRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalCallsRequest.TotalRequestFilter,TotalCallsRequest.TotalRequestFilter.Builder
- Enclosing class:
- TotalCallsRequest
public static interface TotalCallsRequest.TotalRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CategorygetCategories(int index)categoriesintgetCategoriesCount()categoriesjava.util.List<Category>getCategoriesList()categoriesintgetCategoriesValue(int index)categoriesjava.util.List<java.lang.Integer>getCategoriesValueList()categoriesbooleangetCountUnique()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_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINEDintgetKindsCount()kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINEDjava.util.List<Kind>getKindsList()kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINEDintgetKindsValue(int index)kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINEDjava.util.List<java.lang.Integer>getKindsValueList()kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINEDPeriodgetPeriod()periodbooleanhasPeriod()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.
-
getCategoriesList
java.util.List<Category> getCategoriesList()
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Returns:
- A list containing the categories.
-
getCategoriesCount
int getCategoriesCount()
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Returns:
- The count of categories.
-
getCategories
Category getCategories(int index)
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
index- The index of the element to return.- Returns:
- The categories at the given index.
-
getCategoriesValueList
java.util.List<java.lang.Integer> getCategoriesValueList()
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Returns:
- A list containing the enum numeric values on the wire for categories.
-
getCategoriesValue
int getCategoriesValue(int index)
categories
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of categories at the given index.
-
getKindsList
java.util.List<Kind> getKindsList()
kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];- Returns:
- A list containing the kinds.
-
getKindsCount
int getKindsCount()
kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];- Returns:
- The count of kinds.
-
getKinds
Kind getKinds(int index)
kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
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_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
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_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
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.
-
-