Class DataScanEvent.DataProfileAppliedConfigs (1.41.0)

public static final class DataScanEvent.DataProfileAppliedConfigs extends GeneratedMessageV3 implements DataScanEvent.DataProfileAppliedConfigsOrBuilder

Applied configs for data profile type data scan job.

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DataScanEvent.DataProfileAppliedConfigs

Static Fields

COLUMN_FILTER_APPLIED_FIELD_NUMBER

public static final int COLUMN_FILTER_APPLIED_FIELD_NUMBER
Field Value
Type Description
int

ROW_FILTER_APPLIED_FIELD_NUMBER

public static final int ROW_FILTER_APPLIED_FIELD_NUMBER
Field Value
Type Description
int

SAMPLING_PERCENT_FIELD_NUMBER

public static final int SAMPLING_PERCENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataScanEvent.DataProfileAppliedConfigs getDefaultInstance()
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DataScanEvent.DataProfileAppliedConfigs.Builder newBuilder()
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs.Builder

newBuilder(DataScanEvent.DataProfileAppliedConfigs prototype)

public static DataScanEvent.DataProfileAppliedConfigs.Builder newBuilder(DataScanEvent.DataProfileAppliedConfigs prototype)
Parameter
Name Description
prototype DataScanEvent.DataProfileAppliedConfigs
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs.Builder

parseDelimitedFrom(InputStream input)

public static DataScanEvent.DataProfileAppliedConfigs parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DataScanEvent.DataProfileAppliedConfigs> parser()
Returns
Type Description
Parser<DataProfileAppliedConfigs>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

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

getParserForType()

public Parser<DataScanEvent.DataProfileAppliedConfigs> getParserForType()
Returns
Type Description
Parser<DataProfileAppliedConfigs>
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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DataScanEvent.DataProfileAppliedConfigs.Builder newBuilderForType()
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DataScanEvent.DataProfileAppliedConfigs.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DataScanEvent.DataProfileAppliedConfigs.Builder toBuilder()
Returns
Type Description
DataScanEvent.DataProfileAppliedConfigs.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException