Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Email.
Resource that represents a person's email address.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#email_address
def email_address() -> ::String
Returns
-
(::String) — Email address.
Number of characters allowed is 4,000.
#email_address=
def email_address=(value) -> ::String
Parameter
-
value (::String) — Email address.
Number of characters allowed is 4,000.
Returns
-
(::String) — Email address.
Number of characters allowed is 4,000.
#usage
def usage() -> ::Google::Cloud::Talent::V4beta1::ContactInfoUsage
Returns
- (::Google::Cloud::Talent::V4beta1::ContactInfoUsage) — The usage of the email address. For example, SCHOOL, WORK, PERSONAL.
#usage=
def usage=(value) -> ::Google::Cloud::Talent::V4beta1::ContactInfoUsage
Parameter
- value (::Google::Cloud::Talent::V4beta1::ContactInfoUsage) — The usage of the email address. For example, SCHOOL, WORK, PERSONAL.
Returns
- (::Google::Cloud::Talent::V4beta1::ContactInfoUsage) — The usage of the email address. For example, SCHOOL, WORK, PERSONAL.