Reference documentation and code samples for the Google Cloud IoT Core V1 Client class ListDeviceConfigVersionsRequest.
Request for ListDeviceConfigVersions
.
Generated from protobuf message google.cloud.iot.v1.ListDeviceConfigVersionsRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
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.
getName
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}
.
string
setName
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}
.
var
string
$this
getNumVersions
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.
int
setNumVersions
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.
var
int
$this