Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Address.
Resource that represents a address.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#current
def current() -> ::Google::Protobuf::BoolValue
- (::Google::Protobuf::BoolValue) — Indicates if it's the person's current address.
#current=
def current=(value) -> ::Google::Protobuf::BoolValue
- value (::Google::Protobuf::BoolValue) — Indicates if it's the person's current address.
- (::Google::Protobuf::BoolValue) — Indicates if it's the person's current address.
#structured_address
def structured_address() -> ::Google::Type::PostalAddress
- (::Google::Type::PostalAddress) — Structured address that contains street address, city, state, country, and so on.
#structured_address=
def structured_address=(value) -> ::Google::Type::PostalAddress
- value (::Google::Type::PostalAddress) — Structured address that contains street address, city, state, country, and so on.
- (::Google::Type::PostalAddress) — Structured address that contains street address, city, state, country, and so on.
#unstructured_address
def unstructured_address() -> ::String
-
(::String) — Unstructured address.
For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California".
Number of characters allowed is 100.
#unstructured_address=
def unstructured_address=(value) -> ::String
-
value (::String) — Unstructured address.
For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California".
Number of characters allowed is 100.
-
(::String) — Unstructured address.
For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California".
Number of characters allowed is 100.
#usage
def usage() -> ::Google::Cloud::Talent::V4beta1::ContactInfoUsage
- (::Google::Cloud::Talent::V4beta1::ContactInfoUsage) — The usage of the address. For example, SCHOOL, WORK, PERSONAL.
#usage=
def usage=(value) -> ::Google::Cloud::Talent::V4beta1::ContactInfoUsage
- value (::Google::Cloud::Talent::V4beta1::ContactInfoUsage) — The usage of the address. For example, SCHOOL, WORK, PERSONAL.
- (::Google::Cloud::Talent::V4beta1::ContactInfoUsage) — The usage of the address. For example, SCHOOL, WORK, PERSONAL.