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

main.java.com.streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayerOrBuilder 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 SoccerMatchFormationMatrixPlayerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int32 jersey_number = 1 [json_name = "jerseyNumber"];
   * @return The jerseyNumber.
   */
  int getJerseyNumber();

  /**
   * string player_name = 2 [json_name = "playerName"];
   * @return The playerName.
   */
  java.lang.String getPlayerName();
  /**
   * string player_name = 2 [json_name = "playerName"];
   * @return The bytes for playerName.
   */
  com.google.protobuf.ByteString
      getPlayerNameBytes();

  /**
   * string photo = 3 [json_name = "photo"];
   * @return The photo.
   */
  java.lang.String getPhoto();
  /**
   * string photo = 3 [json_name = "photo"];
   * @return The bytes for photo.
   */
  com.google.protobuf.ByteString
      getPhotoBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy