Class: Google::Cloud::Iot::V1::DeleteDeviceRegistryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::DeleteDeviceRegistryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Request for DeleteDeviceRegistry
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the device registry. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
54 55 56 57 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 54 class DeleteDeviceRegistryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |