main.java.com.streamlayer.inplay.LeaguesBySportResponseOrBuilder 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 LeaguesBySportResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.LeaguesBySportResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated .streamlayer.inplay.League data = 1 [json_name = "data"];
*/
java.util.List
getDataList();
/**
* repeated .streamlayer.inplay.League data = 1 [json_name = "data"];
*/
com.streamlayer.inplay.League getData(int index);
/**
* repeated .streamlayer.inplay.League data = 1 [json_name = "data"];
*/
int getDataCount();
}