Reference documentation and code samples for the Google Cloud IoT Core V1 Client class ListDeviceRegistriesResponse.
Response for ListDeviceRegistries
.
Generated from protobuf message google.cloud.iot.v1.ListDeviceRegistriesResponse
Namespace
Google \ Cloud \ Iot \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ device_registries |
array<Google\Cloud\Iot\V1\DeviceRegistry>
The registries that matched the query. |
↳ next_page_token |
string
If not empty, indicates that there may be more registries that match the request; this value should be passed in a new |
getDeviceRegistries
The registries that matched the query.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDeviceRegistries
The registries that matched the query.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Iot\V1\DeviceRegistry>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
If not empty, indicates that there may be more registries that match the
request; this value should be passed in a new
ListDeviceRegistriesRequest
.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
If not empty, indicates that there may be more registries that match the
request; this value should be passed in a new
ListDeviceRegistriesRequest
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |