All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.inplay.games.ListRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/inplay/games/inplay.games.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay.games;

public interface ListRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.inplay.games.ListRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.inplay.games.ListRequest.Filter filter = 1 [json_name = "filter"];
   * @return Whether the filter field is set.
   */
  boolean hasFilter();
  /**
   * .streamlayer.inplay.games.ListRequest.Filter filter = 1 [json_name = "filter"];
   * @return The filter.
   */
  com.streamlayer.inplay.games.ListRequest.Filter getFilter();

  /**
   * 
   * Page number, 0 by default
   * 
* * int32 page = 2 [json_name = "page"]; * @return The page. */ int getPage(); /** *
   * Amount of items per page, 25 by default
   * 
* * int32 page_size = 3 [json_name = "pageSize"]; * @return The pageSize. */ int getPageSize(); /** *
   * could be asc or desc
   * 
* * string order = 5 [json_name = "order"]; * @return The order. */ java.lang.String getOrder(); /** *
   * could be asc or desc
   * 
* * string order = 5 [json_name = "order"]; * @return The bytes for order. */ com.google.protobuf.ByteString getOrderBytes(); /** *
   * could be any game field, default is 'id'
   * 
* * string criteria = 6 [json_name = "criteria"]; * @return The criteria. */ java.lang.String getCriteria(); /** *
   * could be any game field, default is 'id'
   * 
* * string criteria = 6 [json_name = "criteria"]; * @return The bytes for criteria. */ com.google.protobuf.ByteString getCriteriaBytes(); /** *
   * show only games, do not enclose markets
   * 
* * bool omit_markets = 7 [json_name = "omitMarkets"]; * @return The omitMarkets. */ boolean getOmitMarkets(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy