Class: Google::Cloud::DatabaseCenter::V1beta::DeletionProtectionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::DeletionProtectionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/databasecenter/v1beta/signals.rb
Overview
Deletion protection signal info for a database resource.
Instance Attribute Summary collapse
-
#deletion_protection_enabled ⇒ ::Boolean
Is deletion protection enabled.
-
#sub_resource ⇒ ::Google::Cloud::DatabaseCenter::V1beta::SubResource
Optional.
Instance Attribute Details
#deletion_protection_enabled ⇒ ::Boolean
Returns Is deletion protection enabled.
263 264 265 266 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 263 class DeletionProtectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sub_resource ⇒ ::Google::Cloud::DatabaseCenter::V1beta::SubResource
Returns Optional. Sub resource details associated with the signal.
263 264 265 266 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 263 class DeletionProtectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |