Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::InfoTypeTransformations::InfoTypeTransformation.
A transformation to apply to text that is identified as a specific info_type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#info_types
def info_types() -> ::Array<::Google::Cloud::Dlp::V2::InfoType>
Returns
-
(::Array<::Google::Cloud::Dlp::V2::InfoType>) — InfoTypes to apply the transformation to. An empty list will cause
this transformation to apply to all findings that correspond to
infoTypes that were requested in
InspectConfig
.
#info_types=
def info_types=(value) -> ::Array<::Google::Cloud::Dlp::V2::InfoType>
Parameter
-
value (::Array<::Google::Cloud::Dlp::V2::InfoType>) — InfoTypes to apply the transformation to. An empty list will cause
this transformation to apply to all findings that correspond to
infoTypes that were requested in
InspectConfig
.
Returns
-
(::Array<::Google::Cloud::Dlp::V2::InfoType>) — InfoTypes to apply the transformation to. An empty list will cause
this transformation to apply to all findings that correspond to
infoTypes that were requested in
InspectConfig
.
#primitive_transformation
def primitive_transformation() -> ::Google::Cloud::Dlp::V2::PrimitiveTransformation
Returns
- (::Google::Cloud::Dlp::V2::PrimitiveTransformation) — Required. Primitive transformation to apply to the infoType.
#primitive_transformation=
def primitive_transformation=(value) -> ::Google::Cloud::Dlp::V2::PrimitiveTransformation
Parameter
- value (::Google::Cloud::Dlp::V2::PrimitiveTransformation) — Required. Primitive transformation to apply to the infoType.
Returns
- (::Google::Cloud::Dlp::V2::PrimitiveTransformation) — Required. Primitive transformation to apply to the infoType.