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
def condition() -> ::String
-
(::String) — A human-readable string representation of the
RecordCondition
corresponding to this transformation. Set if aRecordCondition
was 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=
def condition=(value) -> ::String
-
value (::String) — A human-readable string representation of the
RecordCondition
corresponding to this transformation. Set if aRecordCondition
was 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
RecordCondition
corresponding to this transformation. Set if aRecordCondition
was 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
def description() -> ::String
-
(::String) — A description of the transformation. This is empty for a
RECORD_SUPPRESSION, or is the output of calling toString() on the
PrimitiveTransformation
protocol buffer message for any other type of transformation.
#description=
def description=(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
PrimitiveTransformation
protocol 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
PrimitiveTransformation
protocol buffer message for any other type of transformation.
#info_type
def info_type() -> ::Google::Cloud::Dlp::V2::InfoType
-
(::Google::Cloud::Dlp::V2::InfoType) — Set if the transformation was limited to a specific
InfoType
.
#info_type=
def info_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
def type() -> ::Google::Cloud::Dlp::V2::TransformationType
- (::Google::Cloud::Dlp::V2::TransformationType) — The transformation type.
#type=
def type=(value) -> ::Google::Cloud::Dlp::V2::TransformationType
- value (::Google::Cloud::Dlp::V2::TransformationType) — The transformation type.
- (::Google::Cloud::Dlp::V2::TransformationType) — The transformation type.