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

main.java.com.streamlayer.sportsdata.client.bets.GameLineOrBuilder 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 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy