Interface UpdateSelfEmailRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateSelfEmailRequest, UpdateSelfEmailRequest.Builder
@Generated
public interface UpdateSelfEmailRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()The new email address to set for the current user.com.google.protobuf.ByteStringThe new email address to set for the current user.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEmail
String getEmail()The new email address to set for the current user. This will replace the existing email in the database.
string email = 1;- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()The new email address to set for the current user. This will replace the existing email in the database.
string email = 1;- Returns:
- The bytes for email.
-