Class DataQualityResult.AnomalyDetectionGeneratedAssets (1.78.0)

public static final class DataQualityResult.AnomalyDetectionGeneratedAssets extends GeneratedMessageV3 implements DataQualityResult.AnomalyDetectionGeneratedAssetsOrBuilder

The assets generated by Anomaly Detection Data Scan.

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

Inheritance

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

Static Fields

DATA_INTERMEDIATE_TABLE_FIELD_NUMBER

public static final int DATA_INTERMEDIATE_TABLE_FIELD_NUMBER
Field Value
Type Description
int

FRESHNESS_INTERMEDIATE_TABLE_FIELD_NUMBER

public static final int FRESHNESS_INTERMEDIATE_TABLE_FIELD_NUMBER
Field Value
Type Description
int

RESULT_TABLE_FIELD_NUMBER

public static final int RESULT_TABLE_FIELD_NUMBER
Field Value
Type Description
int

VOLUME_INTERMEDIATE_TABLE_FIELD_NUMBER

public static final int VOLUME_INTERMEDIATE_TABLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataQualityResult.AnomalyDetectionGeneratedAssets getDefaultInstance()
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets

getDescriptor()

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

newBuilder()

public static DataQualityResult.AnomalyDetectionGeneratedAssets.Builder newBuilder()
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder

newBuilder(DataQualityResult.AnomalyDetectionGeneratedAssets prototype)

public static DataQualityResult.AnomalyDetectionGeneratedAssets.Builder newBuilder(DataQualityResult.AnomalyDetectionGeneratedAssets prototype)
Parameter
Name Description
prototype DataQualityResult.AnomalyDetectionGeneratedAssets
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder

parseDelimitedFrom(InputStream input)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataQualityResult.AnomalyDetectionGeneratedAssets parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DataQualityResult.AnomalyDetectionGeneratedAssets> parser()
Returns
Type Description
Parser<AnomalyDetectionGeneratedAssets>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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

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.

getParserForType()

public Parser<DataQualityResult.AnomalyDetectionGeneratedAssets> getParserForType()
Returns
Type Description
Parser<AnomalyDetectionGeneratedAssets>
Overrides

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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder newBuilderForType()
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DataQualityResult.AnomalyDetectionGeneratedAssets.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DataQualityResult.AnomalyDetectionGeneratedAssets.Builder toBuilder()
Returns
Type Description
DataQualityResult.AnomalyDetectionGeneratedAssets.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException