main.java.com.streamlayer.sports.common.NflEventStatisticsOrBuilder 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/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();
}