public sealed class CreateBackupRequest : IMessage<CreateBackupRequest>, IEquatable<CreateBackupRequest>, IDeepCloneable<CreateBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateBackupRequest.
The request for
[CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].
Required. The id of the backup to be created. The backup_id along with
the parent parent are combined as {parent}/backups/{backup_id} to create
the full backup name, of the form:
projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}.
This string must be between 1 and 50 characters in length and match the
regex [a-zA-Z0-9][-.a-zA-Z0-9]*.
Required. This must be one of the clusters in the instance in which this
table is located. The backup will be stored in this cluster. Values are
of the form projects/{project}/instances/{instance}/clusters/{cluster}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eCreateBackupRequest\u003c/code\u003e class is 3.24.0, part of the Google Cloud Bigtable Admin v2 API, with multiple versions available for selection.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateBackupRequest\u003c/code\u003e class is used to create a backup in Google Cloud Bigtable, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes constructors for creating new instances, either default or by copying another \u003ccode\u003eCreateBackupRequest\u003c/code\u003e, using \u003ccode\u003epublic CreateBackupRequest()\u003c/code\u003e and \u003ccode\u003epublic CreateBackupRequest(CreateBackupRequest other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties such as \u003ccode\u003eBackup\u003c/code\u003e, \u003ccode\u003eBackupId\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsClusterName\u003c/code\u003e, which are used to specify the details for creating a backup, including the backup object, ID, and the cluster where the backup will be stored.\u003c/p\u003e\n"],["\u003cp\u003eThe full name of a backup is formed by combining the \u003ccode\u003eparent\u003c/code\u003e and \u003ccode\u003ebackup_id\u003c/code\u003e to become \u003ccode\u003e{parent}/backups/{backup_id}\u003c/code\u003e, following the format: \u003ccode\u003eprojects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]