public static final class DataScanEvent.DataProfileAppliedConfigs.Builder extends GeneratedMessage.Builder<DataScanEvent.DataProfileAppliedConfigs.Builder> implements DataScanEvent.DataProfileAppliedConfigsOrBuilderApplied configs for data profile type data scan job.
Protobuf type google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataScanEvent.DataProfileAppliedConfigs.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DataScanEvent.DataProfileAppliedConfigs build()| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs |
|
buildPartial()
public DataScanEvent.DataProfileAppliedConfigs buildPartial()| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs |
|
clear()
public DataScanEvent.DataProfileAppliedConfigs.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
|
clearColumnFilterApplied()
public DataScanEvent.DataProfileAppliedConfigs.Builder clearColumnFilterApplied()Boolean indicating whether a column filter was applied in the DataScan job.
bool column_filter_applied = 3;
| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
This builder for chaining. |
clearRowFilterApplied()
public DataScanEvent.DataProfileAppliedConfigs.Builder clearRowFilterApplied()Boolean indicating whether a row filter was applied in the DataScan job.
bool row_filter_applied = 2;
| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
This builder for chaining. |
clearSamplingPercent()
public DataScanEvent.DataProfileAppliedConfigs.Builder clearSamplingPercent()The percentage of the records selected from the dataset for DataScan.
- Value ranges between 0.0 and 100.0.
- Value 0.0 or 100.0 imply that sampling was not applied.
float sampling_percent = 1;
| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
This builder for chaining. |
getColumnFilterApplied()
public boolean getColumnFilterApplied()Boolean indicating whether a column filter was applied in the DataScan job.
bool column_filter_applied = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The columnFilterApplied. |
getDefaultInstanceForType()
public DataScanEvent.DataProfileAppliedConfigs getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRowFilterApplied()
public boolean getRowFilterApplied()Boolean indicating whether a row filter was applied in the DataScan job.
bool row_filter_applied = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The rowFilterApplied. |
getSamplingPercent()
public float getSamplingPercent()The percentage of the records selected from the dataset for DataScan.
- Value ranges between 0.0 and 100.0.
- Value 0.0 or 100.0 imply that sampling was not applied.
float sampling_percent = 1;
| Returns | |
|---|---|
| Type | Description |
float |
The samplingPercent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataScanEvent.DataProfileAppliedConfigs other)
public DataScanEvent.DataProfileAppliedConfigs.Builder mergeFrom(DataScanEvent.DataProfileAppliedConfigs other)| Parameter | |
|---|---|
| Name | Description |
other |
DataScanEvent.DataProfileAppliedConfigs |
| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataScanEvent.DataProfileAppliedConfigs.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataScanEvent.DataProfileAppliedConfigs.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
|
setColumnFilterApplied(boolean value)
public DataScanEvent.DataProfileAppliedConfigs.Builder setColumnFilterApplied(boolean value)Boolean indicating whether a column filter was applied in the DataScan job.
bool column_filter_applied = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe columnFilterApplied to set. |
| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
This builder for chaining. |
setRowFilterApplied(boolean value)
public DataScanEvent.DataProfileAppliedConfigs.Builder setRowFilterApplied(boolean value)Boolean indicating whether a row filter was applied in the DataScan job.
bool row_filter_applied = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe rowFilterApplied to set. |
| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
This builder for chaining. |
setSamplingPercent(float value)
public DataScanEvent.DataProfileAppliedConfigs.Builder setSamplingPercent(float value)The percentage of the records selected from the dataset for DataScan.
- Value ranges between 0.0 and 100.0.
- Value 0.0 or 100.0 imply that sampling was not applied.
float sampling_percent = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe samplingPercent to set. |
| Returns | |
|---|---|
| Type | Description |
DataScanEvent.DataProfileAppliedConfigs.Builder |
This builder for chaining. |