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 Type
    Method
    Description
    The new email address to set for the current user.
    com.google.protobuf.ByteString
    The new email address to set for the current user.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.