main.java.com.streamlayer.sports.soccer.SoccerMatchLineupOrBuilder 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 SoccerMatchLineupOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerMatchLineup)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string formation_string = 1 [json_name = "formationString"];
* @return The formationString.
*/
java.lang.String getFormationString();
/**
* string formation_string = 1 [json_name = "formationString"];
* @return The bytes for formationString.
*/
com.google.protobuf.ByteString
getFormationStringBytes();
/**
*
* formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]
*
*
* repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
*/
java.util.List
getFormationMatrixList();
/**
*
* formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]
*
*
* repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
*/
com.streamlayer.sports.soccer.SoccerMatchFormationMatrix getFormationMatrix(int index);
/**
*
* formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]
*
*
* repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
*/
int getFormationMatrixCount();
/**
* repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
*/
java.util.List
getStartPlayersList();
/**
* repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
*/
com.streamlayer.sports.soccer.SoccerMatchPlayer getStartPlayers(int index);
/**
* repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
*/
int getStartPlayersCount();
/**
* repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
*/
java.util.List
getSubstitutesList();
/**
* repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
*/
com.streamlayer.sports.soccer.SoccerMatchPlayer getSubstitutes(int index);
/**
* repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
*/
int getSubstitutesCount();
}