Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataScanCatalogPublishingStatus.
The status of publishing the data scan result as Dataplex Universal Catalog metadata. Multiple DataScan log events may exist, each with different publishing information depending on the type of publishing triggered.
Generated from protobuf message google.cloud.dataplex.v1.DataScanCatalogPublishingStatus
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
Output only. Execution state for publishing. |
getState
Output only. Execution state for publishing.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Output only. Execution state for publishing.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|