Package com.streamlayer.sports.baseball
Class Pitching
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<Pitching,Pitching.Builder>
-
- com.streamlayer.sports.baseball.Pitching
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,PitchingOrBuilder
public final class Pitching extends com.google.protobuf.GeneratedMessageLite<Pitching,Pitching.Builder> implements PitchingOrBuilder
Protobuf typestreamlayer.sports.baseball.Pitching
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPitching.BuilderProtobuf typestreamlayer.sports.baseball.Pitching-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intEARNED_RUNS_FIELD_NUMBERstatic intHITS_BY_PITCH_FIELD_NUMBERstatic intINNINGS_PITCHED_FIELD_NUMBERstatic intPLAYER_NAME_FIELD_NUMBERstatic intSTRIKEOUTS_FIELD_NUMBERstatic intWALKS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)static PitchinggetDefaultInstance()java.lang.StringgetEarnedRuns()ER is earned runs pitcher allowed.com.google.protobuf.ByteStringgetEarnedRunsBytes()ER is earned runs pitcher allowed.java.lang.StringgetHitsByPitch()H is how many hits the pitcher gave up.com.google.protobuf.ByteStringgetHitsByPitchBytes()H is how many hits the pitcher gave up.java.lang.StringgetInningsPitched()IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.com.google.protobuf.ByteStringgetInningsPitchedBytes()IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.java.lang.StringgetPlayerName()string player_name = 1 [json_name = "playerName"];com.google.protobuf.ByteStringgetPlayerNameBytes()string player_name = 1 [json_name = "playerName"];java.lang.StringgetStrikeouts()SO – Strikeout: number of batters who received strike three.com.google.protobuf.ByteStringgetStrikeoutsBytes()SO – Strikeout: number of batters who received strike three.java.lang.StringgetWalks()MISMATCHED!!!!!! BB is how many walks pitcher allowed.com.google.protobuf.ByteStringgetWalksBytes()MISMATCHED!!!!!! BB is how many walks pitcher allowed.static Pitching.BuildernewBuilder()static Pitching.BuildernewBuilder(Pitching prototype)static PitchingparseDelimitedFrom(java.io.InputStream input)static PitchingparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PitchingparseFrom(byte[] data)static PitchingparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PitchingparseFrom(com.google.protobuf.ByteString data)static PitchingparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PitchingparseFrom(com.google.protobuf.CodedInputStream input)static PitchingparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PitchingparseFrom(java.io.InputStream input)static PitchingparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PitchingparseFrom(java.nio.ByteBuffer data)static PitchingparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Pitching>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
PLAYER_NAME_FIELD_NUMBER
public static final int PLAYER_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INNINGS_PITCHED_FIELD_NUMBER
public static final int INNINGS_PITCHED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HITS_BY_PITCH_FIELD_NUMBER
public static final int HITS_BY_PITCH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EARNED_RUNS_FIELD_NUMBER
public static final int EARNED_RUNS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WALKS_FIELD_NUMBER
public static final int WALKS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRIKEOUTS_FIELD_NUMBER
public static final int STRIKEOUTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPlayerName
public java.lang.String getPlayerName()
string player_name = 1 [json_name = "playerName"];- Specified by:
getPlayerNamein interfacePitchingOrBuilder- Returns:
- The playerName.
-
getPlayerNameBytes
public com.google.protobuf.ByteString getPlayerNameBytes()
string player_name = 1 [json_name = "playerName"];- Specified by:
getPlayerNameBytesin interfacePitchingOrBuilder- Returns:
- The bytes for playerName.
-
getInningsPitched
public 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"];- Specified by:
getInningsPitchedin interfacePitchingOrBuilder- Returns:
- The inningsPitched.
-
getInningsPitchedBytes
public com.google.protobuf.ByteString getInningsPitchedBytes()
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"];- Specified by:
getInningsPitchedBytesin interfacePitchingOrBuilder- Returns:
- The bytes for inningsPitched.
-
getHitsByPitch
public java.lang.String getHitsByPitch()
H is how many hits the pitcher gave up.
string hits_by_pitch = 3 [json_name = "hitsByPitch"];- Specified by:
getHitsByPitchin interfacePitchingOrBuilder- Returns:
- The hitsByPitch.
-
getHitsByPitchBytes
public com.google.protobuf.ByteString getHitsByPitchBytes()
H is how many hits the pitcher gave up.
string hits_by_pitch = 3 [json_name = "hitsByPitch"];- Specified by:
getHitsByPitchBytesin interfacePitchingOrBuilder- Returns:
- The bytes for hitsByPitch.
-
getEarnedRuns
public java.lang.String getEarnedRuns()
ER is earned runs pitcher allowed.
string earned_runs = 4 [json_name = "earnedRuns"];- Specified by:
getEarnedRunsin interfacePitchingOrBuilder- Returns:
- The earnedRuns.
-
getEarnedRunsBytes
public com.google.protobuf.ByteString getEarnedRunsBytes()
ER is earned runs pitcher allowed.
string earned_runs = 4 [json_name = "earnedRuns"];- Specified by:
getEarnedRunsBytesin interfacePitchingOrBuilder- Returns:
- The bytes for earnedRuns.
-
getWalks
public java.lang.String getWalks()
MISMATCHED!!!!!! BB is how many walks pitcher allowed.
string walks = 5 [json_name = "walks"];- Specified by:
getWalksin interfacePitchingOrBuilder- Returns:
- The walks.
-
getWalksBytes
public com.google.protobuf.ByteString getWalksBytes()
MISMATCHED!!!!!! BB is how many walks pitcher allowed.
string walks = 5 [json_name = "walks"];- Specified by:
getWalksBytesin interfacePitchingOrBuilder- Returns:
- The bytes for walks.
-
getStrikeouts
public java.lang.String getStrikeouts()
SO – Strikeout: number of batters who received strike three.
string strikeouts = 6 [json_name = "strikeouts"];- Specified by:
getStrikeoutsin interfacePitchingOrBuilder- Returns:
- The strikeouts.
-
getStrikeoutsBytes
public com.google.protobuf.ByteString getStrikeoutsBytes()
SO – Strikeout: number of batters who received strike three.
string strikeouts = 6 [json_name = "strikeouts"];- Specified by:
getStrikeoutsBytesin interfacePitchingOrBuilder- Returns:
- The bytes for strikeouts.
-
parseFrom
public static Pitching parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Pitching parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Pitching parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Pitching parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Pitching parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Pitching parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Pitching parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Pitching parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Pitching parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Pitching parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Pitching parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Pitching parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static Pitching.Builder newBuilder()
-
newBuilder
public static Pitching.Builder newBuilder(Pitching prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Pitching,Pitching.Builder>
-
getDefaultInstance
public static Pitching getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Pitching> parser()
-
-