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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Cloud\Iot\V1\DeviceConfig>
|
Returns | |
---|---|
Type | Description |
$this |