Class: Google::Cloud::Iot::V1::ListDeviceRegistriesResponse

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 ListDeviceRegistries.

Instance Attribute Summary collapse

Instance Attribute Details

#device_registries::Array<::Google::Cloud::Iot::V1::DeviceRegistry>

Returns The registries that matched the query.

Returns:



107
108
109
110
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 107

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

#next_page_token::String

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

Returns:

  • (::String)

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



107
108
109
110
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 107

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