main.java.com.streamlayer.sports.common.EventTeamStatisticsOrBuilder 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 EventTeamStatisticsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.EventTeamStatistics)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sports.NflEventStatistics football = 1 [json_name = "football"];
* @return Whether the football field is set.
*/
boolean hasFootball();
/**
* .streamlayer.sports.NflEventStatistics football = 1 [json_name = "football"];
* @return The football.
*/
com.streamlayer.sports.common.NflEventStatistics getFootball();
/**
* .streamlayer.sports.SoccerEventStatistics soccer = 2 [json_name = "soccer"];
* @return Whether the soccer field is set.
*/
boolean hasSoccer();
/**
* .streamlayer.sports.SoccerEventStatistics soccer = 2 [json_name = "soccer"];
* @return The soccer.
*/
com.streamlayer.sports.common.SoccerEventStatistics getSoccer();
public com.streamlayer.sports.common.EventTeamStatistics.StatisticsCase getStatisticsCase();
}