main.java.com.streamlayer.sports.common.LeagueOrBuilder 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 LeagueOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.League)
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 country = 9 [json_name = "country"];
* @return The country.
*/
java.lang.String getCountry();
/**
* string country = 9 [json_name = "country"];
* @return The bytes for country.
*/
com.google.protobuf.ByteString
getCountryBytes();
/**
* string name = 10 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 10 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string alias = 11 [json_name = "alias"];
* @return The alias.
*/
java.lang.String getAlias();
/**
* string alias = 11 [json_name = "alias"];
* @return The bytes for alias.
*/
com.google.protobuf.ByteString
getAliasBytes();
/**
* bool sync = 13 [json_name = "sync"];
* @return The sync.
*/
boolean getSync();
/**
* uint64 sport_id = 14 [json_name = "sportId"];
* @return The sportId.
*/
long getSportId();
/**
* repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
*/
java.util.List
getSyncStatusList();
/**
* repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
*/
com.streamlayer.sports.common.SyncStatusProvider getSyncStatus(int index);
/**
* repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
*/
int getSyncStatusCount();
}