Reference documentation and code samples for the Google Cloud Essential Contacts V1 Client class GetContactRequest.
Request message for the GetContact method.
Generated from protobuf message google.cloud.essentialcontacts.v1.GetContactRequest
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 retrieve. 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 retrieve.
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 retrieve.
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 retrieve. 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.