Class EventScore

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EventScore.Builder
      Protobuf type streamlayer.sports.baseball.EventScore
      • 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)  
      TeamRecord getAwayTeamRecord()
      .streamlayer.sports.TeamRecord away_team_record = 9 [json_name = "awayTeamRecord"];
      static EventScore getDefaultInstance()  
      TeamRecord getHomeTeamRecord()
      .streamlayer.sports.TeamRecord home_team_record = 8 [json_name = "homeTeamRecord"];
      int getInning()
      int32 inning = 2 [json_name = "inning"];
      java.lang.String getInningDivision()
      string inning_division = 3 [json_name = "inningDivision"];
      com.google.protobuf.ByteString getInningDivisionBytes()
      string inning_division = 3 [json_name = "inningDivision"];
      boolean getIsDelayed()
      bool is_delayed = 4 [json_name = "isDelayed"];
      int getOuts()
      int32 outs = 1 [json_name = "outs"];
      java.lang.String getReasonForDelay()
      string reason_for_delay = 5 [json_name = "reasonForDelay"];
      com.google.protobuf.ByteString getReasonForDelayBytes()
      string reason_for_delay = 5 [json_name = "reasonForDelay"];
      RunnerOnBase getRunnersOnBase​(int index)
      For 'diamonds'
      int getRunnersOnBaseCount()
      For 'diamonds'
      java.util.List<RunnerOnBase> getRunnersOnBaseList()
      For 'diamonds'
      RunnerOnBaseOrBuilder getRunnersOnBaseOrBuilder​(int index)
      For 'diamonds'
      java.util.List<? extends RunnerOnBaseOrBuilder> getRunnersOnBaseOrBuilderList()
      For 'diamonds'
      int getTakenBases()
      Aggregated value for 'diamonds', is a bitwise mask
      boolean hasAwayTeamRecord()
      .streamlayer.sports.TeamRecord away_team_record = 9 [json_name = "awayTeamRecord"];
      boolean hasHomeTeamRecord()
      .streamlayer.sports.TeamRecord home_team_record = 8 [json_name = "homeTeamRecord"];
      static EventScore.Builder newBuilder()  
      static EventScore.Builder newBuilder​(EventScore prototype)  
      static EventScore parseDelimitedFrom​(java.io.InputStream input)  
      static EventScore parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventScore parseFrom​(byte[] data)  
      static EventScore parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventScore parseFrom​(com.google.protobuf.ByteString data)  
      static EventScore parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventScore parseFrom​(com.google.protobuf.CodedInputStream input)  
      static EventScore parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventScore parseFrom​(java.io.InputStream input)  
      static EventScore parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static EventScore parseFrom​(java.nio.ByteBuffer data)  
      static EventScore parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<EventScore> 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
    • Field Detail

      • INNING_DIVISION_FIELD_NUMBER

        public static final int INNING_DIVISION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IS_DELAYED_FIELD_NUMBER

        public static final int IS_DELAYED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REASON_FOR_DELAY_FIELD_NUMBER

        public static final int REASON_FOR_DELAY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RUNNERS_ON_BASE_FIELD_NUMBER

        public static final int RUNNERS_ON_BASE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TAKEN_BASES_FIELD_NUMBER

        public static final int TAKEN_BASES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • HOME_TEAM_RECORD_FIELD_NUMBER

        public static final int HOME_TEAM_RECORD_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AWAY_TEAM_RECORD_FIELD_NUMBER

        public static final int AWAY_TEAM_RECORD_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • getOuts

        public int getOuts()
        int32 outs = 1 [json_name = "outs"];
        Specified by:
        getOuts in interface EventScoreOrBuilder
        Returns:
        The outs.
      • getInning

        public int getInning()
        int32 inning = 2 [json_name = "inning"];
        Specified by:
        getInning in interface EventScoreOrBuilder
        Returns:
        The inning.
      • getInningDivision

        public java.lang.String getInningDivision()
        string inning_division = 3 [json_name = "inningDivision"];
        Specified by:
        getInningDivision in interface EventScoreOrBuilder
        Returns:
        The inningDivision.
      • getInningDivisionBytes

        public com.google.protobuf.ByteString getInningDivisionBytes()
        string inning_division = 3 [json_name = "inningDivision"];
        Specified by:
        getInningDivisionBytes in interface EventScoreOrBuilder
        Returns:
        The bytes for inningDivision.
      • getIsDelayed

        public boolean getIsDelayed()
        bool is_delayed = 4 [json_name = "isDelayed"];
        Specified by:
        getIsDelayed in interface EventScoreOrBuilder
        Returns:
        The isDelayed.
      • getReasonForDelay

        public java.lang.String getReasonForDelay()
        string reason_for_delay = 5 [json_name = "reasonForDelay"];
        Specified by:
        getReasonForDelay in interface EventScoreOrBuilder
        Returns:
        The reasonForDelay.
      • getReasonForDelayBytes

        public com.google.protobuf.ByteString getReasonForDelayBytes()
        string reason_for_delay = 5 [json_name = "reasonForDelay"];
        Specified by:
        getReasonForDelayBytes in interface EventScoreOrBuilder
        Returns:
        The bytes for reasonForDelay.
      • getRunnersOnBaseList

        public java.util.List<RunnerOnBase> getRunnersOnBaseList()
         For 'diamonds'
         
        repeated .streamlayer.sports.baseball.RunnerOnBase runners_on_base = 6 [json_name = "runnersOnBase"];
        Specified by:
        getRunnersOnBaseList in interface EventScoreOrBuilder
      • getRunnersOnBaseOrBuilderList

        public java.util.List<? extends RunnerOnBaseOrBuilder> getRunnersOnBaseOrBuilderList()
         For 'diamonds'
         
        repeated .streamlayer.sports.baseball.RunnerOnBase runners_on_base = 6 [json_name = "runnersOnBase"];
      • getRunnersOnBaseCount

        public int getRunnersOnBaseCount()
         For 'diamonds'
         
        repeated .streamlayer.sports.baseball.RunnerOnBase runners_on_base = 6 [json_name = "runnersOnBase"];
        Specified by:
        getRunnersOnBaseCount in interface EventScoreOrBuilder
      • getRunnersOnBase

        public RunnerOnBase getRunnersOnBase​(int index)
         For 'diamonds'
         
        repeated .streamlayer.sports.baseball.RunnerOnBase runners_on_base = 6 [json_name = "runnersOnBase"];
        Specified by:
        getRunnersOnBase in interface EventScoreOrBuilder
      • getRunnersOnBaseOrBuilder

        public RunnerOnBaseOrBuilder getRunnersOnBaseOrBuilder​(int index)
         For 'diamonds'
         
        repeated .streamlayer.sports.baseball.RunnerOnBase runners_on_base = 6 [json_name = "runnersOnBase"];
      • getTakenBases

        public int getTakenBases()
         Aggregated value for 'diamonds', is a bitwise mask
         
        int32 taken_bases = 7 [json_name = "takenBases"];
        Specified by:
        getTakenBases in interface EventScoreOrBuilder
        Returns:
        The takenBases.
      • hasHomeTeamRecord

        public boolean hasHomeTeamRecord()
        .streamlayer.sports.TeamRecord home_team_record = 8 [json_name = "homeTeamRecord"];
        Specified by:
        hasHomeTeamRecord in interface EventScoreOrBuilder
        Returns:
        Whether the homeTeamRecord field is set.
      • getHomeTeamRecord

        public TeamRecord getHomeTeamRecord()
        .streamlayer.sports.TeamRecord home_team_record = 8 [json_name = "homeTeamRecord"];
        Specified by:
        getHomeTeamRecord in interface EventScoreOrBuilder
        Returns:
        The homeTeamRecord.
      • hasAwayTeamRecord

        public boolean hasAwayTeamRecord()
        .streamlayer.sports.TeamRecord away_team_record = 9 [json_name = "awayTeamRecord"];
        Specified by:
        hasAwayTeamRecord in interface EventScoreOrBuilder
        Returns:
        Whether the awayTeamRecord field is set.
      • getAwayTeamRecord

        public TeamRecord getAwayTeamRecord()
        .streamlayer.sports.TeamRecord away_team_record = 9 [json_name = "awayTeamRecord"];
        Specified by:
        getAwayTeamRecord in interface EventScoreOrBuilder
        Returns:
        The awayTeamRecord.
      • parseFrom

        public static EventScore parseFrom​(java.nio.ByteBuffer data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventScore parseFrom​(java.nio.ByteBuffer data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventScore parseFrom​(com.google.protobuf.ByteString data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventScore parseFrom​(com.google.protobuf.ByteString data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventScore parseFrom​(byte[] data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventScore parseFrom​(byte[] data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EventScore parseFrom​(java.io.InputStream input)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static EventScore parseFrom​(java.io.InputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static EventScore parseDelimitedFrom​(java.io.InputStream input)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static EventScore parseDelimitedFrom​(java.io.InputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static EventScore parseFrom​(com.google.protobuf.CodedInputStream input)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static EventScore 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<EventScore,​EventScore.Builder>
      • getDefaultInstance

        public static EventScore getDefaultInstance()
      • parser

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