Interface ListRequest.ListRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListRequest.ListRequestFilter,ListRequest.ListRequestFilter.Builder
- Enclosing class:
- ListRequest
public static interface ListRequest.ListRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIds(int index)template idscom.google.protobuf.ByteStringgetIdsBytes(int index)template idsintgetIdsCount()template idsjava.util.List<java.lang.String>getIdsList()template idsjava.lang.StringgetSearchText()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.ByteStringgetSearchTextBytes()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.booleangetShowDeleted()show_deleted: if supplied the method returns only recently deleted itemsjava.lang.StringgetTagIds(int index)exact tag filterscom.google.protobuf.ByteStringgetTagIdsBytes(int index)exact tag filtersintgetTagIdsCount()exact tag filtersjava.util.List<java.lang.String>getTagIdsList()exact tag filtersjava.lang.StringgetTagMatch()partial tag textcom.google.protobuf.ByteStringgetTagMatchBytes()partial tag textQuestionTypegetTypes(int index)repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];intgetTypesCount()repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];java.util.List<QuestionType>getTypesList()repeated .streamlayer.interactive.QuestionType types = 1 [json_name = "types"];intgetTypesValue(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"];TemplateUITypegetUiTypes(int index)repeated .streamlayer.interactive.library.TemplateUIType ui_types = 7 [json_name = "uiTypes"];intgetUiTypesCount()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"];intgetUiTypesValue(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"];
-
-
-
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.
-
-