public sealed class MetastoreStatus : IMessage<Lake.Types.MetastoreStatus>, IEquatable<Lake.Types.MetastoreStatus>, IDeepCloneable<Lake.Types.MetastoreStatus>, IBufferMessage, IMessage
Status of Lake and Dataproc Metastore service instance association.
[[["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 document outlines the `MetastoreStatus` class within the `Google.Cloud.Dataplex.V1` namespace, detailing the status of Lake and Dataproc Metastore service instance associations."],["The class `MetastoreStatus` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has an inheritance chain from the `Object` class."],["It lists multiple versions of the Google.Cloud.Dataplex.V1, with version 3.6.0 being the latest and contains documentation for versions back to 1.0.0."],["The `MetastoreStatus` class has properties like `Endpoint` (string), `Message` (string), `State` (Lake.Types.MetastoreStatus.Types.State), and `UpdateTime` (Timestamp), each with descriptions of their purpose."],["It has two constructors, a default one `MetastoreStatus()`, and one that take in a `Lake.Types.MetastoreStatus` parameter."]]],[]]