Class UpdateContactRequest (1.2.2)

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

Request message for the UpdateContact method.

Attributes

NameDescription
contact google.cloud.essential_contacts_v1.types.Contact
Required. The contact resource to replace the existing saved contact. Note: the email address of the contact cannot be modified.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The update mask applied to the resource. For the ``FieldMask`` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Inheritance

builtins.object > proto.message.Message > UpdateContactRequest