Enum DataQualityResult.PostScanActionsResult.BigQueryExportResult.State (1.39.0)

public enum DataQualityResult.PostScanActionsResult.BigQueryExportResult.State extends Enum<DataQualityResult.PostScanActionsResult.BigQueryExportResult.State> implements ProtocolMessageEnum

Execution state for the exporting.

Protobuf enum google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult.BigQueryExportResult.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

The exporting is no longer running due to an error.

FAILED = 2;

FAILED_VALUE

The exporting is no longer running due to an error.

FAILED = 2;

SKIPPED

The exporting is skipped due to no valid scan result to export (usually caused by scan failed).

SKIPPED = 3;

SKIPPED_VALUE

The exporting is skipped due to no valid scan result to export (usually caused by scan failed).

SKIPPED = 3;

STATE_UNSPECIFIED

The exporting state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The exporting state is unspecified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The exporting completed successfully.

SUCCEEDED = 1;

SUCCEEDED_VALUE

The exporting completed successfully.

SUCCEEDED = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()