public sealed class CreateBackupMetadata : IMessage<CreateBackupMetadata>, IEquatable<CreateBackupMetadata>, IDeepCloneable<CreateBackupMetadata>, IBufferMessage, IMessage
Metadata type for the operation returned by
[CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].
[[["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-03-25 UTC."],[[["This webpage details the `CreateBackupMetadata` class, which is the metadata type for operations returned by `CreateBackup` in Google Bigtable Admin V2."],["The latest version of `CreateBackupMetadata` is 3.24.0, and the page provides documentation for a range of versions from 3.24.0 down to 2.4.0."],["`CreateBackupMetadata` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting different aspects of message handling."],["The class contains properties such as `EndTime`, `Name`, `SourceTable`, and `StartTime`, providing information about the backup operation's timing and related resources."],["The class also has a constructor, `CreateBackupMetadata()`, and a constructor that takes another instance of `CreateBackupMetadata`, `CreateBackupMetadata(CreateBackupMetadata other)`."]]],[]]