main.java.com.streamlayer.sports.soccer.SoccerPerformerOrBuilder 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 SoccerPerformerOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerPerformer)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string name = 1 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string photo = 2 [json_name = "photo"];
* @return The photo.
*/
java.lang.String getPhoto();
/**
* string photo = 2 [json_name = "photo"];
* @return The bytes for photo.
*/
com.google.protobuf.ByteString
getPhotoBytes();
/**
* int32 score = 3 [json_name = "score"];
* @return The score.
*/
int getScore();
}