main.java.com.streamlayer.sports.baseball.PitchingOrBuilder 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 PitchingOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.baseball.Pitching)
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();
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @return The inningsPitched.
*/
java.lang.String getInningsPitched();
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @return The bytes for inningsPitched.
*/
com.google.protobuf.ByteString
getInningsPitchedBytes();
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @return The hitsByPitch.
*/
java.lang.String getHitsByPitch();
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @return The bytes for hitsByPitch.
*/
com.google.protobuf.ByteString
getHitsByPitchBytes();
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @return The earnedRuns.
*/
java.lang.String getEarnedRuns();
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @return The bytes for earnedRuns.
*/
com.google.protobuf.ByteString
getEarnedRunsBytes();
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @return The walks.
*/
java.lang.String getWalks();
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @return The bytes for walks.
*/
com.google.protobuf.ByteString
getWalksBytes();
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @return The strikeouts.
*/
java.lang.String getStrikeouts();
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @return The bytes for strikeouts.
*/
com.google.protobuf.ByteString
getStrikeoutsBytes();
}