main.java.com.streamlayer.sports.baseball.BaseballPlayByPlayStatisticsOrBuilder 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/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();
}