Class: Google::Cloud::GkeBackup::V1::DeleteBackupChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::DeleteBackupChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for DeleteBackupChannel.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. If provided, this value must match the current value of the target BackupChannel's etag field or the request is rejected.
298 299 300 301 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 298 class DeleteBackupChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#force ⇒ ::Boolean
Returns Optional. If set to true, any BackupPlanAssociations below this BackupChannel will also be deleted. Otherwise, the request will only succeed if the BackupChannel has no BackupPlanAssociations.
298 299 300 301 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 298 class DeleteBackupChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Fully qualified BackupChannel name.
Format: projects/*/locations/*/backupChannels/*
.
298 299 300 301 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 298 class DeleteBackupChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |