Class: Google::Cloud::Iot::V1::ListDevicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::ListDevicesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Request for ListDevices
.
Instance Attribute Summary collapse
-
#device_ids ⇒ ::Array<::String>
A list of device string IDs.
-
#device_num_ids ⇒ ::Array<::Integer>
A list of device numeric IDs.
-
#field_mask ⇒ ::Google::Protobuf::FieldMask
The fields of the
Device
resource to be returned in the response. -
#gateway_list_options ⇒ ::Google::Cloud::Iot::V1::GatewayListOptions
Options related to gateways.
-
#page_size ⇒ ::Integer
The maximum number of devices to return in the response.
-
#page_token ⇒ ::String
The value returned by the last
ListDevicesResponse
; indicates that this is a continuation of a priorListDevices
call and the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#device_ids ⇒ ::Array<::String>
Returns A list of device string IDs. For example, ['device0', 'device12']
.
If empty, this field is ignored. Maximum IDs: 10,000.
206 207 208 209 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 206 class ListDevicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#device_num_ids ⇒ ::Array<::Integer>
Returns A list of device numeric IDs. If empty, this field is ignored. Maximum IDs: 10,000.
206 207 208 209 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 206 class ListDevicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_mask ⇒ ::Google::Protobuf::FieldMask
Returns The fields of the Device
resource to be returned in the response. The
fields id
and num_id
are always returned, along with any
other fields specified in snake_case format, for example:
last_heartbeat_time
.
206 207 208 209 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 206 class ListDevicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gateway_list_options ⇒ ::Google::Cloud::Iot::V1::GatewayListOptions
Returns Options related to gateways.
206 207 208 209 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 206 class ListDevicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of devices 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.
206 207 208 209 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 206 class ListDevicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListDevicesResponse
; indicates
that this is a continuation of a prior ListDevices
call and
the system should return the next page of data.
206 207 208 209 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 206 class ListDevicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The device registry path. Required. For example,
projects/my-project/locations/us-central1/registries/my-registry
.
206 207 208 209 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 206 class ListDevicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |