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

main.java.com.streamlayer.sports.baseball.BaseballPlayByPlayStatisticsOrBuilder 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/baseball/baseball.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.baseball;

public interface BaseballPlayByPlayStatisticsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.baseball.BaseballPlayByPlayStatistics)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.sports.EventTeam team = 1 [json_name = "team"];
   * @return Whether the team field is set.
   */
  boolean hasTeam();
  /**
   * .streamlayer.sports.EventTeam team = 1 [json_name = "team"];
   * @return The team.
   */
  com.streamlayer.sports.common.EventTeam getTeam();

  /**
   * 
   * matched to inningText
   * 
* * string inning = 2 [json_name = "inning"]; * @return The inning. */ java.lang.String getInning(); /** *
   * matched to inningText
   * 
* * string inning = 2 [json_name = "inning"]; * @return The bytes for inning. */ com.google.protobuf.ByteString getInningBytes(); /** *
   * MISMATCHED!!!!
   * 
* * string play_text = 3 [json_name = "playText"]; * @return The playText. */ java.lang.String getPlayText(); /** *
   * MISMATCHED!!!!
   * 
* * string play_text = 3 [json_name = "playText"]; * @return The bytes for playText. */ com.google.protobuf.ByteString getPlayTextBytes(); /** * repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"]; */ java.util.List getDetailList(); /** * repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"]; */ com.streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics getDetail(int index); /** * repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"]; */ int getDetailCount(); /** *
   * it is linescore
   * 
* * int32 runs = 5 [json_name = "runs"]; * @return The runs. */ int getRuns(); /** * int32 hits = 6 [json_name = "hits"]; * @return The hits. */ int getHits(); /** * int32 errors = 7 [json_name = "errors"]; * @return The errors. */ int getErrors(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy