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