Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::TransformationSummary.
Summary of a single transformation. Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field
def field() -> ::Google::Cloud::Dlp::V2::FieldId
Returns
- (::Google::Cloud::Dlp::V2::FieldId) — Set if the transformation was limited to a specific FieldId.
#field=
def field=(value) -> ::Google::Cloud::Dlp::V2::FieldId
Parameter
- value (::Google::Cloud::Dlp::V2::FieldId) — Set if the transformation was limited to a specific FieldId.
Returns
- (::Google::Cloud::Dlp::V2::FieldId) — Set if the transformation was limited to a specific FieldId.
#field_transformations
def field_transformations() -> ::Array<::Google::Cloud::Dlp::V2::FieldTransformation>
Returns
- (::Array<::Google::Cloud::Dlp::V2::FieldTransformation>) — The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
#field_transformations=
def field_transformations=(value) -> ::Array<::Google::Cloud::Dlp::V2::FieldTransformation>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::FieldTransformation>) — The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
Returns
- (::Array<::Google::Cloud::Dlp::V2::FieldTransformation>) — The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
#info_type
def info_type() -> ::Google::Cloud::Dlp::V2::InfoType
Returns
- (::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
Parameter
- value (::Google::Cloud::Dlp::V2::InfoType) — Set if the transformation was limited to a specific InfoType.
Returns
- (::Google::Cloud::Dlp::V2::InfoType) — Set if the transformation was limited to a specific InfoType.
#record_suppress
def record_suppress() -> ::Google::Cloud::Dlp::V2::RecordSuppression
Returns
- (::Google::Cloud::Dlp::V2::RecordSuppression) — The specific suppression option these stats apply to.
#record_suppress=
def record_suppress=(value) -> ::Google::Cloud::Dlp::V2::RecordSuppression
Parameter
- value (::Google::Cloud::Dlp::V2::RecordSuppression) — The specific suppression option these stats apply to.
Returns
- (::Google::Cloud::Dlp::V2::RecordSuppression) — The specific suppression option these stats apply to.
#results
def results() -> ::Array<::Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult>
Returns
- (::Array<::Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult>) — Collection of all transformations that took place or had an error.
#results=
def results=(value) -> ::Array<::Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult>) — Collection of all transformations that took place or had an error.
Returns
- (::Array<::Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult>) — Collection of all transformations that took place or had an error.
#transformation
def transformation() -> ::Google::Cloud::Dlp::V2::PrimitiveTransformation
Returns
- (::Google::Cloud::Dlp::V2::PrimitiveTransformation) — The specific transformation these stats apply to.
#transformation=
def transformation=(value) -> ::Google::Cloud::Dlp::V2::PrimitiveTransformation
Parameter
- value (::Google::Cloud::Dlp::V2::PrimitiveTransformation) — The specific transformation these stats apply to.
Returns
- (::Google::Cloud::Dlp::V2::PrimitiveTransformation) — The specific transformation these stats apply to.
#transformed_bytes
def transformed_bytes() -> ::Integer
Returns
- (::Integer) — Total size in bytes that were transformed in some way.
#transformed_bytes=
def transformed_bytes=(value) -> ::Integer
Parameter
- value (::Integer) — Total size in bytes that were transformed in some way.
Returns
- (::Integer) — Total size in bytes that were transformed in some way.