Class ListDeviceConfigVersionsRequest (1.2.0)

public sealed class ListDeviceConfigVersionsRequest : IMessage<ListDeviceConfigVersionsRequest>, IEquatable<ListDeviceConfigVersionsRequest>, IDeepCloneable<ListDeviceConfigVersionsRequest>, IBufferMessage, IMessage

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
NameDescription
otherListDeviceConfigVersionsRequest

Properties

DeviceName

public DeviceName DeviceName { get; set; }

DeviceName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
Int32