Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class DeleteRestoreChannelRequest.
Request message for DeleteRestoreChannel.
Generated from protobuf message google.cloud.gkebackup.v1.DeleteRestoreChannelRequest
Namespace
Google \ Cloud \ GkeBackup \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Fully qualified RestoreChannel name. Format: projects/*/locations/*/restoreChannels/*
↳ etag
string
Optional. If provided, this value must match the current value of the target RestoreChannel's etag field or the request is rejected.
getName
Required. Fully qualified RestoreChannel name.
Format: projects/*/locations/*/restoreChannels/*
string
setName
Required. Fully qualified RestoreChannel name.
Format: projects/*/locations/*/restoreChannels/*
var
string
$this
getEtag
Optional. If provided, this value must match the current value of the target RestoreChannel's etag field or the request is rejected.
string
setEtag
Optional. If provided, this value must match the current value of the target RestoreChannel's etag field or the request is rejected.
var
string
$this
static::build
name
string
Required. Fully qualified RestoreChannel name.
Format: projects/*/locations/*/restoreChannels/*
Please see BackupForGKEClient::restoreChannelName()
for help formatting this field.