Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::RecordTransformations.
A type of transformation that is applied over structured data such as a table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field_transformations
def field_transformations() -> ::Array<::Google::Cloud::Dlp::V2::FieldTransformation>
Returns
- (::Array<::Google::Cloud::Dlp::V2::FieldTransformation>) — Transform the record by applying various field transformations.
#field_transformations=
def field_transformations=(value) -> ::Array<::Google::Cloud::Dlp::V2::FieldTransformation>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::FieldTransformation>) — Transform the record by applying various field transformations.
Returns
- (::Array<::Google::Cloud::Dlp::V2::FieldTransformation>) — Transform the record by applying various field transformations.
#record_suppressions
def record_suppressions() -> ::Array<::Google::Cloud::Dlp::V2::RecordSuppression>
Returns
- (::Array<::Google::Cloud::Dlp::V2::RecordSuppression>) — Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.
#record_suppressions=
def record_suppressions=(value) -> ::Array<::Google::Cloud::Dlp::V2::RecordSuppression>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::RecordSuppression>) — Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.
Returns
- (::Array<::Google::Cloud::Dlp::V2::RecordSuppression>) — Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.