Class: Google::Cloud::GkeBackup::V1::CreateRestoreChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::CreateRestoreChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for CreateRestoreChannel.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#restore_channel ⇒ ::Google::Cloud::GkeBackup::V1::RestoreChannel
Required.
-
#restore_channel_id ⇒ ::String
Optional.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The location within which to create the RestoreChannel.
Format: projects/*/locations/*
.
694 695 696 697 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 694 class CreateRestoreChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#restore_channel ⇒ ::Google::Cloud::GkeBackup::V1::RestoreChannel
Returns Required. The RestoreChannel resource object to create.
694 695 696 697 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 694 class CreateRestoreChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#restore_channel_id ⇒ ::String
Returns Optional. The client-provided short name for the RestoreChannel 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 RestoreChannels in this location If the user does not provide a name, a uuid will be used as the name.
694 695 696 697 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 694 class CreateRestoreChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |