Class: Google::Cloud::EssentialContacts::V1::UpdateContactRequest
- Inherits:
-
Object
- Object
- Google::Cloud::EssentialContacts::V1::UpdateContactRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/essentialcontacts/v1/service.rb
Overview
Request message for the UpdateContact method.
Instance Attribute Summary collapse
-
#contact ⇒ ::Google::Cloud::EssentialContacts::V1::Contact
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#contact ⇒ ::Google::Cloud::EssentialContacts::V1::Contact
Returns Required. The contact resource to replace the existing saved contact. Note: the email address of the contact cannot be modified.
144 145 146 147 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 144 class UpdateContactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The update mask applied to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
144 145 146 147 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 144 class UpdateContactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |