main.java.com.streamlayer.sportsdata.client.bets.FutureOrBuilder 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 FutureOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.Future)
com.google.protobuf.MessageLiteOrBuilder {
/**
* int32 value = 2 [json_name = "value"];
* @return The value.
*/
int getValue();
/**
* string team = 3 [json_name = "team"];
* @return The team.
*/
java.lang.String getTeam();
/**
* string team = 3 [json_name = "team"];
* @return The bytes for team.
*/
com.google.protobuf.ByteString
getTeamBytes();
/**
* string bet_link = 4 [json_name = "betLink"];
* @return The betLink.
*/
java.lang.String getBetLink();
/**
* string bet_link = 4 [json_name = "betLink"];
* @return The bytes for betLink.
*/
com.google.protobuf.ByteString
getBetLinkBytes();
}