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

main.java.com.streamlayer.sports.soccer.SoccerMatchFormationMatrixOrBuilder 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 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy