Package com.streamlayer.sports.events
Class ScheduleAttributes
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<ScheduleAttributes,ScheduleAttributes.Builder>
-
- com.streamlayer.sports.events.ScheduleAttributes
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,ScheduleAttributesOrBuilder
public final class ScheduleAttributes extends com.google.protobuf.GeneratedMessageLite<ScheduleAttributes,ScheduleAttributes.Builder> implements ScheduleAttributesOrBuilder
Protobuf typestreamlayer.sports.events.ScheduleAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScheduleAttributes.BuilderProtobuf typestreamlayer.sports.events.ScheduleAttributesstatic classScheduleAttributes.SportCase-
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 intBASEBALL_FIELD_NUMBERstatic intBASKETBALL_FIELD_NUMBERstatic intHOCKEY_FIELD_NUMBERstatic intSOCCER_FIELD_NUMBERstatic intSUMMARY_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)EventScoregetBaseball().streamlayer.sports.baseball.EventScore baseball = 2 [json_name = "baseball"];EventScoregetBasketball().streamlayer.sports.basketball.EventScore basketball = 3 [json_name = "basketball"];static ScheduleAttributesgetDefaultInstance()EventScoregetHockey().streamlayer.sports.hockey.EventScore hockey = 4 [json_name = "hockey"];EventScoregetSoccer().streamlayer.sports.soccer.EventScore soccer = 5 [json_name = "soccer"];ScheduleAttributes.SportCasegetSportCase()EventSummarygetSummary().streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];booleanhasBaseball().streamlayer.sports.baseball.EventScore baseball = 2 [json_name = "baseball"];booleanhasBasketball().streamlayer.sports.basketball.EventScore basketball = 3 [json_name = "basketball"];booleanhasHockey().streamlayer.sports.hockey.EventScore hockey = 4 [json_name = "hockey"];booleanhasSoccer().streamlayer.sports.soccer.EventScore soccer = 5 [json_name = "soccer"];booleanhasSummary().streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];static ScheduleAttributes.BuildernewBuilder()static ScheduleAttributes.BuildernewBuilder(ScheduleAttributes prototype)static ScheduleAttributesparseDelimitedFrom(java.io.InputStream input)static ScheduleAttributesparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScheduleAttributesparseFrom(byte[] data)static ScheduleAttributesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScheduleAttributesparseFrom(com.google.protobuf.ByteString data)static ScheduleAttributesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScheduleAttributesparseFrom(com.google.protobuf.CodedInputStream input)static ScheduleAttributesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScheduleAttributesparseFrom(java.io.InputStream input)static ScheduleAttributesparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScheduleAttributesparseFrom(java.nio.ByteBuffer data)static ScheduleAttributesparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ScheduleAttributes>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
-
SUMMARY_FIELD_NUMBER
public static final int SUMMARY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BASEBALL_FIELD_NUMBER
public static final int BASEBALL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BASKETBALL_FIELD_NUMBER
public static final int BASKETBALL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HOCKEY_FIELD_NUMBER
public static final int HOCKEY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOCCER_FIELD_NUMBER
public static final int SOCCER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSportCase
public ScheduleAttributes.SportCase getSportCase()
- Specified by:
getSportCasein interfaceScheduleAttributesOrBuilder
-
hasSummary
public boolean hasSummary()
.streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];- Specified by:
hasSummaryin interfaceScheduleAttributesOrBuilder- Returns:
- Whether the summary field is set.
-
getSummary
public EventSummary getSummary()
.streamlayer.sports.EventSummary summary = 1 [json_name = "summary"];- Specified by:
getSummaryin interfaceScheduleAttributesOrBuilder- Returns:
- The summary.
-
hasBaseball
public boolean hasBaseball()
.streamlayer.sports.baseball.EventScore baseball = 2 [json_name = "baseball"];- Specified by:
hasBaseballin interfaceScheduleAttributesOrBuilder- Returns:
- Whether the baseball field is set.
-
getBaseball
public EventScore getBaseball()
.streamlayer.sports.baseball.EventScore baseball = 2 [json_name = "baseball"];- Specified by:
getBaseballin interfaceScheduleAttributesOrBuilder- Returns:
- The baseball.
-
hasBasketball
public boolean hasBasketball()
.streamlayer.sports.basketball.EventScore basketball = 3 [json_name = "basketball"];- Specified by:
hasBasketballin interfaceScheduleAttributesOrBuilder- Returns:
- Whether the basketball field is set.
-
getBasketball
public EventScore getBasketball()
.streamlayer.sports.basketball.EventScore basketball = 3 [json_name = "basketball"];- Specified by:
getBasketballin interfaceScheduleAttributesOrBuilder- Returns:
- The basketball.
-
hasHockey
public boolean hasHockey()
.streamlayer.sports.hockey.EventScore hockey = 4 [json_name = "hockey"];- Specified by:
hasHockeyin interfaceScheduleAttributesOrBuilder- Returns:
- Whether the hockey field is set.
-
getHockey
public EventScore getHockey()
.streamlayer.sports.hockey.EventScore hockey = 4 [json_name = "hockey"];- Specified by:
getHockeyin interfaceScheduleAttributesOrBuilder- Returns:
- The hockey.
-
hasSoccer
public boolean hasSoccer()
.streamlayer.sports.soccer.EventScore soccer = 5 [json_name = "soccer"];- Specified by:
hasSoccerin interfaceScheduleAttributesOrBuilder- Returns:
- Whether the soccer field is set.
-
getSoccer
public EventScore getSoccer()
.streamlayer.sports.soccer.EventScore soccer = 5 [json_name = "soccer"];- Specified by:
getSoccerin interfaceScheduleAttributesOrBuilder- Returns:
- The soccer.
-
parseFrom
public static ScheduleAttributes parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScheduleAttributes parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScheduleAttributes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScheduleAttributes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScheduleAttributes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScheduleAttributes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScheduleAttributes parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ScheduleAttributes parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ScheduleAttributes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ScheduleAttributes parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ScheduleAttributes parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ScheduleAttributes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static ScheduleAttributes.Builder newBuilder()
-
newBuilder
public static ScheduleAttributes.Builder newBuilder(ScheduleAttributes 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<ScheduleAttributes,ScheduleAttributes.Builder>
-
getDefaultInstance
public static ScheduleAttributes getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ScheduleAttributes> parser()
-
-