main.java.com.streamlayer.sports.hockey.StandingsOrBuilder 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/hockey/hockey.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.hockey;
public interface StandingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.hockey.Standings)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated .streamlayer.sports.hockey.TeamStanding standings = 1 [json_name = "standings"];
*/
java.util.List
getStandingsList();
/**
* repeated .streamlayer.sports.hockey.TeamStanding standings = 1 [json_name = "standings"];
*/
com.streamlayer.sports.hockey.TeamStanding getStandings(int index);
/**
* repeated .streamlayer.sports.hockey.TeamStanding standings = 1 [json_name = "standings"];
*/
int getStandingsCount();
}