Package com.streamlayer.users
Class BypassAuthResponse.AuthResponseMetadata.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<BypassAuthResponse.AuthResponseMetadata,BypassAuthResponse.AuthResponseMetadata.Builder>
-
- com.streamlayer.users.BypassAuthResponse.AuthResponseMetadata.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,BypassAuthResponse.AuthResponseMetadataOrBuilder,java.lang.Cloneable
- Enclosing class:
- BypassAuthResponse.AuthResponseMetadata
public static final class BypassAuthResponse.AuthResponseMetadata.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<BypassAuthResponse.AuthResponseMetadata,BypassAuthResponse.AuthResponseMetadata.Builder> implements BypassAuthResponse.AuthResponseMetadataOrBuilder
Protobuf typestreamlayer.users.BypassAuthResponse.AuthResponseMetadata
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BypassAuthResponse.AuthResponseMetadata.BuilderclearGetstream()string getstream = 4 [json_name = "getstream"];BypassAuthResponse.AuthResponseMetadata.BuilderclearInviterKey()optional string inviter_key = 5 [json_name = "inviterKey"];BypassAuthResponse.AuthResponseMetadata.BuilderclearJwt()optional string jwt = 1 [json_name = "jwt"];BypassAuthResponse.AuthResponseMetadata.BuilderclearToken()optional string token = 3 [json_name = "token"];java.lang.StringgetGetstream()string getstream = 4 [json_name = "getstream"];com.google.protobuf.ByteStringgetGetstreamBytes()string getstream = 4 [json_name = "getstream"];java.lang.StringgetInviterKey()optional string inviter_key = 5 [json_name = "inviterKey"];com.google.protobuf.ByteStringgetInviterKeyBytes()optional string inviter_key = 5 [json_name = "inviterKey"];java.lang.StringgetJwt()optional string jwt = 1 [json_name = "jwt"];com.google.protobuf.ByteStringgetJwtBytes()optional string jwt = 1 [json_name = "jwt"];java.lang.StringgetToken()optional string token = 3 [json_name = "token"];com.google.protobuf.ByteStringgetTokenBytes()optional string token = 3 [json_name = "token"];booleanhasInviterKey()optional string inviter_key = 5 [json_name = "inviterKey"];booleanhasJwt()optional string jwt = 1 [json_name = "jwt"];booleanhasToken()optional string token = 3 [json_name = "token"];BypassAuthResponse.AuthResponseMetadata.BuildersetGetstream(java.lang.String value)string getstream = 4 [json_name = "getstream"];BypassAuthResponse.AuthResponseMetadata.BuildersetGetstreamBytes(com.google.protobuf.ByteString value)string getstream = 4 [json_name = "getstream"];BypassAuthResponse.AuthResponseMetadata.BuildersetInviterKey(java.lang.String value)optional string inviter_key = 5 [json_name = "inviterKey"];BypassAuthResponse.AuthResponseMetadata.BuildersetInviterKeyBytes(com.google.protobuf.ByteString value)optional string inviter_key = 5 [json_name = "inviterKey"];BypassAuthResponse.AuthResponseMetadata.BuildersetJwt(java.lang.String value)optional string jwt = 1 [json_name = "jwt"];BypassAuthResponse.AuthResponseMetadata.BuildersetJwtBytes(com.google.protobuf.ByteString value)optional string jwt = 1 [json_name = "jwt"];BypassAuthResponse.AuthResponseMetadata.BuildersetToken(java.lang.String value)optional string token = 3 [json_name = "token"];BypassAuthResponse.AuthResponseMetadata.BuildersetTokenBytes(com.google.protobuf.ByteString value)optional string token = 3 [json_name = "token"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
hasJwt
public boolean hasJwt()
optional string jwt = 1 [json_name = "jwt"];- Specified by:
hasJwtin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- Whether the jwt field is set.
-
getJwt
public java.lang.String getJwt()
optional string jwt = 1 [json_name = "jwt"];- Specified by:
getJwtin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The jwt.
-
getJwtBytes
public com.google.protobuf.ByteString getJwtBytes()
optional string jwt = 1 [json_name = "jwt"];- Specified by:
getJwtBytesin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The bytes for jwt.
-
setJwt
public BypassAuthResponse.AuthResponseMetadata.Builder setJwt(java.lang.String value)
optional string jwt = 1 [json_name = "jwt"];- Parameters:
value- The jwt to set.- Returns:
- This builder for chaining.
-
clearJwt
public BypassAuthResponse.AuthResponseMetadata.Builder clearJwt()
optional string jwt = 1 [json_name = "jwt"];- Returns:
- This builder for chaining.
-
setJwtBytes
public BypassAuthResponse.AuthResponseMetadata.Builder setJwtBytes(com.google.protobuf.ByteString value)
optional string jwt = 1 [json_name = "jwt"];- Parameters:
value- The bytes for jwt to set.- Returns:
- This builder for chaining.
-
hasToken
public boolean hasToken()
optional string token = 3 [json_name = "token"];- Specified by:
hasTokenin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- Whether the token field is set.
-
getToken
public java.lang.String getToken()
optional string token = 3 [json_name = "token"];- Specified by:
getTokenin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The token.
-
getTokenBytes
public com.google.protobuf.ByteString getTokenBytes()
optional string token = 3 [json_name = "token"];- Specified by:
getTokenBytesin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The bytes for token.
-
setToken
public BypassAuthResponse.AuthResponseMetadata.Builder setToken(java.lang.String value)
optional string token = 3 [json_name = "token"];- Parameters:
value- The token to set.- Returns:
- This builder for chaining.
-
clearToken
public BypassAuthResponse.AuthResponseMetadata.Builder clearToken()
optional string token = 3 [json_name = "token"];- Returns:
- This builder for chaining.
-
setTokenBytes
public BypassAuthResponse.AuthResponseMetadata.Builder setTokenBytes(com.google.protobuf.ByteString value)
optional string token = 3 [json_name = "token"];- Parameters:
value- The bytes for token to set.- Returns:
- This builder for chaining.
-
getGetstream
public java.lang.String getGetstream()
string getstream = 4 [json_name = "getstream"];- Specified by:
getGetstreamin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The getstream.
-
getGetstreamBytes
public com.google.protobuf.ByteString getGetstreamBytes()
string getstream = 4 [json_name = "getstream"];- Specified by:
getGetstreamBytesin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The bytes for getstream.
-
setGetstream
public BypassAuthResponse.AuthResponseMetadata.Builder setGetstream(java.lang.String value)
string getstream = 4 [json_name = "getstream"];- Parameters:
value- The getstream to set.- Returns:
- This builder for chaining.
-
clearGetstream
public BypassAuthResponse.AuthResponseMetadata.Builder clearGetstream()
string getstream = 4 [json_name = "getstream"];- Returns:
- This builder for chaining.
-
setGetstreamBytes
public BypassAuthResponse.AuthResponseMetadata.Builder setGetstreamBytes(com.google.protobuf.ByteString value)
string getstream = 4 [json_name = "getstream"];- Parameters:
value- The bytes for getstream to set.- Returns:
- This builder for chaining.
-
hasInviterKey
public boolean hasInviterKey()
optional string inviter_key = 5 [json_name = "inviterKey"];- Specified by:
hasInviterKeyin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- Whether the inviterKey field is set.
-
getInviterKey
public java.lang.String getInviterKey()
optional string inviter_key = 5 [json_name = "inviterKey"];- Specified by:
getInviterKeyin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The inviterKey.
-
getInviterKeyBytes
public com.google.protobuf.ByteString getInviterKeyBytes()
optional string inviter_key = 5 [json_name = "inviterKey"];- Specified by:
getInviterKeyBytesin interfaceBypassAuthResponse.AuthResponseMetadataOrBuilder- Returns:
- The bytes for inviterKey.
-
setInviterKey
public BypassAuthResponse.AuthResponseMetadata.Builder setInviterKey(java.lang.String value)
optional string inviter_key = 5 [json_name = "inviterKey"];- Parameters:
value- The inviterKey to set.- Returns:
- This builder for chaining.
-
clearInviterKey
public BypassAuthResponse.AuthResponseMetadata.Builder clearInviterKey()
optional string inviter_key = 5 [json_name = "inviterKey"];- Returns:
- This builder for chaining.
-
setInviterKeyBytes
public BypassAuthResponse.AuthResponseMetadata.Builder setInviterKeyBytes(com.google.protobuf.ByteString value)
optional string inviter_key = 5 [json_name = "inviterKey"];- Parameters:
value- The bytes for inviterKey to set.- Returns:
- This builder for chaining.
-
-