public static final class DataScanEvent.DataQualityResult.Builder extends GeneratedMessageV3.Builder<DataScanEvent.DataQualityResult.Builder> implements DataScanEvent.DataQualityResultOrBuilder
Data quality result for data scan job.
Protobuf type google.cloud.dataplex.v1.DataScanEvent.DataQualityResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataScanEvent.DataQualityResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DataScanEvent.DataQualityResult build()
buildPartial()
public DataScanEvent.DataQualityResult buildPartial()
clear()
public DataScanEvent.DataQualityResult.Builder clear()
Overrides
clearDimensionPassed()
public DataScanEvent.DataQualityResult.Builder clearDimensionPassed()
clearField(Descriptors.FieldDescriptor field)
public DataScanEvent.DataQualityResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DataScanEvent.DataQualityResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPassed()
public DataScanEvent.DataQualityResult.Builder clearPassed()
Whether the data quality result was pass
or not.
bool passed = 2;
clearRowCount()
public DataScanEvent.DataQualityResult.Builder clearRowCount()
The count of rows processed in the data scan job.
int64 row_count = 1;
clone()
public DataScanEvent.DataQualityResult.Builder clone()
Overrides
containsDimensionPassed(String key)
public boolean containsDimensionPassed(String key)
The result of each dimension for data quality result.
The key of the map is the name of the dimension.
The value is the bool value depicting whether the dimension result was
pass
or not.
map<string, bool> dimension_passed = 3;
Parameter |
---|
Name | Description |
key | String
|
getDefaultInstanceForType()
public DataScanEvent.DataQualityResult getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDimensionPassed()
public Map<String,Boolean> getDimensionPassed()
Returns |
---|
Type | Description |
Map<String,java.lang.Boolean> | |
getDimensionPassedCount()
public int getDimensionPassedCount()
The result of each dimension for data quality result.
The key of the map is the name of the dimension.
The value is the bool value depicting whether the dimension result was
pass
or not.
map<string, bool> dimension_passed = 3;
Returns |
---|
Type | Description |
int | |
getDimensionPassedMap()
public Map<String,Boolean> getDimensionPassedMap()
The result of each dimension for data quality result.
The key of the map is the name of the dimension.
The value is the bool value depicting whether the dimension result was
pass
or not.
map<string, bool> dimension_passed = 3;
Returns |
---|
Type | Description |
Map<String,java.lang.Boolean> | |
getDimensionPassedOrDefault(String key, boolean defaultValue)
public boolean getDimensionPassedOrDefault(String key, boolean defaultValue)
The result of each dimension for data quality result.
The key of the map is the name of the dimension.
The value is the bool value depicting whether the dimension result was
pass
or not.
map<string, bool> dimension_passed = 3;
getDimensionPassedOrThrow(String key)
public boolean getDimensionPassedOrThrow(String key)
The result of each dimension for data quality result.
The key of the map is the name of the dimension.
The value is the bool value depicting whether the dimension result was
pass
or not.
map<string, bool> dimension_passed = 3;
Parameter |
---|
Name | Description |
key | String
|
getMutableDimensionPassed()
public Map<String,Boolean> getMutableDimensionPassed()
Use alternate mutation accessors instead.
Returns |
---|
Type | Description |
Map<String,java.lang.Boolean> | |
getPassed()
public boolean getPassed()
Whether the data quality result was pass
or not.
bool passed = 2;
Returns |
---|
Type | Description |
boolean | The passed.
|
getRowCount()
public long getRowCount()
The count of rows processed in the data scan job.
int64 row_count = 1;
Returns |
---|
Type | Description |
long | The rowCount.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DataScanEvent.DataQualityResult other)
public DataScanEvent.DataQualityResult.Builder mergeFrom(DataScanEvent.DataQualityResult other)
public DataScanEvent.DataQualityResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DataScanEvent.DataQualityResult.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataScanEvent.DataQualityResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllDimensionPassed(Map<String,Boolean> values)
public DataScanEvent.DataQualityResult.Builder putAllDimensionPassed(Map<String,Boolean> values)
The result of each dimension for data quality result.
The key of the map is the name of the dimension.
The value is the bool value depicting whether the dimension result was
pass
or not.
map<string, bool> dimension_passed = 3;
Parameter |
---|
Name | Description |
values | Map<String,java.lang.Boolean>
|
putDimensionPassed(String key, boolean value)
public DataScanEvent.DataQualityResult.Builder putDimensionPassed(String key, boolean value)
The result of each dimension for data quality result.
The key of the map is the name of the dimension.
The value is the bool value depicting whether the dimension result was
pass
or not.
map<string, bool> dimension_passed = 3;
removeDimensionPassed(String key)
public DataScanEvent.DataQualityResult.Builder removeDimensionPassed(String key)
The result of each dimension for data quality result.
The key of the map is the name of the dimension.
The value is the bool value depicting whether the dimension result was
pass
or not.
map<string, bool> dimension_passed = 3;
Parameter |
---|
Name | Description |
key | String
|
setField(Descriptors.FieldDescriptor field, Object value)
public DataScanEvent.DataQualityResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPassed(boolean value)
public DataScanEvent.DataQualityResult.Builder setPassed(boolean value)
Whether the data quality result was pass
or not.
bool passed = 2;
Parameter |
---|
Name | Description |
value | boolean
The passed to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataScanEvent.DataQualityResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRowCount(long value)
public DataScanEvent.DataQualityResult.Builder setRowCount(long value)
The count of rows processed in the data scan job.
int64 row_count = 1;
Parameter |
---|
Name | Description |
value | long
The rowCount to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final DataScanEvent.DataQualityResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides