Reference documentation and code samples for the Google Cloud Essential Contacts V1 Client class ListContactsRequest.
Request message for the ListContacts method.
Generated from protobuf message google.cloud.essentialcontacts.v1.ListContactsRequest
Namespace
Google \ Cloud \ EssentialContacts \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource name. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}
↳ page_size
int
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of next_page_token in the response indicates that more results might be available. If not specified, the default page_size is 100.
↳ page_token
string
Optional. If present, retrieves the next batch of results from the preceding call to this method. page_token must be the value of next_page_token from the previous response. The values of other method parameters should be identical to those in the previous call.
getParent
Required. The parent resource name.
Format: organizations/{organization_id}, folders/{folder_id} or
projects/{project_id}
Returns
Type
Description
string
setParent
Required. The parent resource name.
Format: organizations/{organization_id}, folders/{folder_id} or
projects/{project_id}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of next_page_token in the
response indicates that more results might be available.
If not specified, the default page_size is 100.
Returns
Type
Description
int
setPageSize
Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of next_page_token in the
response indicates that more results might be available.
If not specified, the default page_size is 100.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. If present, retrieves the next batch of results from the
preceding call to this method. page_token must be the value of
next_page_token from the previous response. The values of other method
parameters should be identical to those in the previous call.
Returns
Type
Description
string
setPageToken
Optional. If present, retrieves the next batch of results from the
preceding call to this method. page_token must be the value of
next_page_token from the previous response. The values of other method
parameters should be identical to those in the previous call.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The parent resource name.
Format: organizations/{organization_id}, folders/{folder_id} or
projects/{project_id}
Please see EssentialContactsServiceClient::projectName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Essential Contacts V1 Client - Class ListContactsRequest (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-essential-contacts/latest/V1.ListContactsRequest)\n- [1.0.4](/php/docs/reference/cloud-essential-contacts/1.0.4/V1.ListContactsRequest)\n- [0.4.5](/php/docs/reference/cloud-essential-contacts/0.4.5/V1.ListContactsRequest)\n- [0.3.4](/php/docs/reference/cloud-essential-contacts/0.3.4/V1.ListContactsRequest)\n- [0.2.13](/php/docs/reference/cloud-essential-contacts/0.2.13/V1.ListContactsRequest) \nReference documentation and code samples for the Google Cloud Essential Contacts V1 Client class ListContactsRequest.\n\nRequest message for the ListContacts method.\n\nGenerated from protobuf message `google.cloud.essentialcontacts.v1.ListContactsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ EssentialContacts \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent resource name.\n\nFormat: organizations/{organization_id}, folders/{folder_id} or\nprojects/{project_id}\n\n### setParent\n\nRequired. The parent resource name.\n\nFormat: organizations/{organization_id}, folders/{folder_id} or\nprojects/{project_id}\n\n### getPageSize\n\nOptional. The maximum number of results to return from this request.\n\nNon-positive values are ignored. The presence of `next_page_token` in the\nresponse indicates that more results might be available.\nIf not specified, the default page_size is 100.\n\n### setPageSize\n\nOptional. The maximum number of results to return from this request.\n\nNon-positive values are ignored. The presence of `next_page_token` in the\nresponse indicates that more results might be available.\nIf not specified, the default page_size is 100.\n\n### getPageToken\n\nOptional. If present, retrieves the next batch of results from the\npreceding call to this method. `page_token` must be the value of\n`next_page_token` from the previous response. The values of other method\nparameters should be identical to those in the previous call.\n\n### setPageToken\n\nOptional. If present, retrieves the next batch of results from the\npreceding call to this method. `page_token` must be the value of\n`next_page_token` from the previous response. The values of other method\nparameters should be identical to those in the previous call.\n\n### static::build"]]