Package com.streamlayer.users
Class AuthResponse.AuthResponseMetadata
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<AuthResponse.AuthResponseMetadata,AuthResponse.AuthResponseMetadata.Builder>
-
- com.streamlayer.users.AuthResponse.AuthResponseMetadata
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,AuthResponse.AuthResponseMetadataOrBuilder
- Enclosing class:
- AuthResponse
public static final class AuthResponse.AuthResponseMetadata extends com.google.protobuf.GeneratedMessageLite<AuthResponse.AuthResponseMetadata,AuthResponse.AuthResponseMetadata.Builder> implements AuthResponse.AuthResponseMetadataOrBuilder
Protobuf typestreamlayer.users.AuthResponse.AuthResponseMetadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthResponse.AuthResponseMetadata.BuilderProtobuf typestreamlayer.users.AuthResponse.AuthResponseMetadata-
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 intGETSTREAM_FIELD_NUMBERstatic intJWT_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 AuthResponse.AuthResponseMetadatagetDefaultInstance()java.lang.StringgetGetstream()string getstream = 3 [json_name = "getstream"];com.google.protobuf.ByteStringgetGetstreamBytes()string getstream = 3 [json_name = "getstream"];java.lang.StringgetJwt()string jwt = 1 [json_name = "jwt"];com.google.protobuf.ByteStringgetJwtBytes()string jwt = 1 [json_name = "jwt"];static AuthResponse.AuthResponseMetadata.BuildernewBuilder()static AuthResponse.AuthResponseMetadata.BuildernewBuilder(AuthResponse.AuthResponseMetadata prototype)static AuthResponse.AuthResponseMetadataparseDelimitedFrom(java.io.InputStream input)static AuthResponse.AuthResponseMetadataparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthResponse.AuthResponseMetadataparseFrom(byte[] data)static AuthResponse.AuthResponseMetadataparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthResponse.AuthResponseMetadataparseFrom(com.google.protobuf.ByteString data)static AuthResponse.AuthResponseMetadataparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthResponse.AuthResponseMetadataparseFrom(com.google.protobuf.CodedInputStream input)static AuthResponse.AuthResponseMetadataparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthResponse.AuthResponseMetadataparseFrom(java.io.InputStream input)static AuthResponse.AuthResponseMetadataparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthResponse.AuthResponseMetadataparseFrom(java.nio.ByteBuffer data)static AuthResponse.AuthResponseMetadataparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<AuthResponse.AuthResponseMetadata>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
-
JWT_FIELD_NUMBER
public static final int JWT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GETSTREAM_FIELD_NUMBER
public static final int GETSTREAM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJwt
public java.lang.String getJwt()
string jwt = 1 [json_name = "jwt"];- Specified by:
getJwtin interfaceAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The jwt.
-
getJwtBytes
public com.google.protobuf.ByteString getJwtBytes()
string jwt = 1 [json_name = "jwt"];- Specified by:
getJwtBytesin interfaceAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The bytes for jwt.
-
getGetstream
public java.lang.String getGetstream()
string getstream = 3 [json_name = "getstream"];- Specified by:
getGetstreamin interfaceAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The getstream.
-
getGetstreamBytes
public com.google.protobuf.ByteString getGetstreamBytes()
string getstream = 3 [json_name = "getstream"];- Specified by:
getGetstreamBytesin interfaceAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The bytes for getstream.
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static AuthResponse.AuthResponseMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static AuthResponse.AuthResponseMetadata parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AuthResponse.AuthResponseMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static AuthResponse.AuthResponseMetadata.Builder newBuilder()
-
newBuilder
public static AuthResponse.AuthResponseMetadata.Builder newBuilder(AuthResponse.AuthResponseMetadata 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<AuthResponse.AuthResponseMetadata,AuthResponse.AuthResponseMetadata.Builder>
-
getDefaultInstance
public static AuthResponse.AuthResponseMetadata getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AuthResponse.AuthResponseMetadata> parser()
-
-