Backup for GKE V1 API - Class Google::Cloud::GkeBackup::V1::CreateBackupChannelRequest (v1.1.1)

Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::CreateBackupChannelRequest.

Request message for CreateBackupChannel.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#backup_channel

def backup_channel() -> ::Google::Cloud::GkeBackup::V1::BackupChannel
Returns

#backup_channel=

def backup_channel=(value) -> ::Google::Cloud::GkeBackup::V1::BackupChannel
Parameter
Returns

#backup_channel_id

def backup_channel_id() -> ::String
Returns
  • (::String) —

    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.

#backup_channel_id=

def backup_channel_id=(value) -> ::String
Parameter
  • value (::String) —

    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.
Returns
  • (::String) —

    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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The location within which to create the BackupChannel. Format: projects/*/locations/*

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The location within which to create the BackupChannel. Format: projects/*/locations/*
Returns
  • (::String) — Required. The location within which to create the BackupChannel. Format: projects/*/locations/*