Data Loss Prevention V2 Client - Class TransformationResultStatusType (1.15.1)

Reference documentation and code samples for the Data Loss Prevention V2 Client class TransformationResultStatusType.

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

Protobuf type google.privacy.dlp.v2.TransformationResultStatusType

Namespace

Google \ Cloud \ Dlp \ V2

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_TYPE_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum STATE_TYPE_UNSPECIFIED = 0;

INVALID_TRANSFORM

Value: 1

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

Generated from protobuf enum INVALID_TRANSFORM = 1;

BIGQUERY_MAX_ROW_SIZE_EXCEEDED

Value: 2

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.

Generated from protobuf enum BIGQUERY_MAX_ROW_SIZE_EXCEEDED = 2;

METADATA_UNRETRIEVABLE

Value: 3

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.

Generated from protobuf enum METADATA_UNRETRIEVABLE = 3;

SUCCESS

Value: 4

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

Generated from protobuf enum SUCCESS = 4;