Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::DeidentifyDataSourceStats (v1.9.1)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DeidentifyDataSourceStats.

Summary of what was modified during a transformation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#transformation_count

deftransformation_count()->::Integer
Returns
  • (::Integer) — Number of successfully applied transformations.

#transformation_count=

deftransformation_count=(value)->::Integer
Parameter
  • value (::Integer) — Number of successfully applied transformations.
Returns
  • (::Integer) — Number of successfully applied transformations.

#transformation_error_count

deftransformation_error_count()->::Integer
Returns
  • (::Integer) — Number of errors encountered while trying to apply transformations.

#transformation_error_count=

deftransformation_error_count=(value)->::Integer
Parameter
  • value (::Integer) — Number of errors encountered while trying to apply transformations.
Returns
  • (::Integer) — Number of errors encountered while trying to apply transformations.

#transformed_bytes

deftransformed_bytes()->::Integer
Returns
  • (::Integer) — Total size in bytes that were transformed in some way.

#transformed_bytes=

deftransformed_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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.