main.java.com.streamlayer.sports.common.PlayerTeamOrBuilder 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/sports_common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.common;
public interface PlayerTeamOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.PlayerTeam)
com.google.protobuf.MessageLiteOrBuilder {
/**
* uint64 team_id = 1 [json_name = "teamId"];
* @return The teamId.
*/
long getTeamId();
/**
* string position = 2 [json_name = "position"];
* @return The position.
*/
java.lang.String getPosition();
/**
* string position = 2 [json_name = "position"];
* @return The bytes for position.
*/
com.google.protobuf.ByteString
getPositionBytes();
/**
* int32 jersey_number = 3 [json_name = "jerseyNumber"];
* @return The jerseyNumber.
*/
int getJerseyNumber();
}