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