public sealed class DataScanCatalogPublishingStatus : IMessage<DataScanCatalogPublishingStatus>, IEquatable<DataScanCatalogPublishingStatus>, IDeepCloneable<DataScanCatalogPublishingStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataScanCatalogPublishingStatus.
The status of publishing the data scan result as Dataplex Universal Catalog metadata.
Implements
IMessageDataScanCatalogPublishingStatus, IEquatableDataScanCatalogPublishingStatus, IDeepCloneableDataScanCatalogPublishingStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataScanCatalogPublishingStatus()
public DataScanCatalogPublishingStatus()
DataScanCatalogPublishingStatus(DataScanCatalogPublishingStatus)
public DataScanCatalogPublishingStatus(DataScanCatalogPublishingStatus other)
Parameter | |
---|---|
Name | Description |
other |
DataScanCatalogPublishingStatus |
Properties
State
public DataScanCatalogPublishingStatus.Types.State State { get; set; }
Output only. Execution state for catalog publishing.
Property Value | |
---|---|
Type | Description |
DataScanCatalogPublishingStatusTypesState |