All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sports.soccer.SoccerMatchLineupOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy