Cloud IoT V1 API - Class Google::Cloud::Iot::V1::ListDeviceRegistriesRequest (v0.7.1)

Reference documentation and code samples for the Cloud IoT V1 API class Google::Cloud::Iot::V1::ListDeviceRegistriesRequest.

Request for ListDeviceRegistries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.
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.

#page_token

def page_token() -> ::String
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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::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.
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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project and cloud region path. For example, projects/example-project/locations/us-central1.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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.