Class ListRequest.ListRequestFilter.Builder

    • Method Detail

      • getTypes

        public QuestionType getTypes​(int index)
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Specified by:
        getTypes in interface ListRequest.ListRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The types at the given index.
      • setTypes

        public ListRequest.ListRequestFilter.Builder setTypes​(int index,
                                                              QuestionType value)
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Parameters:
        index - The index to set the value at.
        value - The types to set.
        Returns:
        This builder for chaining.
      • addAllTypes

        public ListRequest.ListRequestFilter.Builder addAllTypes​(java.lang.Iterable<? extends QuestionType> values)
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Parameters:
        values - The types to add.
        Returns:
        This builder for chaining.
      • clearTypes

        public ListRequest.ListRequestFilter.Builder clearTypes()
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Returns:
        This builder for chaining.
      • getTypesValueList

        public java.util.List<java.lang.Integer> getTypesValueList()
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Specified by:
        getTypesValueList in interface ListRequest.ListRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for types.
      • getTypesValue

        public int getTypesValue​(int index)
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Specified by:
        getTypesValue in interface ListRequest.ListRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of types at the given index.
      • setTypesValue

        public ListRequest.ListRequestFilter.Builder setTypesValue​(int index,
                                                                   int value)
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for types to set.
        Returns:
        This builder for chaining.
      • addTypesValue

        public ListRequest.ListRequestFilter.Builder addTypesValue​(int value)
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Parameters:
        value - The enum numeric value on the wire for types to add.
        Returns:
        This builder for chaining.
      • addAllTypesValue

        public ListRequest.ListRequestFilter.Builder addAllTypesValue​(java.lang.Iterable<java.lang.Integer> values)
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Parameters:
        values - The enum numeric values on the wire for types to add.
        Returns:
        This builder for chaining.
      • getIdsList

        public java.util.List<java.lang.String> getIdsList()
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Specified by:
        getIdsList in interface ListRequest.ListRequestFilterOrBuilder
        Returns:
        A list containing the ids.
      • getIds

        public java.lang.String getIds​(int index)
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Specified by:
        getIds in interface ListRequest.ListRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • getIdsBytes

        public com.google.protobuf.ByteString getIdsBytes​(int index)
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Specified by:
        getIdsBytes in interface ListRequest.ListRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ids at the given index.
      • setIds

        public ListRequest.ListRequestFilter.Builder setIds​(int index,
                                                            java.lang.String value)
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Parameters:
        index - The index to set the value at.
        value - The ids to set.
        Returns:
        This builder for chaining.
      • addIds

        public ListRequest.ListRequestFilter.Builder addIds​(java.lang.String value)
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Parameters:
        value - The ids to add.
        Returns:
        This builder for chaining.
      • addAllIds

        public ListRequest.ListRequestFilter.Builder addAllIds​(java.lang.Iterable<java.lang.String> values)
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Parameters:
        values - The ids to add.
        Returns:
        This builder for chaining.
      • addIdsBytes

        public ListRequest.ListRequestFilter.Builder addIdsBytes​(com.google.protobuf.ByteString value)
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Parameters:
        value - The bytes of the ids to add.
        Returns:
        This builder for chaining.
      • getShowDeleted

        public boolean getShowDeleted()
         show_deleted: if supplied the method returns only recently deleted items
         
        bool show_deleted = 3 [json_name = "showDeleted"];
        Specified by:
        getShowDeleted in interface ListRequest.ListRequestFilterOrBuilder
        Returns:
        The showDeleted.
      • setShowDeleted

        public ListRequest.ListRequestFilter.Builder setShowDeleted​(boolean value)
         show_deleted: if supplied the method returns only recently deleted items
         
        bool show_deleted = 3 [json_name = "showDeleted"];
        Parameters:
        value - The showDeleted to set.
        Returns:
        This builder for chaining.
      • clearShowDeleted

        public ListRequest.ListRequestFilter.Builder clearShowDeleted()
         show_deleted: if supplied the method returns only recently deleted items
         
        bool show_deleted = 3 [json_name = "showDeleted"];
        Returns:
        This builder for chaining.
      • setTagMatch

        public ListRequest.ListRequestFilter.Builder setTagMatch​(java.lang.String value)
         partial tag text
         
        string tag_match = 4 [json_name = "tagMatch"];
        Parameters:
        value - The tagMatch to set.
        Returns:
        This builder for chaining.
      • setTagMatchBytes

        public ListRequest.ListRequestFilter.Builder setTagMatchBytes​(com.google.protobuf.ByteString value)
         partial tag text
         
        string tag_match = 4 [json_name = "tagMatch"];
        Parameters:
        value - The bytes for tagMatch to set.
        Returns:
        This builder for chaining.
      • getTagIdsList

        public java.util.List<java.lang.String> getTagIdsList()
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Specified by:
        getTagIdsList in interface ListRequest.ListRequestFilterOrBuilder
        Returns:
        A list containing the tagIds.
      • getTagIds

        public java.lang.String getTagIds​(int index)
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Specified by:
        getTagIds in interface ListRequest.ListRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The tagIds at the given index.
      • getTagIdsBytes

        public com.google.protobuf.ByteString getTagIdsBytes​(int index)
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Specified by:
        getTagIdsBytes in interface ListRequest.ListRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tagIds at the given index.
      • setTagIds

        public ListRequest.ListRequestFilter.Builder setTagIds​(int index,
                                                               java.lang.String value)
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Parameters:
        index - The index to set the value at.
        value - The tagIds to set.
        Returns:
        This builder for chaining.
      • addTagIds

        public ListRequest.ListRequestFilter.Builder addTagIds​(java.lang.String value)
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Parameters:
        value - The tagIds to add.
        Returns:
        This builder for chaining.
      • addAllTagIds

        public ListRequest.ListRequestFilter.Builder addAllTagIds​(java.lang.Iterable<java.lang.String> values)
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Parameters:
        values - The tagIds to add.
        Returns:
        This builder for chaining.
      • addTagIdsBytes

        public ListRequest.ListRequestFilter.Builder addTagIdsBytes​(com.google.protobuf.ByteString value)
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Parameters:
        value - The bytes of the tagIds to add.
        Returns:
        This builder for chaining.
      • getSearchText

        public java.lang.String getSearchText()
         unified partial case insensitive free-text search
         across: template.name (custom name), options.promotion:
         sponsor.name (advertiser), ad_campaigns.campaign_name
         banner.body/title, subject, etc.
         
        string search_text = 6 [json_name = "searchText"];
        Specified by:
        getSearchText in interface ListRequest.ListRequestFilterOrBuilder
        Returns:
        The searchText.
      • getSearchTextBytes

        public com.google.protobuf.ByteString getSearchTextBytes()
         unified partial case insensitive free-text search
         across: template.name (custom name), options.promotion:
         sponsor.name (advertiser), ad_campaigns.campaign_name
         banner.body/title, subject, etc.
         
        string search_text = 6 [json_name = "searchText"];
        Specified by:
        getSearchTextBytes in interface ListRequest.ListRequestFilterOrBuilder
        Returns:
        The bytes for searchText.
      • setSearchText

        public ListRequest.ListRequestFilter.Builder setSearchText​(java.lang.String value)
         unified partial case insensitive free-text search
         across: template.name (custom name), options.promotion:
         sponsor.name (advertiser), ad_campaigns.campaign_name
         banner.body/title, subject, etc.
         
        string search_text = 6 [json_name = "searchText"];
        Parameters:
        value - The searchText to set.
        Returns:
        This builder for chaining.
      • clearSearchText

        public ListRequest.ListRequestFilter.Builder clearSearchText()
         unified partial case insensitive free-text search
         across: template.name (custom name), options.promotion:
         sponsor.name (advertiser), ad_campaigns.campaign_name
         banner.body/title, subject, etc.
         
        string search_text = 6 [json_name = "searchText"];
        Returns:
        This builder for chaining.
      • setSearchTextBytes

        public ListRequest.ListRequestFilter.Builder setSearchTextBytes​(com.google.protobuf.ByteString value)
         unified partial case insensitive free-text search
         across: template.name (custom name), options.promotion:
         sponsor.name (advertiser), ad_campaigns.campaign_name
         banner.body/title, subject, etc.
         
        string search_text = 6 [json_name = "searchText"];
        Parameters:
        value - The bytes for searchText to set.
        Returns:
        This builder for chaining.
      • getUiTypes

        public TemplateUIType getUiTypes​(int index)
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Specified by:
        getUiTypes in interface ListRequest.ListRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The uiTypes at the given index.
      • setUiTypes

        public ListRequest.ListRequestFilter.Builder setUiTypes​(int index,
                                                                TemplateUIType value)
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Parameters:
        index - The index to set the value at.
        value - The uiTypes to set.
        Returns:
        This builder for chaining.
      • addUiTypes

        public ListRequest.ListRequestFilter.Builder addUiTypes​(TemplateUIType value)
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Parameters:
        value - The uiTypes to add.
        Returns:
        This builder for chaining.
      • addAllUiTypes

        public ListRequest.ListRequestFilter.Builder addAllUiTypes​(java.lang.Iterable<? extends TemplateUIType> values)
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Parameters:
        values - The uiTypes to add.
        Returns:
        This builder for chaining.
      • clearUiTypes

        public ListRequest.ListRequestFilter.Builder clearUiTypes()
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Returns:
        This builder for chaining.
      • getUiTypesValueList

        public java.util.List<java.lang.Integer> getUiTypesValueList()
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Specified by:
        getUiTypesValueList in interface ListRequest.ListRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for uiTypes.
      • getUiTypesValue

        public int getUiTypesValue​(int index)
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Specified by:
        getUiTypesValue in interface ListRequest.ListRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of uiTypes at the given index.
      • setUiTypesValue

        public ListRequest.ListRequestFilter.Builder setUiTypesValue​(int index,
                                                                     int value)
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for uiTypes to set.
        Returns:
        This builder for chaining.
      • addUiTypesValue

        public ListRequest.ListRequestFilter.Builder addUiTypesValue​(int value)
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Parameters:
        value - The enum numeric value on the wire for uiTypes to add.
        Returns:
        This builder for chaining.
      • addAllUiTypesValue

        public ListRequest.ListRequestFilter.Builder addAllUiTypesValue​(java.lang.Iterable<java.lang.Integer> values)
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Parameters:
        values - The enum numeric values on the wire for uiTypes to add.
        Returns:
        This builder for chaining.