Reference documentation and code samples for the Data Loss Prevention V2 Client class TransformationContainerType.
Describes functionality of a given container in its original format.
Protobuf type google.privacy.dlp.v2.TransformationContainerType
Namespace
Google \ Cloud \ Dlp \ V2Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TRANSFORM_UNKNOWN_CONTAINER
Value: 0
Unused.
Generated from protobuf enum TRANSFORM_UNKNOWN_CONTAINER = 0;
TRANSFORM_BODY
Value: 1
Body of a file.
Generated from protobuf enum TRANSFORM_BODY = 1;
TRANSFORM_METADATA
Value: 2
Metadata for a file.
Generated from protobuf enum TRANSFORM_METADATA = 2;
TRANSFORM_TABLE
Value: 3
A table.
Generated from protobuf enum TRANSFORM_TABLE = 3;