Module: Google::Cloud::Dlp::V2::TransformationResultStatusType

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Enum of possible outcomes of transformations. SUCCESS if transformation and storing of transformation was successful, otherwise, reason for not transforming.

Constant Summary collapse

STATE_TYPE_UNSPECIFIED =

Unused.

0
INVALID_TRANSFORM =

This will be set when a finding could not be transformed (i.e. outside user set bucket range).

1
BIGQUERY_MAX_ROW_SIZE_EXCEEDED =

This will be set when a BigQuery transformation was successful but could not be stored back in BigQuery because the transformed row exceeds BigQuery's max row size.

2
METADATA_UNRETRIEVABLE =

This will be set when there is a finding in the custom metadata of a file, but at the write time of the transformed file, this key / value pair is unretrievable.

3
SUCCESS =

This will be set when the transformation and storing of it is successful.

4