- 1.81.0 (latest)
- 1.80.0
- 1.79.0
- 1.78.0
- 1.76.0
- 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 DataQualityResult.AnomalyDetectionGeneratedAssets.Builder extends GeneratedMessage.Builder<DataQualityResult.AnomalyDetectionGeneratedAssets.Builder> implements DataQualityResult.AnomalyDetectionGeneratedAssetsOrBuilderThe assets generated by Anomaly Detection Data Scan.
Protobuf type
google.cloud.dataplex.v1.DataQualityResult.AnomalyDetectionGeneratedAssets
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataQualityResult.AnomalyDetectionGeneratedAssets.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DataQualityResult.AnomalyDetectionGeneratedAssets build()| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets |
|
buildPartial()
public DataQualityResult.AnomalyDetectionGeneratedAssets buildPartial()| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets |
|
clear()
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
|
clearDataIntermediateTable()
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder clearDataIntermediateTable()Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string data_intermediate_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
clearFreshnessIntermediateTable()
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder clearFreshnessIntermediateTable()Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string freshness_intermediate_table = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
clearResultTable()
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder clearResultTable()Output only. The result table for anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table.
string result_table = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
clearVolumeIntermediateTable()
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder clearVolumeIntermediateTable()Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string volume_intermediate_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
getDataIntermediateTable()
public String getDataIntermediateTable()Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string data_intermediate_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The dataIntermediateTable. |
getDataIntermediateTableBytes()
public ByteString getDataIntermediateTableBytes()Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string data_intermediate_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataIntermediateTable. |
getDefaultInstanceForType()
public DataQualityResult.AnomalyDetectionGeneratedAssets getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFreshnessIntermediateTable()
public String getFreshnessIntermediateTable()Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string freshness_intermediate_table = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The freshnessIntermediateTable. |
getFreshnessIntermediateTableBytes()
public ByteString getFreshnessIntermediateTableBytes()Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string freshness_intermediate_table = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for freshnessIntermediateTable. |
getResultTable()
public String getResultTable()Output only. The result table for anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table.
string result_table = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The resultTable. |
getResultTableBytes()
public ByteString getResultTableBytes()Output only. The result table for anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table.
string result_table = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resultTable. |
getVolumeIntermediateTable()
public String getVolumeIntermediateTable()Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string volume_intermediate_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The volumeIntermediateTable. |
getVolumeIntermediateTableBytes()
public ByteString getVolumeIntermediateTableBytes()Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string volume_intermediate_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for volumeIntermediateTable. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataQualityResult.AnomalyDetectionGeneratedAssets other)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder mergeFrom(DataQualityResult.AnomalyDetectionGeneratedAssets other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualityResult.AnomalyDetectionGeneratedAssets |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
|
setDataIntermediateTable(String value)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setDataIntermediateTable(String value)Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string data_intermediate_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe dataIntermediateTable to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
setDataIntermediateTableBytes(ByteString value)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setDataIntermediateTableBytes(ByteString value)Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string data_intermediate_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for dataIntermediateTable to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
setFreshnessIntermediateTable(String value)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setFreshnessIntermediateTable(String value)Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string freshness_intermediate_table = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe freshnessIntermediateTable to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
setFreshnessIntermediateTableBytes(ByteString value)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setFreshnessIntermediateTableBytes(ByteString value)Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string freshness_intermediate_table = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for freshnessIntermediateTable to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
setResultTable(String value)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setResultTable(String value)Output only. The result table for anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table.
string result_table = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resultTable to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
setResultTableBytes(ByteString value)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setResultTableBytes(ByteString value)Output only. The result table for anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table.
string result_table = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resultTable to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
setVolumeIntermediateTable(String value)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setVolumeIntermediateTable(String value)Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string volume_intermediate_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe volumeIntermediateTable to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |
setVolumeIntermediateTableBytes(ByteString value)
public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setVolumeIntermediateTableBytes(ByteString value)Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string volume_intermediate_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for volumeIntermediateTable to set. |
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder |
This builder for chaining. |