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

main.java.com.streamlayer.sports.soccer.SoccerTeamDefenseStatsOrBuilder 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/soccer/soccer.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.soccer;

public interface SoccerTeamDefenseStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerTeamDefenseStats)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int32 tackles_made = 1 [json_name = "tacklesMade"];
   * @return The tacklesMade.
   */
  int getTacklesMade();

  /**
   * int32 interceptions = 2 [json_name = "interceptions"];
   * @return The interceptions.
   */
  int getInterceptions();

  /**
   * int32 blocked_shots = 3 [json_name = "blockedShots"];
   * @return The blockedShots.
   */
  int getBlockedShots();

  /**
   * int32 clearances = 4 [json_name = "clearances"];
   * @return The clearances.
   */
  int getClearances();

  /**
   * int32 duels_won = 5 [json_name = "duelsWon"];
   * @return The duelsWon.
   */
  int getDuelsWon();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy