Class: Google::Cloud::Iot::V1::GatewayListOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::GatewayListOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Options for limiting the list based on gateway type and associations.
Instance Attribute Summary collapse
-
#associations_device_id ⇒ ::String
If set, returns only the gateways with which the specified device is associated.
-
#associations_gateway_id ⇒ ::String
If set, only devices associated with the specified gateway are returned.
-
#gateway_type ⇒ ::Google::Cloud::Iot::V1::GatewayType
If
GATEWAYis specified, only gateways are returned.
Instance Attribute Details
#associations_device_id ⇒ ::String
229 230 231 232 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 229 class GatewayListOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#associations_gateway_id ⇒ ::String
229 230 231 232 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 229 class GatewayListOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gateway_type ⇒ ::Google::Cloud::Iot::V1::GatewayType
229 230 231 232 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 229 class GatewayListOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |