Enum DataProfileSpec.Mode (1.91.0)

public enum DataProfileSpec.Mode extends Enum<DataProfileSpec.Mode> implements ProtocolMessageEnum

Defines the execution mode for the profile scan.

Protobuf enum google.cloud.dataplex.v1.DataProfileSpec.Mode

Implements

ProtocolMessageEnum

Static Fields

Name Description
LIGHTWEIGHT

Specifies lightweight profiling mode. This mode is optimized for low-latency, low-fidelity profiling.

When this mode is selected, the following fields must not be set: sampling_percent, row_filter, include_fields, and exclude_fields.

LIGHTWEIGHT = 2;

LIGHTWEIGHT_VALUE

Specifies lightweight profiling mode. This mode is optimized for low-latency, low-fidelity profiling.

When this mode is selected, the following fields must not be set: sampling_percent, row_filter, include_fields, and exclude_fields.

LIGHTWEIGHT = 2;

MODE_UNSPECIFIED

Default value. This value is unused.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

Default value. This value is unused.

MODE_UNSPECIFIED = 0;

STANDARD

Performs standard profiling. The behavior is controlled by other fields such as sampling_percent, row_filter, and column filters. This mode allows for full scans or custom sampling.

STANDARD = 1;

STANDARD_VALUE

Performs standard profiling. The behavior is controlled by other fields such as sampling_percent, row_filter, and column filters. This mode allows for full scans or custom sampling.

STANDARD = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()