main.java.com.streamlayer.sports.soccer.SoccerAttackPerfomerOrBuilder 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 SoccerAttackPerfomerOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerAttackPerfomer)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sports.soccer.SoccerPerformer perfomer = 1 [json_name = "perfomer"];
* @return Whether the perfomer field is set.
*/
boolean hasPerfomer();
/**
* .streamlayer.sports.soccer.SoccerPerformer perfomer = 1 [json_name = "perfomer"];
* @return The perfomer.
*/
com.streamlayer.sports.soccer.SoccerPerformer getPerfomer();
/**
* .streamlayer.sports.soccer.SoccerPlayerAttackingStats attack_stats = 2 [json_name = "attackStats"];
* @return Whether the attackStats field is set.
*/
boolean hasAttackStats();
/**
* .streamlayer.sports.soccer.SoccerPlayerAttackingStats attack_stats = 2 [json_name = "attackStats"];
* @return The attackStats.
*/
com.streamlayer.sports.soccer.SoccerPlayerAttackingStats getAttackStats();
}