main.java.com.streamlayer.sports.basketball.BasketballMatchLineupsOrBuilder 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/basketball/basketball.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.basketball;
public interface BasketballMatchLineupsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.basketball.BasketballMatchLineups)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sports.basketball.BasketballMatchLineup home_team = 1 [json_name = "homeTeam"];
* @return Whether the homeTeam field is set.
*/
boolean hasHomeTeam();
/**
* .streamlayer.sports.basketball.BasketballMatchLineup home_team = 1 [json_name = "homeTeam"];
* @return The homeTeam.
*/
com.streamlayer.sports.basketball.BasketballMatchLineup getHomeTeam();
/**
* .streamlayer.sports.basketball.BasketballMatchLineup away_team = 2 [json_name = "awayTeam"];
* @return Whether the awayTeam field is set.
*/
boolean hasAwayTeam();
/**
* .streamlayer.sports.basketball.BasketballMatchLineup away_team = 2 [json_name = "awayTeam"];
* @return The awayTeam.
*/
com.streamlayer.sports.basketball.BasketballMatchLineup getAwayTeam();
}