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

main.java.com.streamlayer.sports.soccer.SoccerPlayerAttackingStatsOrBuilder 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 SoccerPlayerAttackingStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerPlayerAttackingStats)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int32 goals = 1 [json_name = "goals"];
   * @return The goals.
   */
  int getGoals();

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

  /**
   * int32 shots = 3 [json_name = "shots"];
   * @return The shots.
   */
  int getShots();

  /**
   * int32 shots_on_goal = 4 [json_name = "shotsOnGoal"];
   * @return The shotsOnGoal.
   */
  int getShotsOnGoal();

  /**
   * int32 penalty_kick_goals = 5 [json_name = "penaltyKickGoals"];
   * @return The penaltyKickGoals.
   */
  int getPenaltyKickGoals();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy