Response for ListDevices
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#devices
def devices() -> ::Array<::Google::Cloud::Iot::V1::Device>
Returns
- (::Array<::Google::Cloud::Iot::V1::Device>) — The devices that match the request.
#devices=
def devices=(value) -> ::Array<::Google::Cloud::Iot::V1::Device>
Parameter
- value (::Array<::Google::Cloud::Iot::V1::Device>) — The devices that match the request.
Returns
- (::Array<::Google::Cloud::Iot::V1::Device>) — The devices that match the request.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new
ListDevicesRequest
.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new
ListDevicesRequest
.
Returns
-
(::String) — If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new
ListDevicesRequest
.