main.java.com.streamlayer.sports.soccer.SoccerPlayerMidfieldStatsOrBuilder 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 SoccerPlayerMidfieldStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerPlayerMidfieldStats)
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 key_passes = 3 [json_name = "keyPasses"];
* @return The keyPasses.
*/
int getKeyPasses();
/**
* int32 crosses = 4 [json_name = "crosses"];
* @return The crosses.
*/
int getCrosses();
/**
* int32 corners = 5 [json_name = "corners"];
* @return The corners.
*/
int getCorners();
}