public sealed class Lake.Types.MetastoreStatus : IMessage<Lake.Types.MetastoreStatus>, IEquatable<Lake.Types.MetastoreStatus>, IDeepCloneable<Lake.Types.MetastoreStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Lake.Types.MetastoreStatus.
Status of Lake and Dataproc Metastore service instance association.
Implements
IMessageLakeTypesMetastoreStatus, IEquatableLakeTypesMetastoreStatus, IDeepCloneableLakeTypesMetastoreStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
MetastoreStatus()
public MetastoreStatus()
MetastoreStatus(MetastoreStatus)
public MetastoreStatus(Lake.Types.MetastoreStatus other)
Parameter | |
---|---|
Name | Description |
other | LakeTypesMetastoreStatus |
Properties
Endpoint
public string Endpoint { get; set; }
The URI of the endpoint used to access the Metastore service.
Property Value | |
---|---|
Type | Description |
string |
Message
public string Message { get; set; }
Additional information about the current status.
Property Value | |
---|---|
Type | Description |
string |
State
public Lake.Types.MetastoreStatus.Types.State State { get; set; }
Current state of association.
Property Value | |
---|---|
Type | Description |
LakeTypesMetastoreStatusTypesState |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last update time of the metastore status of the lake.
Property Value | |
---|---|
Type | Description |
Timestamp |