Google Cloud IoT Core V1 Client - Class ListDeviceConfigVersionsResponse (1.7.5) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud IoT Core V1 Client class ListDeviceConfigVersionsResponse.
Response forListDeviceConfigVersions.
Generated from protobuf messagegoogle.cloud.iot.v1.ListDeviceConfigVersionsResponse
Namespace
Google \ Cloud \ Iot \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. 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 listedin 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 listedin decreasing order, starting from the most recent one.
| Parameter | |
|---|---|
| Name | Description |
var | array<Google\Cloud\Iot\V1\DeviceConfig> |
| Returns | |
|---|---|
| Type | Description |
$this | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.