public interface AccountEmailOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsVars(java.lang.String key)
Extra information that will be bundled in the session token.
|
java.lang.String |
getEmail()
A valid RFC-5322 email address.
|
com.google.protobuf.ByteString |
getEmailBytes()
A valid RFC-5322 email address.
|
java.lang.String |
getPassword()
A password for the user account.
|
com.google.protobuf.ByteString |
getPasswordBytes()
A password for the user account.
|
java.util.Map<java.lang.String,java.lang.String> |
getVars()
Deprecated.
|
int |
getVarsCount()
Extra information that will be bundled in the session token.
|
java.util.Map<java.lang.String,java.lang.String> |
getVarsMap()
Extra information that will be bundled in the session token.
|
java.lang.String |
getVarsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Extra information that will be bundled in the session token.
|
java.lang.String |
getVarsOrThrow(java.lang.String key)
Extra information that will be bundled in the session token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getEmail()
A valid RFC-5322 email address.
string email = 1 [json_name = "email"];
com.google.protobuf.ByteString getEmailBytes()
A valid RFC-5322 email address.
string email = 1 [json_name = "email"];
java.lang.String getPassword()
A password for the user account.
string password = 2 [json_name = "password"];
com.google.protobuf.ByteString getPasswordBytes()
A password for the user account.
string password = 2 [json_name = "password"];
int getVarsCount()
Extra information that will be bundled in the session token.
map<string, string> vars = 3 [json_name = "vars"];
boolean containsVars(java.lang.String key)
Extra information that will be bundled in the session token.
map<string, string> vars = 3 [json_name = "vars"];
@Deprecated java.util.Map<java.lang.String,java.lang.String> getVars()
getVarsMap()
instead.java.util.Map<java.lang.String,java.lang.String> getVarsMap()
Extra information that will be bundled in the session token.
map<string, string> vars = 3 [json_name = "vars"];
java.lang.String getVarsOrDefault(java.lang.String key, java.lang.String defaultValue)
Extra information that will be bundled in the session token.
map<string, string> vars = 3 [json_name = "vars"];
java.lang.String getVarsOrThrow(java.lang.String key)
Extra information that will be bundled in the session token.
map<string, string> vars = 3 [json_name = "vars"];