Reference documentation and code samples for the Google Cloud IoT Core V1 Client class ListDeviceRegistriesRequest.
Request for ListDeviceRegistries.
Generated from protobuf message google.cloud.iot.v1.ListDeviceRegistriesRequest
Namespace
Google \ Cloud \ Iot \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project and cloud region path. For example, projects/example-project/locations/us-central1.
↳ page_size
int
The maximum number of registries to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.
↳ page_token
string
The value returned by the last ListDeviceRegistriesResponse; indicates that this is a continuation of a prior ListDeviceRegistries call and the system should return the next page of data.
getParent
Required. The project and cloud region path. For example,
projects/example-project/locations/us-central1.
Returns
Type
Description
string
setParent
Required. The project and cloud region path. For example,
projects/example-project/locations/us-central1.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of registries to return in the response. If this value
is zero, the service will select a default size. A call may return fewer
objects than requested. A non-empty next_page_token in the response
indicates that more data is available.
Returns
Type
Description
int
setPageSize
The maximum number of registries to return in the response. If this value
is zero, the service will select a default size. A call may return fewer
objects than requested. A non-empty next_page_token in the response
indicates that more data is available.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
The value returned by the last ListDeviceRegistriesResponse; indicates
that this is a continuation of a prior ListDeviceRegistries call and
the system should return the next page of data.
Returns
Type
Description
string
setPageToken
The value returned by the last ListDeviceRegistriesResponse; indicates
that this is a continuation of a prior ListDeviceRegistries call and
the system should return the next page of data.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The project and cloud region path. For example,
projects/example-project/locations/us-central1. Please see
Google\Cloud\Iot\V1\DeviceManagerClient::locationName() 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-28 UTC."],[],[],null,["# Google Cloud IoT Core V1 Client - Class ListDeviceRegistriesRequest (1.7.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.5 (latest)](/php/docs/reference/cloud-iot/latest/V1.ListDeviceRegistriesRequest)\n- [1.7.4](/php/docs/reference/cloud-iot/1.7.4/V1.ListDeviceRegistriesRequest)\n- [1.6.4](/php/docs/reference/cloud-iot/1.6.4/V1.ListDeviceRegistriesRequest)\n- [1.5.12](/php/docs/reference/cloud-iot/1.5.12/V1.ListDeviceRegistriesRequest) \nReference documentation and code samples for the Google Cloud IoT Core V1 Client class ListDeviceRegistriesRequest.\n\nRequest for `ListDeviceRegistries`.\n\nGenerated from protobuf message `google.cloud.iot.v1.ListDeviceRegistriesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Iot \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The project and cloud region path. For example,\n`projects/example-project/locations/us-central1`.\n\n### setParent\n\nRequired. The project and cloud region path. For example,\n`projects/example-project/locations/us-central1`.\n\n### getPageSize\n\nThe maximum number of registries to return in the response. If this value\nis zero, the service will select a default size. A call may return fewer\nobjects than requested. A non-empty `next_page_token` in the response\nindicates that more data is available.\n\n### setPageSize\n\nThe maximum number of registries to return in the response. If this value\nis zero, the service will select a default size. A call may return fewer\nobjects than requested. A non-empty `next_page_token` in the response\nindicates that more data is available.\n\n### getPageToken\n\nThe value returned by the last `ListDeviceRegistriesResponse`; indicates\nthat this is a continuation of a prior `ListDeviceRegistries` call and\nthe system should return the next page of data.\n\n### setPageToken\n\nThe value returned by the last `ListDeviceRegistriesResponse`; indicates\nthat this is a continuation of a prior `ListDeviceRegistries` call and\nthe system should return the next page of data.\n\n### static::build"]]