All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sports.basketball.BasketballMatchLineupsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy