main.java.com.streamlayer.sports.common.SeasonOrBuilder 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/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();
}