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

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

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

#transformation_count=

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

#transformation_error_count

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

#transformation_error_count=

def transformation_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

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.