Interface ListRequest.ListRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIds​(int index)
      template ids
      com.google.protobuf.ByteString getIdsBytes​(int index)
      template ids
      int getIdsCount()
      template ids
      java.util.List<java.lang.String> getIdsList()
      template ids
      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.
      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.
      boolean getShowDeleted()
      show_deleted: if supplied the method returns only recently deleted items
      java.lang.String getTagIds​(int index)
      exact tag filters
      com.google.protobuf.ByteString getTagIdsBytes​(int index)
      exact tag filters
      int getTagIdsCount()
      exact tag filters
      java.util.List<java.lang.String> getTagIdsList()
      exact tag filters
      java.lang.String getTagMatch()
      partial tag text
      com.google.protobuf.ByteString getTagMatchBytes()
      partial tag text
      QuestionType getTypes​(int index)
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      int getTypesCount()
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      java.util.List<QuestionType> getTypesList()
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      int getTypesValue​(int index)
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      java.util.List<java.lang.Integer> getTypesValueList()
      repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
      TemplateUIType getUiTypes​(int index)
      repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
      int getUiTypesCount()
      repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
      java.util.List<TemplateUIType> getUiTypesList()
      repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
      int getUiTypesValue​(int index)
      repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
      java.util.List<java.lang.Integer> getUiTypesValueList()
      repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTypesList

        java.util.List<QuestionType> getTypesList()
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Returns:
        A list containing the types.
      • getTypesCount

        int getTypesCount()
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Returns:
        The count of types.
      • getTypes

        QuestionType getTypes​(int index)
        repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The types at the given index.
      • getTypesValueList

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

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

        java.util.List<java.lang.String> getIdsList()
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Returns:
        A list containing the ids.
      • getIdsCount

        int getIdsCount()
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Returns:
        The count of ids.
      • getIds

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

        com.google.protobuf.ByteString getIdsBytes​(int index)
         template ids
         
        repeated string ids = 2 [json_name = "ids"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • getShowDeleted

        boolean getShowDeleted()
         show_deleted: if supplied the method returns only recently deleted items
         
        bool show_deleted = 3 [json_name = "showDeleted"];
        Returns:
        The showDeleted.
      • getTagMatch

        java.lang.String getTagMatch()
         partial tag text
         
        string tag_match = 4 [json_name = "tagMatch"];
        Returns:
        The tagMatch.
      • getTagMatchBytes

        com.google.protobuf.ByteString getTagMatchBytes()
         partial tag text
         
        string tag_match = 4 [json_name = "tagMatch"];
        Returns:
        The bytes for tagMatch.
      • getTagIdsList

        java.util.List<java.lang.String> getTagIdsList()
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Returns:
        A list containing the tagIds.
      • getTagIdsCount

        int getTagIdsCount()
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Returns:
        The count of tagIds.
      • getTagIds

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

        com.google.protobuf.ByteString getTagIdsBytes​(int index)
         exact tag filters
         
        repeated string tag_ids = 5 [json_name = "tagIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The tagIds at the given index.
      • getSearchText

        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"];
        Returns:
        The searchText.
      • getSearchTextBytes

        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"];
        Returns:
        The bytes for searchText.
      • getUiTypesList

        java.util.List<TemplateUIType> getUiTypesList()
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Returns:
        A list containing the uiTypes.
      • getUiTypesCount

        int getUiTypesCount()
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Returns:
        The count of uiTypes.
      • getUiTypes

        TemplateUIType getUiTypes​(int index)
        repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The uiTypes at the given index.
      • getUiTypesValueList

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

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