public sealed class ListDeviceConfigVersionsRequest : IMessage<ListDeviceConfigVersionsRequest>, IEquatable<ListDeviceConfigVersionsRequest>, IDeepCloneable<ListDeviceConfigVersionsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class ListDeviceConfigVersionsRequest.
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 document provides reference information for the `ListDeviceConfigVersionsRequest` class within the Google Cloud IoT v1 API, specifically version 2.1.0."],["`ListDeviceConfigVersionsRequest` is used to request a list of device configuration versions and inherits from `Object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and one that accepts another `ListDeviceConfigVersionsRequest` instance for copying, while having properties such as `DeviceName`, `Name`, and `NumVersions`."],["The `Name` property is required and specifies the device for which versions are requested, and the `NumVersions` property indicates the number of versions to list, with a maximum of 10."],["There are multiple versions of this class available, ranging from version 1.0.0 up to the latest version 2.2.0, as well as the version specified in the main page (2.1.0)."]]],[]]