Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::InfoTypeTransformations.
A type of transformation that will scan unstructured text and
apply various PrimitiveTransformation
s to each finding, where the
transformation is applied to only values that were identified as a specific
info_type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#transformations
def transformations() -> ::Array<::Google::Cloud::Dlp::V2::InfoTypeTransformations::InfoTypeTransformation>
Returns
- (::Array<::Google::Cloud::Dlp::V2::InfoTypeTransformations::InfoTypeTransformation>) — Required. Transformation for each infoType. Cannot specify more than one for a given infoType.
#transformations=
def transformations=(value) -> ::Array<::Google::Cloud::Dlp::V2::InfoTypeTransformations::InfoTypeTransformation>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::InfoTypeTransformations::InfoTypeTransformation>) — Required. Transformation for each infoType. Cannot specify more than one for a given infoType.
Returns
- (::Array<::Google::Cloud::Dlp::V2::InfoTypeTransformations::InfoTypeTransformation>) — Required. Transformation for each infoType. Cannot specify more than one for a given infoType.