Package com.streamlayer.users
Class UserAttributes
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<UserAttributes,UserAttributes.Builder>
-
- com.streamlayer.users.UserAttributes
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,UserAttributesOrBuilder
public final class UserAttributes extends com.google.protobuf.GeneratedMessageLite<UserAttributes,UserAttributes.Builder> implements UserAttributesOrBuilder
Protobuf typestreamlayer.users.UserAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserAttributes.BuilderProtobuf typestreamlayer.users.UserAttributes-
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 intALIAS_FIELD_NUMBERstatic intAVATAR_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intPUBLIC_CHAT_FIELD_NUMBERstatic intPUBLIC_NAME_FIELD_NUMBERstatic intUSERNAME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)java.lang.StringgetAlias()string alias = 3 [json_name = "alias"];com.google.protobuf.ByteStringgetAliasBytes()string alias = 3 [json_name = "alias"];java.lang.StringgetAvatar()string avatar = 5 [json_name = "avatar"];com.google.protobuf.ByteStringgetAvatarBytes()string avatar = 5 [json_name = "avatar"];static UserAttributesgetDefaultInstance()java.lang.StringgetName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 2 [json_name = "name"];PublicChatUsergetPublicChat()Deprecated.java.lang.StringgetPublicName()string public_name = 7 [json_name = "publicName"];com.google.protobuf.ByteStringgetPublicNameBytes()string public_name = 7 [json_name = "publicName"];java.lang.StringgetUsername()string username = 1 [json_name = "username"];com.google.protobuf.ByteStringgetUsernameBytes()string username = 1 [json_name = "username"];booleanhasPublicChat()Deprecated.static UserAttributes.BuildernewBuilder()static UserAttributes.BuildernewBuilder(UserAttributes prototype)static UserAttributesparseDelimitedFrom(java.io.InputStream input)static UserAttributesparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UserAttributesparseFrom(byte[] data)static UserAttributesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UserAttributesparseFrom(com.google.protobuf.ByteString data)static UserAttributesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UserAttributesparseFrom(com.google.protobuf.CodedInputStream input)static UserAttributesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UserAttributesparseFrom(java.io.InputStream input)static UserAttributesparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UserAttributesparseFrom(java.nio.ByteBuffer data)static UserAttributesparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<UserAttributes>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
-
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALIAS_FIELD_NUMBER
public static final int ALIAS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AVATAR_FIELD_NUMBER
public static final int AVATAR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PUBLIC_CHAT_FIELD_NUMBER
public static final int PUBLIC_CHAT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PUBLIC_NAME_FIELD_NUMBER
public static final int PUBLIC_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUsername
public java.lang.String getUsername()
string username = 1 [json_name = "username"];- Specified by:
getUsernamein interfaceUserAttributesOrBuilder- Returns:
- The username.
-
getUsernameBytes
public com.google.protobuf.ByteString getUsernameBytes()
string username = 1 [json_name = "username"];- Specified by:
getUsernameBytesin interfaceUserAttributesOrBuilder- Returns:
- The bytes for username.
-
getName
public java.lang.String getName()
string name = 2 [json_name = "name"];- Specified by:
getNamein interfaceUserAttributesOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
string name = 2 [json_name = "name"];- Specified by:
getNameBytesin interfaceUserAttributesOrBuilder- Returns:
- The bytes for name.
-
getAlias
public java.lang.String getAlias()
string alias = 3 [json_name = "alias"];- Specified by:
getAliasin interfaceUserAttributesOrBuilder- Returns:
- The alias.
-
getAliasBytes
public com.google.protobuf.ByteString getAliasBytes()
string alias = 3 [json_name = "alias"];- Specified by:
getAliasBytesin interfaceUserAttributesOrBuilder- Returns:
- The bytes for alias.
-
getAvatar
public java.lang.String getAvatar()
string avatar = 5 [json_name = "avatar"];- Specified by:
getAvatarin interfaceUserAttributesOrBuilder- Returns:
- The avatar.
-
getAvatarBytes
public com.google.protobuf.ByteString getAvatarBytes()
string avatar = 5 [json_name = "avatar"];- Specified by:
getAvatarBytesin interfaceUserAttributesOrBuilder- Returns:
- The bytes for avatar.
-
hasPublicChat
@Deprecated public boolean hasPublicChat()
Deprecated..streamlayer.users.PublicChatUser public_chat = 6 [json_name = "publicChat", deprecated = true];- Specified by:
hasPublicChatin interfaceUserAttributesOrBuilder- Returns:
- Whether the publicChat field is set.
-
getPublicChat
@Deprecated public PublicChatUser getPublicChat()
Deprecated..streamlayer.users.PublicChatUser public_chat = 6 [json_name = "publicChat", deprecated = true];- Specified by:
getPublicChatin interfaceUserAttributesOrBuilder- Returns:
- The publicChat.
-
getPublicName
public java.lang.String getPublicName()
string public_name = 7 [json_name = "publicName"];- Specified by:
getPublicNamein interfaceUserAttributesOrBuilder- Returns:
- The publicName.
-
getPublicNameBytes
public com.google.protobuf.ByteString getPublicNameBytes()
string public_name = 7 [json_name = "publicName"];- Specified by:
getPublicNameBytesin interfaceUserAttributesOrBuilder- Returns:
- The bytes for publicName.
-
parseFrom
public static UserAttributes parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserAttributes parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserAttributes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserAttributes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserAttributes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserAttributes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserAttributes parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static UserAttributes parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static UserAttributes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static UserAttributes parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static UserAttributes parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static UserAttributes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static UserAttributes.Builder newBuilder()
-
newBuilder
public static UserAttributes.Builder newBuilder(UserAttributes 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<UserAttributes,UserAttributes.Builder>
-
getDefaultInstance
public static UserAttributes getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<UserAttributes> parser()
-
-