main.java.com.streamlayer.inplay.SportOrBuilder 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/inplay/inplay.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay;
public interface SportOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.Sport)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string name = 1 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
*/
java.util.List
getCountriesList();
/**
* repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
*/
com.streamlayer.inplay.Country getCountries(int index);
/**
* repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
*/
int getCountriesCount();
/**
* uint64 id = 3 [json_name = "id"];
* @return The id.
*/
long getId();
}