main.java.com.streamlayer.sports.soccer.SoccerTeamAttackingStatsOrBuilder 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 SoccerTeamAttackingStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerTeamAttackingStats)
com.google.protobuf.MessageLiteOrBuilder {
/**
* double possession = 1 [json_name = "possession"];
* @return The possession.
*/
double getPossession();
/**
* double passing_accuracy = 2 [json_name = "passingAccuracy"];
* @return The passingAccuracy.
*/
double getPassingAccuracy();
/**
* int32 chances_created = 3 [json_name = "chancesCreated"];
* @return The chancesCreated.
*/
int getChancesCreated();
/**
* double successful_crosses = 4 [json_name = "successfulCrosses"];
* @return The successfulCrosses.
*/
double getSuccessfulCrosses();
}