Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::TransformationDescription (v1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::TransformationDescription.
A flattened description of a PrimitiveTransformation or
RecordSuppression.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#condition
defcondition()->::String-
(::String) — A human-readable string representation of the
RecordConditioncorresponding to this transformation. Set if aRecordConditionwas used to determine whether or not to apply this transformation.Examples: * (age_field > 85) * (age_field <= 18) * (zip_field exists) * (zip_field == 01234) && (city_field != "Springville") * (zip_field == 01234) && (age_field <= 18) && (city_field exists)
#condition=
defcondition=(value)->::String-
value (::String) — A human-readable string representation of the
RecordConditioncorresponding to this transformation. Set if aRecordConditionwas used to determine whether or not to apply this transformation.Examples: * (age_field > 85) * (age_field <= 18) * (zip_field exists) * (zip_field == 01234) && (city_field != "Springville") * (zip_field == 01234) && (age_field <= 18) && (city_field exists)
-
(::String) — A human-readable string representation of the
RecordConditioncorresponding to this transformation. Set if aRecordConditionwas used to determine whether or not to apply this transformation.Examples: * (age_field > 85) * (age_field <= 18) * (zip_field exists) * (zip_field == 01234) && (city_field != "Springville") * (zip_field == 01234) && (age_field <= 18) && (city_field exists)
#description
defdescription()->::String-
(::String) — A description of the transformation. This is empty for a
RECORD_SUPPRESSION, or is the output of calling toString() on the
PrimitiveTransformationprotocol buffer message for any other type of transformation.
#description=
defdescription=(value)->::String-
value (::String) — A description of the transformation. This is empty for a
RECORD_SUPPRESSION, or is the output of calling toString() on the
PrimitiveTransformationprotocol buffer message for any other type of transformation.
-
(::String) — A description of the transformation. This is empty for a
RECORD_SUPPRESSION, or is the output of calling toString() on the
PrimitiveTransformationprotocol buffer message for any other type of transformation.
#info_type
definfo_type()->::Google::Cloud::Dlp::V2::InfoType-
(::Google::Cloud::Dlp::V2::InfoType) — Set if the transformation was limited to a specific
InfoType.
#info_type=
definfo_type=(value)->::Google::Cloud::Dlp::V2::InfoType-
value (::Google::Cloud::Dlp::V2::InfoType) — Set if the transformation was limited to a specific
InfoType.
-
(::Google::Cloud::Dlp::V2::InfoType) — Set if the transformation was limited to a specific
InfoType.
#type
deftype()->::Google::Cloud::Dlp::V2::TransformationType- (::Google::Cloud::Dlp::V2::TransformationType) — The transformation type.
#type=
deftype=(value)->::Google::Cloud::Dlp::V2::TransformationType- value (::Google::Cloud::Dlp::V2::TransformationType) — The transformation type.
- (::Google::Cloud::Dlp::V2::TransformationType) — The transformation type.