public sealed class ListDeviceConfigVersionsRequest : IMessage<ListDeviceConfigVersionsRequest>, IEquatable<ListDeviceConfigVersionsRequest>, IDeepCloneable<ListDeviceConfigVersionsRequest>, IBufferMessage, IMessage
Required. The name of the device. For example,
projects/p0/locations/us-central1/registries/registry0/devices/device0 or
projects/p0/locations/us-central1/registries/registry0/devices/{num_id}.
The number of versions to list. Versions are listed in decreasing order of
the version number. The maximum number of versions retained is 10. If this
value is zero, it will return all the versions available.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ListDeviceConfigVersionsRequest` class, which is used to request a list of device configuration versions."],["The `ListDeviceConfigVersionsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and usage within the .NET framework."],["Key properties of `ListDeviceConfigVersionsRequest` include `DeviceName`, `Name`, and `NumVersions`, allowing specification of the target device and the number of configuration versions to retrieve."],["The latest version of the API being `2.2.0` and the webpage documenting version `1.2.0` of `ListDeviceConfigVersionsRequest` which is part of the `Google.Cloud.Iot.V1` namespace, part of the `Google.Cloud.Iot.V1.dll` assembly."],["There are 6 versions available ranging from version 1.0.0 to version 2.2.0, with versions available on the site in between."]]],[]]