Cloud IoT V1 API - Class Google::Cloud::Iot::V1::ListDeviceRegistriesResponse (v0.4.0)

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

Response for ListDeviceRegistries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#device_registries

def device_registries() -> ::Array<::Google::Cloud::Iot::V1::DeviceRegistry>
Returns

#device_registries=

def device_registries=(value) -> ::Array<::Google::Cloud::Iot::V1::DeviceRegistry>
Parameter
Returns

#next_page_token

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

#next_page_token=

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