Class: Google::Cloud::GkeBackup::V1::UpdateBackupChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::UpdateBackupChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for UpdateBackupChannel.
Instance Attribute Summary collapse
-
#backup_channel ⇒ ::Google::Cloud::GkeBackup::V1::BackupChannel
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#backup_channel ⇒ ::Google::Cloud::GkeBackup::V1::BackupChannel
Returns Required. A new version of the BackupChannel resource that contains updated
fields. This may be sparsely populated if an update_mask
is provided.
278 279 280 281 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 278 class UpdateBackupChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. This is used to specify the fields to be overwritten in the
BackupChannel targeted for update. The values for each of these
updated fields will be taken from the backup_channel
provided
with this request. Field names are relative to the root of the resource
(e.g., description
, labels
, etc.)
If no update_mask
is provided, all fields in backup_channel
will
be written to the target BackupChannel resource. Note that
OUTPUT_ONLY and IMMUTABLE fields in backup_channel
are ignored and
are not used to update the target BackupChannel.
278 279 280 281 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 278 class UpdateBackupChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |