Class 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 type streamlayer.sports.baseball.Pitching
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Pitching.Builder
      Protobuf type streamlayer.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
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)  
      static Pitching getDefaultInstance()  
      java.lang.String getEarnedRuns()
      ER is earned runs pitcher allowed.
      com.google.protobuf.ByteString getEarnedRunsBytes()
      ER is earned runs pitcher allowed.
      java.lang.String getHitsByPitch()
      H is how many hits the pitcher gave up.
      com.google.protobuf.ByteString getHitsByPitchBytes()
      H is how many hits the pitcher gave up.
      java.lang.String getInningsPitched()
      IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
      com.google.protobuf.ByteString getInningsPitchedBytes()
      IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
      java.lang.String getPlayerName()
      string player_name = 1 [json_name = "playerName"];
      com.google.protobuf.ByteString getPlayerNameBytes()
      string player_name = 1 [json_name = "playerName"];
      java.lang.String getStrikeouts()
      SO – Strikeout: number of batters who received strike three.
      com.google.protobuf.ByteString getStrikeoutsBytes()
      SO – Strikeout: number of batters who received strike three.
      java.lang.String getWalks()
      MISMATCHED!!!!!! BB is how many walks pitcher allowed.
      com.google.protobuf.ByteString getWalksBytes()
      MISMATCHED!!!!!! BB is how many walks pitcher allowed.
      static Pitching.Builder newBuilder()  
      static Pitching.Builder newBuilder​(Pitching prototype)  
      static Pitching parseDelimitedFrom​(java.io.InputStream input)  
      static Pitching parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Pitching parseFrom​(byte[] data)  
      static Pitching parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Pitching parseFrom​(com.google.protobuf.ByteString data)  
      static Pitching parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Pitching parseFrom​(com.google.protobuf.CodedInputStream input)  
      static Pitching parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Pitching parseFrom​(java.io.InputStream input)  
      static Pitching parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Pitching parseFrom​(java.nio.ByteBuffer data)  
      static Pitching parseFrom​(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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPlayerName

        public java.lang.String getPlayerName()
        string player_name = 1 [json_name = "playerName"];
        Specified by:
        getPlayerName in interface PitchingOrBuilder
        Returns:
        The playerName.
      • getPlayerNameBytes

        public com.google.protobuf.ByteString getPlayerNameBytes()
        string player_name = 1 [json_name = "playerName"];
        Specified by:
        getPlayerNameBytes in interface PitchingOrBuilder
        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:
        getInningsPitched in interface PitchingOrBuilder
        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:
        getInningsPitchedBytes in interface PitchingOrBuilder
        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:
        getHitsByPitch in interface PitchingOrBuilder
        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:
        getHitsByPitchBytes in interface PitchingOrBuilder
        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:
        getEarnedRuns in interface PitchingOrBuilder
        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:
        getEarnedRunsBytes in interface PitchingOrBuilder
        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:
        getWalks in interface PitchingOrBuilder
        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:
        getWalksBytes in interface PitchingOrBuilder
        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:
        getStrikeouts in interface PitchingOrBuilder
        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:
        getStrikeoutsBytes in interface PitchingOrBuilder
        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
      • dynamicMethod

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Pitching,​Pitching.Builder>
      • getDefaultInstance

        public static Pitching getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Pitching> parser()