Class: Google::Cloud::Iot::V1::ListDeviceConfigVersionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::ListDeviceConfigVersionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Request for ListDeviceConfigVersions
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#num_versions ⇒ ::Integer
The number of versions to list.
Instance Attribute Details
#name ⇒ ::String
Returns 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}
.
279 280 281 282 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 279 class ListDeviceConfigVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#num_versions ⇒ ::Integer
Returns 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.
279 280 281 282 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 279 class ListDeviceConfigVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |