Class: Google::Cloud::GkeBackup::V1::CreateBackupChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::CreateBackupChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for CreateBackupChannel.
Instance Attribute Summary collapse
-
#backup_channel ⇒ ::Google::Cloud::GkeBackup::V1::BackupChannel
Required.
-
#backup_channel_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#backup_channel ⇒ ::Google::Cloud::GkeBackup::V1::BackupChannel
Returns Required. The BackupChannel resource object to create.
195 196 197 198 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 195 class CreateBackupChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backup_channel_id ⇒ ::String
Returns Optional. The client-provided short name for the BackupChannel resource. This name must:
- be between 1 and 63 characters long (inclusive)
- consist of only lower-case ASCII letters, numbers, and dashes
- start with a lower-case letter
- end with a lower-case letter or number
- be unique within the set of BackupChannels in this location If the user does not provide a name, a uuid will be used as the name.
195 196 197 198 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 195 class CreateBackupChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The location within which to create the BackupChannel.
Format: projects/*/locations/*
.
195 196 197 198 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 195 class CreateBackupChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |