Class DataQualityResult.AnomalyDetectionGeneratedAssets.Builder (1.78.0)

public static final class DataQualityResult.AnomalyDetectionGeneratedAssets.Builder extends GeneratedMessageV3.Builder<DataQualityResult.AnomalyDetectionGeneratedAssets.Builder> implements DataQualityResult.AnomalyDetectionGeneratedAssetsOrBuilder

The assets generated by Anomaly Detection Data Scan.

Protobuf type google.cloud.dataplex.v1.DataQualityResult.AnomalyDetectionGeneratedAssets

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataQualityResult.AnomalyDetectionGeneratedAssets.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder
Overrides

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
Overrides

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.

clearField(Descriptors.FieldDescriptor field)

public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder
Overrides

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.

clone()

public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder clone()
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder
Overrides

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
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DataQualityResult.AnomalyDetectionGeneratedAssets.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder
Overrides

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 String

The 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 ByteString

The bytes for dataIntermediateTable to set.

Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder
Overrides

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 String

The 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 ByteString

The bytes for freshnessIntermediateTable to set.

Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder
Overrides

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 String

The 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 ByteString

The bytes for resultTable to set.

Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final DataQualityResult.AnomalyDetectionGeneratedAssets.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder
Overrides

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 String

The 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 ByteString

The bytes for volumeIntermediateTable to set.

Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder

This builder for chaining.