Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class DeleteBackupPlanRequest.
Request message for DeleteBackupPlan.
Generated from protobuf message google.cloud.gkebackup.v1.DeleteBackupPlanRequest
Namespace
Google \ Cloud \ GkeBackup \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Fully qualified BackupPlan name. Format: |
↳ etag |
string
If provided, this value must match the current value of the target BackupPlan's etag field or the request is rejected. |
getName
Required. Fully qualified BackupPlan name.
Format: projects/*/locations/*/backupPlans/*
Returns | |
---|---|
Type | Description |
string |
setName
Required. Fully qualified BackupPlan name.
Format: projects/*/locations/*/backupPlans/*
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEtag
If provided, this value must match the current value of the target BackupPlan's etag field or the request is rejected.
Returns | |
---|---|
Type | Description |
string |
setEtag
If provided, this value must match the current value of the target BackupPlan's etag field or the request is rejected.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Fully qualified BackupPlan name.
Format: |
Returns | |
---|---|
Type | Description |
Google\Cloud\GkeBackup\V1\DeleteBackupPlanRequest |