public sealed class MetadataManagementActivity : IMessage<MetadataManagementActivity>, IEquatable<MetadataManagementActivity>, IDeepCloneable<MetadataManagementActivity>, IBufferMessage, IMessage
The metadata management activities of the metastore service.
[[["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-21 UTC."],[[["The `MetadataManagementActivity` class represents the management activities of the metastore service and is part of the Google.Cloud.Metastore.V1 namespace, with the latest version being 2.9.0 and a total of 12 versions available."],["This class inherits from `Object` and implements `IMessage\u003cMetadataManagementActivity\u003e`, `IEquatable\u003cMetadataManagementActivity\u003e`, `IDeepCloneable\u003cMetadataManagementActivity\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["It includes two constructors: a default constructor (`MetadataManagementActivity()`) and a copy constructor (`MetadataManagementActivity(MetadataManagementActivity other)`)."],["The class exposes two read-only properties: `MetadataExports` (a `RepeatedField\u003cMetadataExport\u003e`) that provides the latest metadata exports, and `Restores` (a `RepeatedField\u003cRestore\u003e`) that provides the latest metastore restores."]]],[]]