Google Cloud IoT Core V1 Client - Class ListDeviceConfigVersionsResponse (1.6.4)

Reference documentation and code samples for the Google Cloud IoT Core V1 Client class ListDeviceConfigVersionsResponse.

Response for ListDeviceConfigVersions.

Generated from protobuf message google.cloud.iot.v1.ListDeviceConfigVersionsResponse

Namespace

Google \ Cloud \ Iot \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ device_configs array<Google\Cloud\Iot\V1\DeviceConfig>

The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.

getDeviceConfigs

The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDeviceConfigs

The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.

Parameter
NameDescription
var array<Google\Cloud\Iot\V1\DeviceConfig>
Returns
TypeDescription
$this