main.java.com.streamlayer.sports.common.SoccerEventStatisticsOrBuilder 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/sports/sports_common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.common;
public interface SoccerEventStatisticsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.SoccerEventStatistics)
com.google.protobuf.MessageLiteOrBuilder {
/**
* int32 ball_possession = 1 [json_name = "ballPossession"];
* @return The ballPossession.
*/
int getBallPossession();
/**
* int32 throw_ins = 2 [json_name = "throwIns"];
* @return The throwIns.
*/
int getThrowIns();
/**
* int32 fouls = 3 [json_name = "fouls"];
* @return The fouls.
*/
int getFouls();
/**
* int32 goal_kicks = 4 [json_name = "goalKicks"];
* @return The goalKicks.
*/
int getGoalKicks();
/**
* int32 free_kicks = 5 [json_name = "freeKicks"];
* @return The freeKicks.
*/
int getFreeKicks();
/**
* int32 shots_on_target = 6 [json_name = "shotsOnTarget"];
* @return The shotsOnTarget.
*/
int getShotsOnTarget();
/**
* int32 corner_kicks = 7 [json_name = "cornerKicks"];
* @return The cornerKicks.
*/
int getCornerKicks();
/**
* int32 shots_off_target = 8 [json_name = "shotsOffTarget"];
* @return The shotsOffTarget.
*/
int getShotsOffTarget();
/**
* int32 shots_saved = 9 [json_name = "shotsSaved"];
* @return The shotsSaved.
*/
int getShotsSaved();
/**
* int32 offsides = 10 [json_name = "offsides"];
* @return The offsides.
*/
int getOffsides();
/**
* int32 shots_blocked = 11 [json_name = "shotsBlocked"];
* @return The shotsBlocked.
*/
int getShotsBlocked();
/**
* int32 yellow_cards = 12 [json_name = "yellowCards"];
* @return The yellowCards.
*/
int getYellowCards();
}