main.java.com.streamlayer.sports.soccer.SoccerTeamTopMatchStatsOrBuilder 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/soccer/soccer.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.soccer;
public interface SoccerTeamTopMatchStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerTeamTopMatchStats)
com.google.protobuf.MessageLiteOrBuilder {
/**
* double possession = 1 [json_name = "possession"];
* @return The possession.
*/
double getPossession();
/**
* int32 shots = 2 [json_name = "shots"];
* @return The shots.
*/
int getShots();
/**
* int32 shots_on_target = 3 [json_name = "shotsOnTarget"];
* @return The shotsOnTarget.
*/
int getShotsOnTarget();
/**
* int32 passes = 4 [json_name = "passes"];
* @return The passes.
*/
int getPasses();
/**
* int32 offsides = 5 [json_name = "offsides"];
* @return The offsides.
*/
int getOffsides();
/**
* int32 yellow_cards = 6 [json_name = "yellowCards"];
* @return The yellowCards.
*/
int getYellowCards();
/**
* int32 corner_kicks = 7 [json_name = "cornerKicks"];
* @return The cornerKicks.
*/
int getCornerKicks();
/**
* int32 free_kicks = 8 [json_name = "freeKicks"];
* @return The freeKicks.
*/
int getFreeKicks();
/**
* int32 red_cards = 9 [json_name = "redCards"];
* @return The redCards.
*/
int getRedCards();
}