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

main.java.com.streamlayer.sports.common.SeasonOrBuilder 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 SeasonOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.Season)
    com.google.protobuf.MessageLiteOrBuilder {

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

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

  /**
   * string type = 5 [json_name = "type"];
   * @return The type.
   */
  java.lang.String getType();
  /**
   * string type = 5 [json_name = "type"];
   * @return The bytes for type.
   */
  com.google.protobuf.ByteString
      getTypeBytes();

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

  /**
   * uint64 league_id = 7 [json_name = "leagueId"];
   * @return The leagueId.
   */
  long getLeagueId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy