All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sports.soccer.SoccerAttackPerfomerOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.120.2
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy