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

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ device_configsarray<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
TypeDescription
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
NameDescription
vararray<Google\Cloud\Iot\V1\DeviceConfig>
Returns
TypeDescription
$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.