main.java.com.streamlayer.sports.baseball.BattingOrBuilder 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 BattingOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.baseball.Batting)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string player_name = 1 [json_name = "playerName"];
* @return The playerName.
*/
java.lang.String getPlayerName();
/**
* string player_name = 1 [json_name = "playerName"];
* @return The bytes for playerName.
*/
com.google.protobuf.ByteString
getPlayerNameBytes();
/**
*
* AB - At bat: Plate appearances, not including bases on balls, being hit by pitch, sacrifices, interference, or obstruction.
*
*
* string at_bat = 2 [json_name = "atBat"];
* @return The atBat.
*/
java.lang.String getAtBat();
/**
*
* AB - At bat: Plate appearances, not including bases on balls, being hit by pitch, sacrifices, interference, or obstruction.
*
*
* string at_bat = 2 [json_name = "atBat"];
* @return The bytes for atBat.
*/
com.google.protobuf.ByteString
getAtBatBytes();
/**
*
* R – Runs scored: number of times a player crosses home plate
*
*
* string runs = 3 [json_name = "runs"];
* @return The runs.
*/
java.lang.String getRuns();
/**
*
* R – Runs scored: number of times a player crosses home plate
*
*
* string runs = 3 [json_name = "runs"];
* @return The bytes for runs.
*/
com.google.protobuf.ByteString
getRunsBytes();
/**
*
* H – Hits: times reached base because of a batted, fair ball without error by the defense
*
*
* string hits = 4 [json_name = "hits"];
* @return The hits.
*/
java.lang.String getHits();
/**
*
* H – Hits: times reached base because of a batted, fair ball without error by the defense
*
*
* string hits = 4 [json_name = "hits"];
* @return The bytes for hits.
*/
com.google.protobuf.ByteString
getHitsBytes();
/**
*
* Batting average (also abbreviated AVG): hits divided by at bats (H/AB)
*
*
* string batting_average = 5 [json_name = "battingAverage"];
* @return The battingAverage.
*/
java.lang.String getBattingAverage();
/**
*
* Batting average (also abbreviated AVG): hits divided by at bats (H/AB)
*
*
* string batting_average = 5 [json_name = "battingAverage"];
* @return The bytes for battingAverage.
*/
com.google.protobuf.ByteString
getBattingAverageBytes();
}