main.java.com.streamlayer.sports.soccer.SoccerMatchPlayerOrBuilder 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 SoccerMatchPlayerOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerMatchPlayer)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string first_name = 1 [json_name = "firstName"];
* @return The firstName.
*/
java.lang.String getFirstName();
/**
* string first_name = 1 [json_name = "firstName"];
* @return The bytes for firstName.
*/
com.google.protobuf.ByteString
getFirstNameBytes();
/**
* string last_name = 2 [json_name = "lastName"];
* @return The lastName.
*/
java.lang.String getLastName();
/**
* string last_name = 2 [json_name = "lastName"];
* @return The bytes for lastName.
*/
com.google.protobuf.ByteString
getLastNameBytes();
/**
* string display_name = 3 [json_name = "displayName"];
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
* string display_name = 3 [json_name = "displayName"];
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString
getDisplayNameBytes();
/**
* string photo = 4 [json_name = "photo"];
* @return The photo.
*/
java.lang.String getPhoto();
/**
* string photo = 4 [json_name = "photo"];
* @return The bytes for photo.
*/
com.google.protobuf.ByteString
getPhotoBytes();
/**
* string position = 5 [json_name = "position"];
* @return The position.
*/
java.lang.String getPosition();
/**
* string position = 5 [json_name = "position"];
* @return The bytes for position.
*/
com.google.protobuf.ByteString
getPositionBytes();
/**
* int32 jersey = 6 [json_name = "jersey"];
* @return The jersey.
*/
int getJersey();
}