main.java.com.streamlayer.sports.soccer.EventSummaryOrBuilder 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 EventSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.EventSummary)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sports.soccer.SoccerSummary statistics = 1 [json_name = "statistics"];
* @return Whether the statistics field is set.
*/
boolean hasStatistics();
/**
* .streamlayer.sports.soccer.SoccerSummary statistics = 1 [json_name = "statistics"];
* @return The statistics.
*/
com.streamlayer.sports.soccer.SoccerSummary getStatistics();
/**
* .streamlayer.sports.soccer.SoccerLastGames last_games = 2 [json_name = "lastGames"];
* @return Whether the lastGames field is set.
*/
boolean hasLastGames();
/**
* .streamlayer.sports.soccer.SoccerLastGames last_games = 2 [json_name = "lastGames"];
* @return The lastGames.
*/
com.streamlayer.sports.soccer.SoccerLastGames getLastGames();
}