Reference documentation and code samples for the Google Cloud Essential Contacts V1 Client class DeleteContactRequest.
Request message for the DeleteContact method.
Generated from protobuf message google.cloud.essentialcontacts.v1.DeleteContactRequest
Namespace
Google \ Cloud \ EssentialContacts \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the contact to delete. Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id}
getName
Required. The name of the contact to delete.
Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id}
string
setName
Required. The name of the contact to delete.
Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id}
var
string
$this
static::build
name
string
Required. The name of the contact to delete. Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id} Please see EssentialContactsServiceClient::contactName() for help formatting this field.