Google Cloud Essential Contacts V1 Client - Class DeleteContactRequest (0.4.4)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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}

Returns
Type Description
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}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
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 Google\Cloud\EssentialContacts\V1\EssentialContactsServiceClient::contactName() for help formatting this field.

Returns
Type Description
Google\Cloud\EssentialContacts\V1\DeleteContactRequest