Interface ListProductsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListProductsRequest,ListProductsRequest.Builder
public interface ListProductsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCursor()string cursor = 4 [json_name = "cursor"];com.google.protobuf.ByteStringgetCursorBytes()string cursor = 4 [json_name = "cursor"];java.lang.StringgetIds(int index)ignores other parameterscom.google.protobuf.ByteStringgetIdsBytes(int index)ignores other parametersintgetIdsCount()ignores other parametersjava.util.List<java.lang.String>getIdsList()ignores other parametersintgetPageSize()uint32 page_size = 5 [json_name = "pageSize"];java.lang.StringgetSearch()title, description, team in first versioncom.google.protobuf.ByteStringgetSearchBytes()title, description, team in first versionSortgetSort().streamlayer.nflShop.Sort sort = 3 [json_name = "sort"];booleanhasSort().streamlayer.nflShop.Sort sort = 3 [json_name = "sort"];
-
-
-
Method Detail
-
getSearch
java.lang.String getSearch()
title, description, team in first version
string search = 1 [json_name = "search"];- Returns:
- The search.
-
getSearchBytes
com.google.protobuf.ByteString getSearchBytes()
title, description, team in first version
string search = 1 [json_name = "search"];- Returns:
- The bytes for search.
-
getIdsList
java.util.List<java.lang.String> getIdsList()
ignores other parameters
repeated string ids = 2 [json_name = "ids"];- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()
ignores other parameters
repeated string ids = 2 [json_name = "ids"];- Returns:
- The count of ids.
-
getIds
java.lang.String getIds(int index)
ignores other parameters
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)
ignores other parameters
repeated string ids = 2 [json_name = "ids"];- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
hasSort
boolean hasSort()
.streamlayer.nflShop.Sort sort = 3 [json_name = "sort"];- Returns:
- Whether the sort field is set.
-
getSort
Sort getSort()
.streamlayer.nflShop.Sort sort = 3 [json_name = "sort"];- Returns:
- The sort.
-
getCursor
java.lang.String getCursor()
string cursor = 4 [json_name = "cursor"];- Returns:
- The cursor.
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
string cursor = 4 [json_name = "cursor"];- Returns:
- The bytes for cursor.
-
getPageSize
int getPageSize()
uint32 page_size = 5 [json_name = "pageSize"];- Returns:
- The pageSize.
-
-