Class TotalCallsRequest.TotalRequestFilter.Builder

    • Method Detail

      • getEventIds

        public long getEventIds​(int index)
         sports events id
         
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Specified by:
        getEventIds in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.
      • setEventIds

        public TotalCallsRequest.TotalRequestFilter.Builder setEventIds​(int index,
                                                                        long value)
         sports events id
         
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        value - The eventIds to set.
        Returns:
        This builder for chaining.
      • addEventIds

        public TotalCallsRequest.TotalRequestFilter.Builder addEventIds​(long value)
         sports events id
         
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        value - The eventIds to add.
        Returns:
        This builder for chaining.
      • addAllEventIds

        public TotalCallsRequest.TotalRequestFilter.Builder addAllEventIds​(java.lang.Iterable<? extends java.lang.Long> values)
         sports events id
         
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        values - The eventIds to add.
        Returns:
        This builder for chaining.
      • getCategories

        public Category getCategories​(int index)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Specified by:
        getCategories in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The categories at the given index.
      • setCategories

        public TotalCallsRequest.TotalRequestFilter.Builder setCategories​(int index,
                                                                          Category value)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Parameters:
        index - The index to set the value at.
        value - The categories to set.
        Returns:
        This builder for chaining.
      • addCategories

        public TotalCallsRequest.TotalRequestFilter.Builder addCategories​(Category value)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Parameters:
        value - The categories to add.
        Returns:
        This builder for chaining.
      • addAllCategories

        public TotalCallsRequest.TotalRequestFilter.Builder addAllCategories​(java.lang.Iterable<? extends Category> values)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Parameters:
        values - The categories to add.
        Returns:
        This builder for chaining.
      • clearCategories

        public TotalCallsRequest.TotalRequestFilter.Builder clearCategories()
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Returns:
        This builder for chaining.
      • getCategoriesValueList

        public java.util.List<java.lang.Integer> getCategoriesValueList()
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Specified by:
        getCategoriesValueList in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for categories.
      • getCategoriesValue

        public int getCategoriesValue​(int index)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Specified by:
        getCategoriesValue in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of categories at the given index.
      • setCategoriesValue

        public TotalCallsRequest.TotalRequestFilter.Builder setCategoriesValue​(int index,
                                                                               int value)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for categories to set.
        Returns:
        This builder for chaining.
      • addCategoriesValue

        public TotalCallsRequest.TotalRequestFilter.Builder addCategoriesValue​(int value)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Parameters:
        value - The enum numeric value on the wire for categories to add.
        Returns:
        This builder for chaining.
      • addAllCategoriesValue

        public TotalCallsRequest.TotalRequestFilter.Builder addAllCategoriesValue​(java.lang.Iterable<java.lang.Integer> values)
         categories
         
        repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];
        Parameters:
        values - The enum numeric values on the wire for categories to add.
        Returns:
        This builder for chaining.
      • getKindsList

        public 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"];
        Specified by:
        getKindsList in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Returns:
        A list containing the kinds.
      • getKindsCount

        public 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"];
        Specified by:
        getKindsCount in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Returns:
        The count of kinds.
      • getKinds

        public 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"];
        Specified by:
        getKinds in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The kinds at the given index.
      • setKinds

        public TotalCallsRequest.TotalRequestFilter.Builder setKinds​(int index,
                                                                     Kind value)
         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 to set the value at.
        value - The kinds to set.
        Returns:
        This builder for chaining.
      • addKinds

        public TotalCallsRequest.TotalRequestFilter.Builder addKinds​(Kind value)
         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:
        value - The kinds to add.
        Returns:
        This builder for chaining.
      • addAllKinds

        public TotalCallsRequest.TotalRequestFilter.Builder addAllKinds​(java.lang.Iterable<? extends Kind> values)
         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:
        values - The kinds to add.
        Returns:
        This builder for chaining.
      • clearKinds

        public TotalCallsRequest.TotalRequestFilter.Builder clearKinds()
         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:
        This builder for chaining.
      • getKindsValueList

        public 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"];
        Specified by:
        getKindsValueList in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for kinds.
      • getKindsValue

        public 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"];
        Specified by:
        getKindsValue in interface TotalCallsRequest.TotalRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of kinds at the given index.
      • setKindsValue

        public TotalCallsRequest.TotalRequestFilter.Builder setKindsValue​(int index,
                                                                          int value)
         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 to set the value at.
        value - The enum numeric value on the wire for kinds to set.
        Returns:
        This builder for chaining.
      • addKindsValue

        public TotalCallsRequest.TotalRequestFilter.Builder addKindsValue​(int value)
         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:
        value - The enum numeric value on the wire for kinds to add.
        Returns:
        This builder for chaining.
      • addAllKindsValue

        public TotalCallsRequest.TotalRequestFilter.Builder addAllKindsValue​(java.lang.Iterable<java.lang.Integer> values)
         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:
        values - The enum numeric values on the wire for kinds to add.
        Returns:
        This builder for chaining.
      • setCountUnique

        public TotalCallsRequest.TotalRequestFilter.Builder setCountUnique​(boolean value)
         for counting statistics, unique by device id
         
        bool count_unique = 5 [json_name = "countUnique"];
        Parameters:
        value - The countUnique to set.
        Returns:
        This builder for chaining.
      • clearCountUnique

        public TotalCallsRequest.TotalRequestFilter.Builder clearCountUnique()
         for counting statistics, unique by device id
         
        bool count_unique = 5 [json_name = "countUnique"];
        Returns:
        This builder for chaining.