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 \ V1Methods
__construct
Constructor.
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}
string
setParent
Required. The parent resource name.
Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}
var
string
$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.
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.
var
int
$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.
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.
var
string
$this
static::build
parent
string
Required. The parent resource name. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id} Please see Google\Cloud\EssentialContacts\V1\EssentialContactsServiceClient::projectName() for help formatting this field.