Class ListDeviceConfigVersionsRequest (2.6.3)

ListDeviceConfigVersionsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request for ListDeviceConfigVersions.

Attributes

NameDescription
name str
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}``.
num_versions int
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.

Inheritance

builtins.object > proto.message.Message > ListDeviceConfigVersionsRequest