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

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

There is a newer version: 5.133.1
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 TeamStandingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.TeamStanding)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * uint64 id = 1 [json_name = "id"];
   * @return The id.
   */
  long getId();

  /**
   * string name = 2 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 2 [json_name = "name"];
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * string alias = 3 [json_name = "alias"];
   * @return The alias.
   */
  java.lang.String getAlias();
  /**
   * string alias = 3 [json_name = "alias"];
   * @return The bytes for alias.
   */
  com.google.protobuf.ByteString
      getAliasBytes();

  /**
   * string logo = 4 [json_name = "logo"];
   * @return The logo.
   */
  java.lang.String getLogo();
  /**
   * string logo = 4 [json_name = "logo"];
   * @return The bytes for logo.
   */
  com.google.protobuf.ByteString
      getLogoBytes();

  /**
   * repeated string colors = 5 [json_name = "colors"];
   * @return A list containing the colors.
   */
  java.util.List
      getColorsList();
  /**
   * repeated string colors = 5 [json_name = "colors"];
   * @return The count of colors.
   */
  int getColorsCount();
  /**
   * repeated string colors = 5 [json_name = "colors"];
   * @param index The index of the element to return.
   * @return The colors at the given index.
   */
  java.lang.String getColors(int index);
  /**
   * repeated string colors = 5 [json_name = "colors"];
   * @param index The index of the element to return.
   * @return The colors at the given index.
   */
  com.google.protobuf.ByteString
      getColorsBytes(int index);

  /**
   * int32 wins = 6 [json_name = "wins"];
   * @return The wins.
   */
  int getWins();

  /**
   * int32 losses = 7 [json_name = "losses"];
   * @return The losses.
   */
  int getLosses();

  /**
   * int32 draws = 8 [json_name = "draws"];
   * @return The draws.
   */
  int getDraws();

  /**
   * int32 games_behind = 9 [json_name = "gamesBehind"];
   * @return The gamesBehind.
   */
  int getGamesBehind();

  /**
   * string division = 12 [json_name = "division"];
   * @return The division.
   */
  java.lang.String getDivision();
  /**
   * string division = 12 [json_name = "division"];
   * @return The bytes for division.
   */
  com.google.protobuf.ByteString
      getDivisionBytes();

  /**
   * int32 points = 13 [json_name = "points"];
   * @return The points.
   */
  int getPoints();

  /**
   * int32 position = 14 [json_name = "position"];
   * @return The position.
   */
  int getPosition();

  /**
   * int32 total_goals = 15 [json_name = "totalGoals"];
   * @return The totalGoals.
   */
  int getTotalGoals();

  /**
   * int32 total_goals_received = 16 [json_name = "totalGoalsReceived"];
   * @return The totalGoalsReceived.
   */
  int getTotalGoalsReceived();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy