main.java.com.streamlayer.sportsdata.client.bets.ShotsOnTargetOrBuilder 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 ShotsOnTargetOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.ShotsOnTarget)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string player = 1 [json_name = "player"];
* @return The player.
*/
java.lang.String getPlayer();
/**
* string player = 1 [json_name = "player"];
* @return The bytes for player.
*/
com.google.protobuf.ByteString
getPlayerBytes();
/**
* int32 one = 2 [json_name = "one"];
* @return The one.
*/
int getOne();
/**
* int32 two = 3 [json_name = "two"];
* @return The two.
*/
int getTwo();
/**
* string one_bet_link = 4 [json_name = "oneBetLink"];
* @return The oneBetLink.
*/
java.lang.String getOneBetLink();
/**
* string one_bet_link = 4 [json_name = "oneBetLink"];
* @return The bytes for oneBetLink.
*/
com.google.protobuf.ByteString
getOneBetLinkBytes();
/**
* string two_bet_link = 5 [json_name = "twoBetLink"];
* @return The twoBetLink.
*/
java.lang.String getTwoBetLink();
/**
* string two_bet_link = 5 [json_name = "twoBetLink"];
* @return The bytes for twoBetLink.
*/
com.google.protobuf.ByteString
getTwoBetLinkBytes();
}