Class DataScanEvent.DataProfileAppliedConfigs (1.39.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
TypeDescription
int

ROW_FILTER_APPLIED_FIELD_NUMBER

public static final int ROW_FILTER_APPLIED_FIELD_NUMBER
Field Value
TypeDescription
int

SAMPLING_PERCENT_FIELD_NUMBER

public static final int SAMPLING_PERCENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DataScanEvent.DataProfileAppliedConfigs getDefaultInstance()
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static DataScanEvent.DataProfileAppliedConfigs.Builder newBuilder()
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs.Builder

newBuilder(DataScanEvent.DataProfileAppliedConfigs prototype)

public static DataScanEvent.DataProfileAppliedConfigs.Builder newBuilder(DataScanEvent.DataProfileAppliedConfigs prototype)
Parameter
NameDescription
prototypeDataScanEvent.DataProfileAppliedConfigs
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs.Builder

parseDelimitedFrom(InputStream input)

public static DataScanEvent.DataProfileAppliedConfigs parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataScanEvent.DataProfileAppliedConfigs parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getColumnFilterApplied()

public boolean getColumnFilterApplied()

Boolean indicating whether a column filter was applied in the DataScan job.

bool column_filter_applied = 3;

Returns
TypeDescription
boolean

The columnFilterApplied.

getDefaultInstanceForType()

public DataScanEvent.DataProfileAppliedConfigs getDefaultInstanceForType()
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs

getParserForType()

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

The samplingPercent.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public DataScanEvent.DataProfileAppliedConfigs.Builder newBuilderForType()
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DataScanEvent.DataProfileAppliedConfigs.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public DataScanEvent.DataProfileAppliedConfigs.Builder toBuilder()
Returns
TypeDescription
DataScanEvent.DataProfileAppliedConfigs.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException