main.java.com.streamlayer.sports.soccer.SoccerTeamSummaryOrBuilder 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 SoccerTeamSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerTeamSummary)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sports.soccer.SoccerTeamTopMatchStats top_match_stats = 1 [json_name = "topMatchStats"];
* @return Whether the topMatchStats field is set.
*/
boolean hasTopMatchStats();
/**
* .streamlayer.sports.soccer.SoccerTeamTopMatchStats top_match_stats = 1 [json_name = "topMatchStats"];
* @return The topMatchStats.
*/
com.streamlayer.sports.soccer.SoccerTeamTopMatchStats getTopMatchStats();
/**
* .streamlayer.sports.soccer.SoccerTeamAttackingStats attacking_stats = 2 [json_name = "attackingStats"];
* @return Whether the attackingStats field is set.
*/
boolean hasAttackingStats();
/**
* .streamlayer.sports.soccer.SoccerTeamAttackingStats attacking_stats = 2 [json_name = "attackingStats"];
* @return The attackingStats.
*/
com.streamlayer.sports.soccer.SoccerTeamAttackingStats getAttackingStats();
/**
* .streamlayer.sports.soccer.SoccerTeamDefenseStats defense_stats = 3 [json_name = "defenseStats"];
* @return Whether the defenseStats field is set.
*/
boolean hasDefenseStats();
/**
* .streamlayer.sports.soccer.SoccerTeamDefenseStats defense_stats = 3 [json_name = "defenseStats"];
* @return The defenseStats.
*/
com.streamlayer.sports.soccer.SoccerTeamDefenseStats getDefenseStats();
}