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

main.java.com.streamlayer.sports.common.NflEventStatisticsOrBuilder 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/sports_common.proto

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

public interface NflEventStatisticsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.NflEventStatistics)
    com.google.protobuf.MessageLiteOrBuilder {

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

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

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

  /**
   * int32 turnovers = 4 [json_name = "turnovers"];
   * @return The turnovers.
   */
  int getTurnovers();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy