Reference documentation and code samples for the Google Cloud Memorystore V1 Client class DeleteBackupRequest.
Request for [DeleteBackup].
Generated from protobuf messagegoogle.cloud.memorystore.v1.DeleteBackupRequest
Namespace
Google \ Cloud \ Memorystore \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Instance backup resource name using the form:projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}
↳ request_id
string
Optional. Idempotent request UUID.
getName
Required. Instance backup resource name using the form:projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}
Returns
Type
Description
string
setName
Required. Instance backup resource name using the form:projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getRequestId
Optional. Idempotent request UUID.
Returns
Type
Description
string
setRequestId
Optional. Idempotent request UUID.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
name
string
Required. Instance backup resource name using the form:projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}Please seeMemorystoreClient::backupName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Memorystore V1 Client - Class DeleteBackupRequest (0.4.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.2 (latest)](/php/docs/reference/cloud-memorystore/latest/V1.DeleteBackupRequest)\n- [0.4.1](/php/docs/reference/cloud-memorystore/0.4.1/V1.DeleteBackupRequest)\n- [0.3.0](/php/docs/reference/cloud-memorystore/0.3.0/V1.DeleteBackupRequest)\n- [0.2.0](/php/docs/reference/cloud-memorystore/0.2.0/V1.DeleteBackupRequest)\n- [0.1.1](/php/docs/reference/cloud-memorystore/0.1.1/V1.DeleteBackupRequest) \nReference documentation and code samples for the Google Cloud Memorystore V1 Client class DeleteBackupRequest.\n\nRequest for \\[DeleteBackup\\].\n\nGenerated from protobuf message `google.cloud.memorystore.v1.DeleteBackupRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Memorystore \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. Instance backup resource name using the form:\n`projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}`\n\n### setName\n\nRequired. Instance backup resource name using the form:\n`projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}`\n\n### getRequestId\n\nOptional. Idempotent request UUID.\n\n### setRequestId\n\nOptional. Idempotent request UUID.\n\n### static::build"]]