Google Cloud IoT Core V1 Client - Class ListDeviceRegistriesResponse (1.5.12)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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 ListDeviceRegistriesRequest.

getDeviceRegistries

The registries that matched the query.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDeviceRegistries

The registries that matched the query.

Parameter
NameDescription
var array<Google\Cloud\Iot\V1\DeviceRegistry>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this