main.java.com.streamlayer.sportsdata.client.bets.GameLineOrBuilder 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 GameLineOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.GameLine)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sportsdata.client.bets.SoccerGameLine soccer = 1 [json_name = "soccer"];
* @return Whether the soccer field is set.
*/
boolean hasSoccer();
/**
* .streamlayer.sportsdata.client.bets.SoccerGameLine soccer = 1 [json_name = "soccer"];
* @return The soccer.
*/
com.streamlayer.sportsdata.client.bets.SoccerGameLine getSoccer();
/**
* .streamlayer.sportsdata.client.bets.NflGameLine nfl = 2 [json_name = "nfl"];
* @return Whether the nfl field is set.
*/
boolean hasNfl();
/**
* .streamlayer.sportsdata.client.bets.NflGameLine nfl = 2 [json_name = "nfl"];
* @return The nfl.
*/
com.streamlayer.sportsdata.client.bets.NflGameLine getNfl();
/**
* .streamlayer.sportsdata.client.bets.NbaGameLine nba = 3 [json_name = "nba"];
* @return Whether the nba field is set.
*/
boolean hasNba();
/**
* .streamlayer.sportsdata.client.bets.NbaGameLine nba = 3 [json_name = "nba"];
* @return The nba.
*/
com.streamlayer.sportsdata.client.bets.NbaGameLine getNba();
}