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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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}
Returns | |
---|---|
Type | Description |
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}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |