public enum DataProfileSpec.Mode extends Enum<DataProfileSpec.Mode> implements ProtocolMessageEnumDefines the execution mode for the profile scan.
Protobuf enum google.cloud.dataplex.v1.DataProfileSpec.Mode
Implements
ProtocolMessageEnumStatic 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:
|
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:
|
MODE_UNSPECIFIED |
Default value. This value is unused. |
MODE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
STANDARD |
Performs standard profiling. The behavior is controlled by other fields
such as |
STANDARD_VALUE |
Performs standard profiling. The behavior is controlled by other fields
such as |
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() |
|