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

main.java.com.streamlayer.sports.soccer.SoccerTeamAttackingStatsOrBuilder 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 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy