Interface TotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder

    • 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.
      • getEventId

        long getEventId()
         sports event id
         
        uint64 event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • getCategoriesList

        java.util.List<Category> getCategoriesList()
         categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME].
         default: all categories are searched
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Returns:
        A list containing the categories.
      • getCategoriesCount

        int getCategoriesCount()
         categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME].
         default: all categories are searched
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Returns:
        The count of categories.
      • getCategories

        Category getCategories​(int index)
         categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME].
         default: all categories are searched
         
        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 list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME].
         default: all categories are searched
         
        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 list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME].
         default: all categories are searched
         
        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.
      • getCountUnique

        boolean getCountUnique()
         for counting statistics, unique by device id
         
        bool count_unique = 4 [json_name = "countUnique"];
        Returns:
        The countUnique.