public sealed class CreateBackupRequest : IMessage<CreateBackupRequest>, IEquatable<CreateBackupRequest>, IDeepCloneable<CreateBackupRequest>, IBufferMessage, IMessage
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 content focuses on the \u003ccode\u003eCreateBackupRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.Admin.V2\u003c/code\u003e namespace for .NET, specifically detailing its various versions and members.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateBackupRequest\u003c/code\u003e class is used to request the creation of a backup in Google Cloud Bigtable, and it inherits from the \u003ccode\u003eObject\u003c/code\u003e class, implementing several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateBackupRequest\u003c/code\u003e class has two constructors: a default constructor and a copy constructor that takes another \u003ccode\u003eCreateBackupRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains four properties: \u003ccode\u003eBackup\u003c/code\u003e, \u003ccode\u003eBackupId\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsClusterName\u003c/code\u003e, which are essential for specifying the backup details such as the backup to create, the ID, and the cluster it will belong to.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists 31 versions of the \u003ccode\u003eCreateBackupRequest\u003c/code\u003e class, with version 3.24.0 being the latest.\u003c/p\u003e\n"]]],[],null,[]]