- 1.76.0 (latest)
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class DataQualityColumnResult.Builder extends GeneratedMessageV3.Builder<DataQualityColumnResult.Builder> implements DataQualityColumnResultOrBuilderDataQualityColumnResult provides a more detailed, per-column view of the results.
Protobuf type google.cloud.dataplex.v1.DataQualityColumnResult
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.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 |
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataQualityColumnResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.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 |
|
clearField(Descriptors.FieldDescriptor field)
public DataQualityColumnResult.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public DataQualityColumnResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| 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. |
clone()
public DataQualityColumnResult.Builder clone()| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
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 GeneratedMessageV3.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 |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataQualityColumnResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| 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 |
|
setField(Descriptors.FieldDescriptor field, Object value)
public DataQualityColumnResult.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| 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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataQualityColumnResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|
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. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataQualityColumnResult.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DataQualityColumnResult.Builder |
|