Class DataScanCatalogPublishingStatus.Builder (1.81.0)

public static final class DataScanCatalogPublishingStatus.Builder extends GeneratedMessage.Builder<DataScanCatalogPublishingStatus.Builder> implements DataScanCatalogPublishingStatusOrBuilder

The status of publishing the data scan result as Dataplex Universal Catalog metadata.

Protobuf type google.cloud.dataplex.v1.DataScanCatalogPublishingStatus

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DataScanCatalogPublishingStatus build()
Returns
Type Description
DataScanCatalogPublishingStatus

buildPartial()

public DataScanCatalogPublishingStatus buildPartial()
Returns
Type Description
DataScanCatalogPublishingStatus

clear()

public DataScanCatalogPublishingStatus.Builder clear()
Returns
Type Description
DataScanCatalogPublishingStatus.Builder
Overrides

clearState()

public DataScanCatalogPublishingStatus.Builder clearState()

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.Builder

This builder for chaining.

getDefaultInstanceForType()

public DataScanCatalogPublishingStatus getDefaultInstanceForType()
Returns
Type Description
DataScanCatalogPublishingStatus

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getState()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataScanCatalogPublishingStatus other)

public DataScanCatalogPublishingStatus.Builder mergeFrom(DataScanCatalogPublishingStatus other)
Parameter
Name Description
other DataScanCatalogPublishingStatus
Returns
Type Description
DataScanCatalogPublishingStatus.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DataScanCatalogPublishingStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataScanCatalogPublishingStatus.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DataScanCatalogPublishingStatus.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DataScanCatalogPublishingStatus.Builder
Overrides

setState(DataScanCatalogPublishingStatus.State value)

public DataScanCatalogPublishingStatus.Builder setState(DataScanCatalogPublishingStatus.State value)

Output only. Execution state for catalog publishing.

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

Parameter
Name Description
value DataScanCatalogPublishingStatus.State

The state to set.

Returns
Type Description
DataScanCatalogPublishingStatus.Builder

This builder for chaining.

setStateValue(int value)

public DataScanCatalogPublishingStatus.Builder setStateValue(int value)

Output only. Execution state for catalog publishing.

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

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
DataScanCatalogPublishingStatus.Builder

This builder for chaining.