Class: Google::Cloud::Iot::V1::ListDeviceRegistriesRequest

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

Request for ListDeviceRegistries.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of registries to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Returns:

  • (::Integer)

    The maximum number of registries to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.



93
94
95
96
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 93

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

#page_token::String

Returns The value returned by the last ListDeviceRegistriesResponse; indicates that this is a continuation of a prior ListDeviceRegistries call and the system should return the next page of data.

Returns:

  • (::String)

    The value returned by the last ListDeviceRegistriesResponse; indicates that this is a continuation of a prior ListDeviceRegistries call and the system should return the next page of data.



93
94
95
96
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 93

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

#parent::String

Returns Required. The project and cloud region path. For example, projects/example-project/locations/us-central1.

Returns:

  • (::String)

    Required. The project and cloud region path. For example, projects/example-project/locations/us-central1.



93
94
95
96
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 93

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