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

main.java.com.streamlayer.sports.common.PlayerOrBuilder 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/sports_common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.common;

public interface PlayerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.Player)
    com.google.protobuf.MessageLiteOrBuilder {

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

  /**
   * string custom_fields = 8 [json_name = "customFields"];
   * @return The customFields.
   */
  java.lang.String getCustomFields();
  /**
   * string custom_fields = 8 [json_name = "customFields"];
   * @return The bytes for customFields.
   */
  com.google.protobuf.ByteString
      getCustomFieldsBytes();

  /**
   * string first_name = 9 [json_name = "firstName"];
   * @return The firstName.
   */
  java.lang.String getFirstName();
  /**
   * string first_name = 9 [json_name = "firstName"];
   * @return The bytes for firstName.
   */
  com.google.protobuf.ByteString
      getFirstNameBytes();

  /**
   * string last_name = 10 [json_name = "lastName"];
   * @return The lastName.
   */
  java.lang.String getLastName();
  /**
   * string last_name = 10 [json_name = "lastName"];
   * @return The bytes for lastName.
   */
  com.google.protobuf.ByteString
      getLastNameBytes();

  /**
   * string display_name = 14 [json_name = "displayName"];
   * @return The displayName.
   */
  java.lang.String getDisplayName();
  /**
   * string display_name = 14 [json_name = "displayName"];
   * @return The bytes for displayName.
   */
  com.google.protobuf.ByteString
      getDisplayNameBytes();

  /**
   * string birth_date = 11 [json_name = "birthDate"];
   * @return The birthDate.
   */
  java.lang.String getBirthDate();
  /**
   * string birth_date = 11 [json_name = "birthDate"];
   * @return The bytes for birthDate.
   */
  com.google.protobuf.ByteString
      getBirthDateBytes();

  /**
   * .streamlayer.sports.Country nationality = 12 [json_name = "nationality"];
   * @return Whether the nationality field is set.
   */
  boolean hasNationality();
  /**
   * .streamlayer.sports.Country nationality = 12 [json_name = "nationality"];
   * @return The nationality.
   */
  com.streamlayer.sports.common.Country getNationality();

  /**
   * .streamlayer.sports.PlayerAttributes attributes = 13 [json_name = "attributes"];
   * @return Whether the attributes field is set.
   */
  boolean hasAttributes();
  /**
   * .streamlayer.sports.PlayerAttributes attributes = 13 [json_name = "attributes"];
   * @return The attributes.
   */
  com.streamlayer.sports.common.PlayerAttributes getAttributes();

  /**
   * repeated .streamlayer.sports.PlayerTeam teams = 15 [json_name = "teams"];
   */
  java.util.List 
      getTeamsList();
  /**
   * repeated .streamlayer.sports.PlayerTeam teams = 15 [json_name = "teams"];
   */
  com.streamlayer.sports.common.PlayerTeam getTeams(int index);
  /**
   * repeated .streamlayer.sports.PlayerTeam teams = 15 [json_name = "teams"];
   */
  int getTeamsCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy