Class: Google::Cloud::Talent::V4beta1::Address
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Address
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
Resource that represents a address.
Instance Attribute Summary collapse
-
#current ⇒ Google::Protobuf::BoolValue
Indicates if it's the person's current address.
-
#structured_address ⇒ Google::Type::PostalAddress
Structured address that contains street address, city, state, country, and so on.
-
#unstructured_address ⇒ String
Unstructured address.
-
#usage ⇒ Google::Cloud::Talent::V4beta1::ContactInfoUsage
The usage of the address.
Instance Attribute Details
#current ⇒ Google::Protobuf::BoolValue
Returns Indicates if it's the person's current address.
413 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 413 class Address; end |
#structured_address ⇒ Google::Type::PostalAddress
Returns Structured address that contains street address, city, state, country, and so on.
413 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 413 class Address; end |
#unstructured_address ⇒ String
Returns Unstructured address.
For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California".
Number of characters allowed is 100.
413 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 413 class Address; end |
#usage ⇒ Google::Cloud::Talent::V4beta1::ContactInfoUsage
Returns The usage of the address. For example, SCHOOL, WORK, PERSONAL.
413 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 413 class Address; end |