Package com.streamlayer.sports.common
Class PlayerAttributes
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<PlayerAttributes,PlayerAttributes.Builder>
-
- com.streamlayer.sports.common.PlayerAttributes
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,PlayerAttributesOrBuilder
public final class PlayerAttributes extends com.google.protobuf.GeneratedMessageLite<PlayerAttributes,PlayerAttributes.Builder> implements PlayerAttributesOrBuilder
Protobuf typestreamlayer.sports.PlayerAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlayerAttributes.BirthProtobuf typestreamlayer.sports.PlayerAttributes.Birthstatic interfacePlayerAttributes.BirthOrBuilderstatic classPlayerAttributes.BuilderProtobuf typestreamlayer.sports.PlayerAttributesstatic classPlayerAttributes.HeightProtobuf typestreamlayer.sports.PlayerAttributes.Heightstatic interfacePlayerAttributes.HeightOrBuilderstatic classPlayerAttributes.WeightProtobuf typestreamlayer.sports.PlayerAttributes.Weightstatic interfacePlayerAttributes.WeightOrBuilder-
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 intBIRTH_FIELD_NUMBERstatic intDISPLAY_ID_FIELD_NUMBERstatic intFULL_FIRST_FIELD_NUMBERstatic intFULL_LAST_FIELD_NUMBERstatic intHEIGHT_FIELD_NUMBERstatic intUNIFORM_FIELD_NUMBERstatic intWEIGHT_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)PlayerAttributes.BirthgetBirth().streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];static PlayerAttributesgetDefaultInstance()intgetDisplayId()int32 display_id = 1 [json_name = "displayId"];java.lang.StringgetFullFirst()string full_first = 3 [json_name = "fullFirst"];com.google.protobuf.ByteStringgetFullFirstBytes()string full_first = 3 [json_name = "fullFirst"];java.lang.StringgetFullLast()string full_last = 4 [json_name = "fullLast"];com.google.protobuf.ByteStringgetFullLastBytes()string full_last = 4 [json_name = "fullLast"];PlayerAttributes.HeightgetHeight().streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];java.lang.StringgetUniform()string uniform = 5 [json_name = "uniform"];com.google.protobuf.ByteStringgetUniformBytes()string uniform = 5 [json_name = "uniform"];PlayerAttributes.WeightgetWeight().streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];booleanhasBirth().streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];booleanhasHeight().streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];booleanhasWeight().streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];static PlayerAttributes.BuildernewBuilder()static PlayerAttributes.BuildernewBuilder(PlayerAttributes prototype)static PlayerAttributesparseDelimitedFrom(java.io.InputStream input)static PlayerAttributesparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributesparseFrom(byte[] data)static PlayerAttributesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributesparseFrom(com.google.protobuf.ByteString data)static PlayerAttributesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributesparseFrom(com.google.protobuf.CodedInputStream input)static PlayerAttributesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributesparseFrom(java.io.InputStream input)static PlayerAttributesparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributesparseFrom(java.nio.ByteBuffer data)static PlayerAttributesparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<PlayerAttributes>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
-
DISPLAY_ID_FIELD_NUMBER
public static final int DISPLAY_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FULL_FIRST_FIELD_NUMBER
public static final int FULL_FIRST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FULL_LAST_FIELD_NUMBER
public static final int FULL_LAST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UNIFORM_FIELD_NUMBER
public static final int UNIFORM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HEIGHT_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WEIGHT_FIELD_NUMBER
public static final int WEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BIRTH_FIELD_NUMBER
public static final int BIRTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayId
public int getDisplayId()
int32 display_id = 1 [json_name = "displayId"];- Specified by:
getDisplayIdin interfacePlayerAttributesOrBuilder- Returns:
- The displayId.
-
getFullFirst
public java.lang.String getFullFirst()
string full_first = 3 [json_name = "fullFirst"];- Specified by:
getFullFirstin interfacePlayerAttributesOrBuilder- Returns:
- The fullFirst.
-
getFullFirstBytes
public com.google.protobuf.ByteString getFullFirstBytes()
string full_first = 3 [json_name = "fullFirst"];- Specified by:
getFullFirstBytesin interfacePlayerAttributesOrBuilder- Returns:
- The bytes for fullFirst.
-
getFullLast
public java.lang.String getFullLast()
string full_last = 4 [json_name = "fullLast"];- Specified by:
getFullLastin interfacePlayerAttributesOrBuilder- Returns:
- The fullLast.
-
getFullLastBytes
public com.google.protobuf.ByteString getFullLastBytes()
string full_last = 4 [json_name = "fullLast"];- Specified by:
getFullLastBytesin interfacePlayerAttributesOrBuilder- Returns:
- The bytes for fullLast.
-
getUniform
public java.lang.String getUniform()
string uniform = 5 [json_name = "uniform"];- Specified by:
getUniformin interfacePlayerAttributesOrBuilder- Returns:
- The uniform.
-
getUniformBytes
public com.google.protobuf.ByteString getUniformBytes()
string uniform = 5 [json_name = "uniform"];- Specified by:
getUniformBytesin interfacePlayerAttributesOrBuilder- Returns:
- The bytes for uniform.
-
hasHeight
public boolean hasHeight()
.streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];- Specified by:
hasHeightin interfacePlayerAttributesOrBuilder- Returns:
- Whether the height field is set.
-
getHeight
public PlayerAttributes.Height getHeight()
.streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];- Specified by:
getHeightin interfacePlayerAttributesOrBuilder- Returns:
- The height.
-
hasWeight
public boolean hasWeight()
.streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];- Specified by:
hasWeightin interfacePlayerAttributesOrBuilder- Returns:
- Whether the weight field is set.
-
getWeight
public PlayerAttributes.Weight getWeight()
.streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];- Specified by:
getWeightin interfacePlayerAttributesOrBuilder- Returns:
- The weight.
-
hasBirth
public boolean hasBirth()
.streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];- Specified by:
hasBirthin interfacePlayerAttributesOrBuilder- Returns:
- Whether the birth field is set.
-
getBirth
public PlayerAttributes.Birth getBirth()
.streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];- Specified by:
getBirthin interfacePlayerAttributesOrBuilder- Returns:
- The birth.
-
parseFrom
public static PlayerAttributes parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static PlayerAttributes parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static PlayerAttributes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static PlayerAttributes parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static PlayerAttributes parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static PlayerAttributes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static PlayerAttributes.Builder newBuilder()
-
newBuilder
public static PlayerAttributes.Builder newBuilder(PlayerAttributes 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<PlayerAttributes,PlayerAttributes.Builder>
-
getDefaultInstance
public static PlayerAttributes getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PlayerAttributes> parser()
-
-