Interface DataScanCatalogPublishingStatusOrBuilder (1.72.0)

public interface DataScanCatalogPublishingStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract DataScanCatalogPublishingStatus.State getState()

Output only. Execution state for catalog publishing.

.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataScanCatalogPublishingStatus.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. Execution state for catalog publishing.

.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.