Class DataScanEvent.DataProfileAppliedConfigs.Builder (1.81.0)

public static final class DataScanEvent.DataProfileAppliedConfigs.Builder extends GeneratedMessage.Builder<DataScanEvent.DataProfileAppliedConfigs.Builder> implements DataScanEvent.DataProfileAppliedConfigsOrBuilder

Applied configs for data profile type data scan job.

Protobuf type google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

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 boolean

The 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 boolean

The 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 float

The samplingPercent to set.

Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs.Builder

This builder for chaining.