Class: Google::Cloud::Iot::V1::BindDeviceToGatewayRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::BindDeviceToGatewayRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Request for BindDeviceToGateway
.
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Required.
-
#gateway_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#device_id ⇒ ::String
Returns Required. The device to associate with the specified gateway. The value of
device_id
can be either the device numeric ID or the user-defined device
identifier.
361 362 363 364 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 361 class BindDeviceToGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gateway_id ⇒ ::String
Returns Required. The value of gateway_id
can be either the device numeric ID or the
user-defined device identifier.
361 362 363 364 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 361 class BindDeviceToGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
361 362 363 364 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 361 class BindDeviceToGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |