Cloud IoT v1 API - Class ListDeviceConfigVersionsRequest (2.2.0)

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.

Request for ListDeviceConfigVersions.

Inheritance

object > ListDeviceConfigVersionsRequest

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

ListDeviceConfigVersionsRequest()

public ListDeviceConfigVersionsRequest()

ListDeviceConfigVersionsRequest(ListDeviceConfigVersionsRequest)

public ListDeviceConfigVersionsRequest(ListDeviceConfigVersionsRequest other)
Parameter
Name Description
other ListDeviceConfigVersionsRequest

Properties

DeviceName

public DeviceName DeviceName { get; set; }

DeviceName-typed view over the Name resource name property.

Property Value
Type Description
DeviceName

Name

public string Name { get; set; }

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}.

Property Value
Type Description
string

NumVersions

public int NumVersions { get; set; }

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.

Property Value
Type Description
int