Reference documentation and code samples for the Cloud IoT V1 API class Google::Cloud::Iot::V1::ListDeviceConfigVersionsResponse.
Response for ListDeviceConfigVersions
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#device_configs
def device_configs() -> ::Array<::Google::Cloud::Iot::V1::DeviceConfig>
Returns
- (::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.
#device_configs=
def device_configs=(value) -> ::Array<::Google::Cloud::Iot::V1::DeviceConfig>
Parameter
- value (::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.
Returns
- (::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.