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
- (::Array<::Google::Cloud::Iot::V1::DeviceRegistry>) — The registries that matched the query.
#device_registries=
def device_registries=(value) -> ::Array<::Google::Cloud::Iot::V1::DeviceRegistry>
Parameter
- value (::Array<::Google::Cloud::Iot::V1::DeviceRegistry>) — The registries that matched the query.
Returns
- (::Array<::Google::Cloud::Iot::V1::DeviceRegistry>) — The registries that matched the query.
#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
.