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."],[[["The latest version available for `ListDeviceConfigVersionsRequest` is 2.2.0, with previous versions including 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0 also available."],["`ListDeviceConfigVersionsRequest` is a request class that inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default and one that takes another `ListDeviceConfigVersionsRequest` as a parameter to copy its data."],["The class includes properties such as `DeviceName` which is a `DeviceName`-typed view over the `Name` resource name property, `Name` which is the required device name, and `NumVersions` which specifies the number of versions to list."],["The `NumVersions` property in the `ListDeviceConfigVersionsRequest` class allows you to define how many configuration versions to list, with a maximum of 10 versions and a default of listing all available versions if set to zero."]]],[]]