main.java.com.streamlayer.sports.soccer.SoccerMatchFormationMatrixOrBuilder 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 SoccerMatchFormationMatrixOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerMatchFormationMatrix)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer row_players = 1 [json_name = "rowPlayers"];
*/
java.util.List
getRowPlayersList();
/**
* repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer row_players = 1 [json_name = "rowPlayers"];
*/
com.streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer getRowPlayers(int index);
/**
* repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer row_players = 1 [json_name = "rowPlayers"];
*/
int getRowPlayersCount();
}