Class: Google::Cloud::Iot::V1::ListDevicesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#devices::Array<::Google::Cloud::Iot::V1::Device>

Returns The devices that match the request.

Returns:



240
241
242
243
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 240

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.

Returns:

  • (::String)

    If not empty, indicates that there may be more devices that match the request; this value should be passed in a new ListDevicesRequest.



240
241
242
243
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 240

class ListDevicesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end