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

main.java.com.streamlayer.sportsdata.client.bets.GameLineMoneyLineOrBuilder 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 GameLineMoneyLineOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.GameLineMoneyLine)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int32 market_id = 1 [json_name = "marketId"];
   * @return The marketId.
   */
  int getMarketId();

  /**
   * repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
   */
  java.util.List 
      getOutcomesList();
  /**
   * repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
   */
  com.streamlayer.sportsdata.common.Outcome getOutcomes(int index);
  /**
   * repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
   */
  int getOutcomesCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy