Class: Google::Cloud::Iot::V1::ListDevicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::ListDevicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Response for ListDevices
.
Instance Attribute Summary collapse
-
#devices ⇒ ::Array<::Google::Cloud::Iot::V1::Device>
The devices that match the request.
-
#next_page_token ⇒ ::String
If not empty, indicates that there may be more devices that match the request; this value should be passed in a new
ListDevicesRequest
.
Instance Attribute Details
#devices ⇒ ::Array<::Google::Cloud::Iot::V1::Device>
Returns The devices that match the request.
242 243 244 245 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 242 class ListDevicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new ListDevicesRequest
.
242 243 244 245 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 242 class ListDevicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |