Class BasketballMatchPlayer
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<BasketballMatchPlayer,BasketballMatchPlayer.Builder>
-
- com.streamlayer.sports.basketball.BasketballMatchPlayer
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,BasketballMatchPlayerOrBuilder
public final class BasketballMatchPlayer extends com.google.protobuf.GeneratedMessageLite<BasketballMatchPlayer,BasketballMatchPlayer.Builder> implements BasketballMatchPlayerOrBuilder
Protobuf typestreamlayer.sports.basketball.BasketballMatchPlayer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBasketballMatchPlayer.BuilderProtobuf typestreamlayer.sports.basketball.BasketballMatchPlayer-
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 intDISPLAY_NAME_FIELD_NUMBERstatic intFIRST_NAME_FIELD_NUMBERstatic intJERSEY_FIELD_NUMBERstatic intLAST_NAME_FIELD_NUMBERstatic intPHOTO_FIELD_NUMBERstatic intPOSITION_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 BasketballMatchPlayergetDefaultInstance()java.lang.StringgetDisplayName()string display_name = 3 [json_name = "displayName"];com.google.protobuf.ByteStringgetDisplayNameBytes()string display_name = 3 [json_name = "displayName"];java.lang.StringgetFirstName()string first_name = 1 [json_name = "firstName"];com.google.protobuf.ByteStringgetFirstNameBytes()string first_name = 1 [json_name = "firstName"];intgetJersey()int32 jersey = 6 [json_name = "jersey"];java.lang.StringgetLastName()string last_name = 2 [json_name = "lastName"];com.google.protobuf.ByteStringgetLastNameBytes()string last_name = 2 [json_name = "lastName"];java.lang.StringgetPhoto()string photo = 4 [json_name = "photo"];com.google.protobuf.ByteStringgetPhotoBytes()string photo = 4 [json_name = "photo"];java.lang.StringgetPosition()string position = 5 [json_name = "position"];com.google.protobuf.ByteStringgetPositionBytes()string position = 5 [json_name = "position"];static BasketballMatchPlayer.BuildernewBuilder()static BasketballMatchPlayer.BuildernewBuilder(BasketballMatchPlayer prototype)static BasketballMatchPlayerparseDelimitedFrom(java.io.InputStream input)static BasketballMatchPlayerparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BasketballMatchPlayerparseFrom(byte[] data)static BasketballMatchPlayerparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BasketballMatchPlayerparseFrom(com.google.protobuf.ByteString data)static BasketballMatchPlayerparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BasketballMatchPlayerparseFrom(com.google.protobuf.CodedInputStream input)static BasketballMatchPlayerparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BasketballMatchPlayerparseFrom(java.io.InputStream input)static BasketballMatchPlayerparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BasketballMatchPlayerparseFrom(java.nio.ByteBuffer data)static BasketballMatchPlayerparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<BasketballMatchPlayer>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
-
FIRST_NAME_FIELD_NUMBER
public static final int FIRST_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_NAME_FIELD_NUMBER
public static final int LAST_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHOTO_FIELD_NUMBER
public static final int PHOTO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POSITION_FIELD_NUMBER
public static final int POSITION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JERSEY_FIELD_NUMBER
public static final int JERSEY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFirstName
public java.lang.String getFirstName()
string first_name = 1 [json_name = "firstName"];- Specified by:
getFirstNamein interfaceBasketballMatchPlayerOrBuilder- Returns:
- The firstName.
-
getFirstNameBytes
public com.google.protobuf.ByteString getFirstNameBytes()
string first_name = 1 [json_name = "firstName"];- Specified by:
getFirstNameBytesin interfaceBasketballMatchPlayerOrBuilder- Returns:
- The bytes for firstName.
-
getLastName
public java.lang.String getLastName()
string last_name = 2 [json_name = "lastName"];- Specified by:
getLastNamein interfaceBasketballMatchPlayerOrBuilder- Returns:
- The lastName.
-
getLastNameBytes
public com.google.protobuf.ByteString getLastNameBytes()
string last_name = 2 [json_name = "lastName"];- Specified by:
getLastNameBytesin interfaceBasketballMatchPlayerOrBuilder- Returns:
- The bytes for lastName.
-
getDisplayName
public java.lang.String getDisplayName()
string display_name = 3 [json_name = "displayName"];- Specified by:
getDisplayNamein interfaceBasketballMatchPlayerOrBuilder- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
string display_name = 3 [json_name = "displayName"];- Specified by:
getDisplayNameBytesin interfaceBasketballMatchPlayerOrBuilder- Returns:
- The bytes for displayName.
-
getPhoto
public java.lang.String getPhoto()
string photo = 4 [json_name = "photo"];- Specified by:
getPhotoin interfaceBasketballMatchPlayerOrBuilder- Returns:
- The photo.
-
getPhotoBytes
public com.google.protobuf.ByteString getPhotoBytes()
string photo = 4 [json_name = "photo"];- Specified by:
getPhotoBytesin interfaceBasketballMatchPlayerOrBuilder- Returns:
- The bytes for photo.
-
getPosition
public java.lang.String getPosition()
string position = 5 [json_name = "position"];- Specified by:
getPositionin interfaceBasketballMatchPlayerOrBuilder- Returns:
- The position.
-
getPositionBytes
public com.google.protobuf.ByteString getPositionBytes()
string position = 5 [json_name = "position"];- Specified by:
getPositionBytesin interfaceBasketballMatchPlayerOrBuilder- Returns:
- The bytes for position.
-
getJersey
public int getJersey()
int32 jersey = 6 [json_name = "jersey"];- Specified by:
getJerseyin interfaceBasketballMatchPlayerOrBuilder- Returns:
- The jersey.
-
parseFrom
public static BasketballMatchPlayer parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BasketballMatchPlayer parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BasketballMatchPlayer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BasketballMatchPlayer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BasketballMatchPlayer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BasketballMatchPlayer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BasketballMatchPlayer parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BasketballMatchPlayer parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BasketballMatchPlayer parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BasketballMatchPlayer parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BasketballMatchPlayer parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BasketballMatchPlayer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static BasketballMatchPlayer.Builder newBuilder()
-
newBuilder
public static BasketballMatchPlayer.Builder newBuilder(BasketballMatchPlayer 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<BasketballMatchPlayer,BasketballMatchPlayer.Builder>
-
getDefaultInstance
public static BasketballMatchPlayer getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BasketballMatchPlayer> parser()
-
-