main.java.com.streamlayer.sports.baseball.HittingOrBuilder 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 HittingOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.baseball.Hitting)
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();
/**
*
* H-AB is hits per at bat (First number is hits and second is at bats.).
*
*
* string hits_per_bat = 2 [json_name = "hitsPerBat"];
* @return The hitsPerBat.
*/
java.lang.String getHitsPerBat();
/**
*
* H-AB is hits per at bat (First number is hits and second is at bats.).
*
*
* string hits_per_bat = 2 [json_name = "hitsPerBat"];
* @return The bytes for hitsPerBat.
*/
com.google.protobuf.ByteString
getHitsPerBatBytes();
/**
*
* R is runs scored by that player.
*
*
* string runs = 3 [json_name = "runs"];
* @return The runs.
*/
java.lang.String getRuns();
/**
*
* R is runs scored by that player.
*
*
* string runs = 3 [json_name = "runs"];
* @return The bytes for runs.
*/
com.google.protobuf.ByteString
getRunsBytes();
/**
*
* RBI – Run batted in: number of runners who score due to a batters' action, except when batter grounded into double play or reached on an error.
*
*
* string run_batted_in = 4 [json_name = "runBattedIn"];
* @return The runBattedIn.
*/
java.lang.String getRunBattedIn();
/**
*
* RBI – Run batted in: number of runners who score due to a batters' action, except when batter grounded into double play or reached on an error.
*
*
* string run_batted_in = 4 [json_name = "runBattedIn"];
* @return The bytes for runBattedIn.
*/
com.google.protobuf.ByteString
getRunBattedInBytes();
/**
*
* Base on balls (also called a "walk"): hitter not swinging at four pitches called out of the strike zone and awarded first base.
*
*
* string walks = 5 [json_name = "walks"];
* @return The walks.
*/
java.lang.String getWalks();
/**
*
* Base on balls (also called a "walk"): hitter not swinging at four pitches called out of the strike zone and awarded first base.
*
*
* string walks = 5 [json_name = "walks"];
* @return The bytes for walks.
*/
com.google.protobuf.ByteString
getWalksBytes();
/**
*
* Batting average (also abbreviated AVG): hits divided by at bats (H/AB)
*
*
* string batting_average = 6 [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 = 6 [json_name = "battingAverage"];
* @return The bytes for battingAverage.
*/
com.google.protobuf.ByteString
getBattingAverageBytes();
}