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"]],[["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\u003eThe latest version available for \u003ccode\u003eListDeviceConfigVersionsRequest\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListDeviceConfigVersionsRequest\u003c/code\u003e is a request class that inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces including \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\u003eThis class has two constructors, one default and one that takes another \u003ccode\u003eListDeviceConfigVersionsRequest\u003c/code\u003e as a parameter to copy its data.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eDeviceName\u003c/code\u003e which is a \u003ccode\u003eDeviceName\u003c/code\u003e-typed view over the \u003ccode\u003eName\u003c/code\u003e resource name property, \u003ccode\u003eName\u003c/code\u003e which is the required device name, and \u003ccode\u003eNumVersions\u003c/code\u003e which specifies the number of versions to list.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNumVersions\u003c/code\u003e property in the \u003ccode\u003eListDeviceConfigVersionsRequest\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,[]]