public static final class DataQualityColumnResult.Builder extends GeneratedMessage.Builder<DataQualityColumnResult.Builder> implements DataQualityColumnResultOrBuilderDataQualityColumnResult provides a more detailed, per-column view of the results.
Protobuf type google.cloud.dataplex.v1.DataQualityColumnResult
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataQualityColumnResult.BuilderImplements
DataQualityColumnResultOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDimensions(Iterable<? extends DataQualityDimensionResult> values)
public DataQualityColumnResult.Builder addAllDimensions(Iterable<? extends DataQualityDimensionResult> values)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.dataplex.v1.DataQualityDimensionResult> |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
addDimensions(DataQualityDimensionResult value)
public DataQualityColumnResult.Builder addDimensions(DataQualityDimensionResult value)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataQualityDimensionResult |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
addDimensions(DataQualityDimensionResult.Builder builderForValue)
public DataQualityColumnResult.Builder addDimensions(DataQualityDimensionResult.Builder builderForValue)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataQualityDimensionResult.Builder |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
addDimensions(int index, DataQualityDimensionResult value)
public DataQualityColumnResult.Builder addDimensions(int index, DataQualityDimensionResult value)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataQualityDimensionResult |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
addDimensions(int index, DataQualityDimensionResult.Builder builderForValue)
public DataQualityColumnResult.Builder addDimensions(int index, DataQualityDimensionResult.Builder builderForValue)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataQualityDimensionResult.Builder |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
addDimensionsBuilder()
public DataQualityDimensionResult.Builder addDimensionsBuilder()Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityDimensionResult.Builder |
|
addDimensionsBuilder(int index)
public DataQualityDimensionResult.Builder addDimensionsBuilder(int index)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityDimensionResult.Builder |
|
build()
public DataQualityColumnResult build()| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult |
|
buildPartial()
public DataQualityColumnResult buildPartial()| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult |
|
clear()
public DataQualityColumnResult.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
clearColumn()
public DataQualityColumnResult.Builder clearColumn()Output only. The column specified in the DataQualityRule.
string column = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
This builder for chaining. |
clearDimensions()
public DataQualityColumnResult.Builder clearDimensions()Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
clearPassed()
public DataQualityColumnResult.Builder clearPassed()Output only. Whether the column passed or failed.
bool passed = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
This builder for chaining. |
clearScore()
public DataQualityColumnResult.Builder clearScore()Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.
The score ranges between between [0, 100] (up to two decimal points).
optional float score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
This builder for chaining. |
getColumn()
public String getColumn()Output only. The column specified in the DataQualityRule.
string column = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The column. |
getColumnBytes()
public ByteString getColumnBytes()Output only. The column specified in the DataQualityRule.
string column = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for column. |
getDefaultInstanceForType()
public DataQualityColumnResult getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDimensions(int index)
public DataQualityDimensionResult getDimensions(int index)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityDimensionResult |
|
getDimensionsBuilder(int index)
public DataQualityDimensionResult.Builder getDimensionsBuilder(int index)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityDimensionResult.Builder |
|
getDimensionsBuilderList()
public List<DataQualityDimensionResult.Builder> getDimensionsBuilderList()Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDimensionsCount()
public int getDimensionsCount()Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDimensionsList()
public List<DataQualityDimensionResult> getDimensionsList()Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<DataQualityDimensionResult> |
|
getDimensionsOrBuilder(int index)
public DataQualityDimensionResultOrBuilder getDimensionsOrBuilder(int index)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityDimensionResultOrBuilder |
|
getDimensionsOrBuilderList()
public List<? extends DataQualityDimensionResultOrBuilder> getDimensionsOrBuilderList()Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataQualityDimensionResultOrBuilder> |
|
getPassed()
public boolean getPassed()Output only. Whether the column passed or failed.
bool passed = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The passed. |
getScore()
public float getScore()Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.
The score ranges between between [0, 100] (up to two decimal points).
optional float score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
float |
The score. |
hasScore()
public boolean hasScore()Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.
The score ranges between between [0, 100] (up to two decimal points).
optional float score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the score field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataQualityColumnResult other)
public DataQualityColumnResult.Builder mergeFrom(DataQualityColumnResult other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualityColumnResult |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataQualityColumnResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataQualityColumnResult.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
removeDimensions(int index)
public DataQualityColumnResult.Builder removeDimensions(int index)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
setColumn(String value)
public DataQualityColumnResult.Builder setColumn(String value)Output only. The column specified in the DataQualityRule.
string column = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe column to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
This builder for chaining. |
setColumnBytes(ByteString value)
public DataQualityColumnResult.Builder setColumnBytes(ByteString value)Output only. The column specified in the DataQualityRule.
string column = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for column to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
This builder for chaining. |
setDimensions(int index, DataQualityDimensionResult value)
public DataQualityColumnResult.Builder setDimensions(int index, DataQualityDimensionResult value)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataQualityDimensionResult |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
setDimensions(int index, DataQualityDimensionResult.Builder builderForValue)
public DataQualityColumnResult.Builder setDimensions(int index, DataQualityDimensionResult.Builder builderForValue)Output only. The dimension-level results for this column.
repeated .google.cloud.dataplex.v1.DataQualityDimensionResult dimensions = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataQualityDimensionResult.Builder |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
setPassed(boolean value)
public DataQualityColumnResult.Builder setPassed(boolean value)Output only. Whether the column passed or failed.
bool passed = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe passed to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
This builder for chaining. |
setScore(float value)
public DataQualityColumnResult.Builder setScore(float value)Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.
The score ranges between between [0, 100] (up to two decimal points).
optional float score = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe score to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
This builder for chaining. |