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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eListDeviceConfigVersionsRequest\u003c/code\u003e class within the Google Cloud IoT v1 API, specifically version 2.1.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListDeviceConfigVersionsRequest\u003c/code\u003e is used to request a list of device configuration versions and inherits from \u003ccode\u003eObject\u003c/code\u003e while implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default constructor, and one that accepts another \u003ccode\u003eListDeviceConfigVersionsRequest\u003c/code\u003e instance for copying, while having properties such as \u003ccode\u003eDeviceName\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eNumVersions\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property is required and specifies the device for which versions are requested, and the \u003ccode\u003eNumVersions\u003c/code\u003e property indicates the number of versions to list, with a maximum of 10.\u003c/p\u003e\n"],["\u003cp\u003eThere 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).\u003c/p\u003e\n"]]],[],null,[]]