All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sports.common.SoccerEventStatisticsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy