main.java.com.streamlayer.sportsdata.client.bets.GameOddsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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 GameOddsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.GameOddsRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sportsdata.client.bets.GameOddsRequest.Filter filter = 1 [json_name = "filter"];
* @return Whether the filter field is set.
*/
boolean hasFilter();
/**
* .streamlayer.sportsdata.client.bets.GameOddsRequest.Filter filter = 1 [json_name = "filter"];
* @return The filter.
*/
com.streamlayer.sportsdata.client.bets.GameOddsRequest.Filter getFilter();
/**
* .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination"];
* @return Whether the pagination field is set.
*/
boolean hasPagination();
/**
* .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination"];
* @return The pagination.
*/
com.streamlayer.sportsdata.common.Pagination getPagination();
}