Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class BackupPlanRevision.
BackupPlanRevisionrepresents a snapshot of aBackupPlanat a point in
time.
Generated from protobuf messagegoogle.cloud.backupdr.v1.BackupPlanRevision
Namespace
Google \ Cloud \ BackupDR \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Identifier. The resource name of theBackupPlanRevision. Format:projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}
↳ revision_id
string
Output only. The user friendly revision ID of theBackupPlanRevision. Example: v0, v1, v2, etc.
[[["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 Backup Dr V1 Client - Class BackupPlanRevision (0.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.7.0 (latest)](/php/docs/reference/cloud-backupdr/latest/V1.BackupPlanRevision)\n- [0.6.2](/php/docs/reference/cloud-backupdr/0.6.2/V1.BackupPlanRevision)\n- [0.5.1](/php/docs/reference/cloud-backupdr/0.5.1/V1.BackupPlanRevision)\n- [0.4.2](/php/docs/reference/cloud-backupdr/0.4.2/V1.BackupPlanRevision)\n- [0.3.0](/php/docs/reference/cloud-backupdr/0.3.0/V1.BackupPlanRevision)\n- [0.2.0](/php/docs/reference/cloud-backupdr/0.2.0/V1.BackupPlanRevision)\n- [0.1.0](/php/docs/reference/cloud-backupdr/0.1.0/V1.BackupPlanRevision) \nReference documentation and code samples for the Google Cloud Backup Dr V1 Client class BackupPlanRevision.\n\n`BackupPlanRevision` represents a snapshot of a `BackupPlan` at a point in\ntime.\n\nGenerated from protobuf message `google.cloud.backupdr.v1.BackupPlanRevision`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BackupDR \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nOutput only. Identifier. The resource name of the `BackupPlanRevision`.\n\nFormat:\n`projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}`\n\n### setName\n\nOutput only. Identifier. The resource name of the `BackupPlanRevision`.\n\nFormat:\n`projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}`\n\n### getRevisionId\n\nOutput only. The user friendly revision ID of the `BackupPlanRevision`.\n\nExample: v0, v1, v2, etc.\n\n### setRevisionId\n\nOutput only. The user friendly revision ID of the `BackupPlanRevision`.\n\nExample: v0, v1, v2, etc.\n\n### getState\n\nOutput only. Resource State\n\n### setState\n\nOutput only. Resource State\n\n### getBackupPlanSnapshot\n\nThe Backup Plan being encompassed by this revision.\n\n### hasBackupPlanSnapshot\n\n### clearBackupPlanSnapshot\n\n### setBackupPlanSnapshot\n\nThe Backup Plan being encompassed by this revision.\n\n### getCreateTime\n\nOutput only. The timestamp that the revision was created.\n\n### hasCreateTime\n\n### clearCreateTime\n\n### setCreateTime\n\nOutput only. The timestamp that the revision was created."]]