Class: Google::Cloud::Iot::V1::UnbindDeviceFromGatewayRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::UnbindDeviceFromGatewayRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Request for UnbindDeviceFromGateway
.
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 disassociate from the specified gateway. The value of
device_id
can be either the device numeric ID or the user-defined device
identifier.
386 387 388 389 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 386 class UnbindDeviceFromGatewayRequest 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.
386 387 388 389 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 386 class UnbindDeviceFromGatewayRequest 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
.
386 387 388 389 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 386 class UnbindDeviceFromGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |