Reference documentation and code samples for the Essential Contacts V1 API class Google::Cloud::EssentialContacts::V1::UpdateContactRequest.
Request message for the UpdateContact method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#contact
def contact() -> ::Google::Cloud::EssentialContacts::V1::Contact
Returns
- (::Google::Cloud::EssentialContacts::V1::Contact) — Required. The contact resource to replace the existing saved contact. Note: the email address of the contact cannot be modified.
#contact=
def contact=(value) -> ::Google::Cloud::EssentialContacts::V1::Contact
Parameter
- value (::Google::Cloud::EssentialContacts::V1::Contact) — Required. The contact resource to replace the existing saved contact. Note: the email address of the contact cannot be modified.
Returns
- (::Google::Cloud::EssentialContacts::V1::Contact) — Required. The contact resource to replace the existing saved contact. Note: the email address of the contact cannot be modified.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::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
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::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
Returns
-
(::Google::Protobuf::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