Class Address (2.6.0)

Address(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Resource that represents a address.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
usage google.cloud.talent_v4beta1.types.ContactInfoUsage
The usage of the address. For example, SCHOOL, WORK, PERSONAL.
unstructured_address str
Unstructured address. For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California". Number of characters allowed is 100. This field is a member of oneof_ address.
structured_address google.type.postal_address_pb2.PostalAddress
Structured address that contains street address, city, state, country, and so on. This field is a member of oneof_ address.
current google.protobuf.wrappers_pb2.BoolValue
Indicates if it's the person's current address.