Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class DeleteRestorePlanRequest.
Request message for DeleteRestorePlan.
Generated from protobuf message google.cloud.gkebackup.v1.DeleteRestorePlanRequest
Namespace
Google \ Cloud \ GkeBackup \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Fully qualified RestorePlan name. Format: projects/*/locations/*/restorePlans/*
↳ etag
string
Optional. If provided, this value must match the current value of the target RestorePlan's etag field or the request is rejected.
↳ force
bool
Optional. If set to true, any Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.
getName
Required. Fully qualified RestorePlan name.
Format: projects/*/locations/*/restorePlans/*
string
setName
Required. Fully qualified RestorePlan name.
Format: projects/*/locations/*/restorePlans/*
var
string
$this
getEtag
Optional. If provided, this value must match the current value of the target RestorePlan's etag field or the request is rejected.
string
setEtag
Optional. If provided, this value must match the current value of the target RestorePlan's etag field or the request is rejected.
var
string
$this
getForce
Optional. If set to true, any Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.
bool
setForce
Optional. If set to true, any Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.
var
bool
$this
static::build
name
string
Required. Fully qualified RestorePlan name.
Format: projects/*/locations/*/restorePlans/*
Please see BackupForGKEClient::restorePlanName()
for help formatting this field.