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

main.java.com.streamlayer.sportsdata.client.bets.GamePropsRequestOrBuilder 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/sportsdata/client/bets/bets.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sportsdata.client.bets;

public interface GamePropsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.GamePropsRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.sportsdata.client.bets.GamePropsRequest.Filter filter = 1 [json_name = "filter"];
   * @return Whether the filter field is set.
   */
  boolean hasFilter();
  /**
   * .streamlayer.sportsdata.client.bets.GamePropsRequest.Filter filter = 1 [json_name = "filter"];
   * @return The filter.
   */
  com.streamlayer.sportsdata.client.bets.GamePropsRequest.Filter getFilter();

  /**
   * .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];
   * @deprecated streamlayer.sportsdata.client.bets.GamePropsRequest.pagination is deprecated.
   *     See streamlayer/sportsdata/client/bets/bets.proto;l=36
   * @return Whether the pagination field is set.
   */
  @java.lang.Deprecated boolean hasPagination();
  /**
   * .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];
   * @deprecated streamlayer.sportsdata.client.bets.GamePropsRequest.pagination is deprecated.
   *     See streamlayer/sportsdata/client/bets/bets.proto;l=36
   * @return The pagination.
   */
  @java.lang.Deprecated com.streamlayer.sportsdata.common.Pagination getPagination();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy