Cloud IoT V1 API - Class Google::Cloud::Iot::V1::ListDevicesResponse (v0.9.2)

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

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

#devices=

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

#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.