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.String getCursor()
      string cursor = 4 [json_name = "cursor"];
      com.google.protobuf.ByteString getCursorBytes()
      string cursor = 4 [json_name = "cursor"];
      java.lang.String getIds​(int index)
      ignores other parameters
      com.google.protobuf.ByteString getIdsBytes​(int index)
      ignores other parameters
      int getIdsCount()
      ignores other parameters
      java.util.List<java.lang.String> getIdsList()
      ignores other parameters
      int getPageSize()
      uint32 page_size = 5 [json_name = "pageSize"];
      java.lang.String getSearch()
      title, description, team in first version
      com.google.protobuf.ByteString getSearchBytes()
      title, description, team in first version
      Sort getSort()
      .streamlayer.nflShop.Sort sort = 3 [json_name = "sort"];
      boolean hasSort()
      .streamlayer.nflShop.Sort sort = 3 [json_name = "sort"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.