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

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

deffield()->::Google::Cloud::Dlp::V2::FieldId
Returns

#field=

deffield=(value)->::Google::Cloud::Dlp::V2::FieldId
Parameter
Returns

#field_transformations

deffield_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=

deffield_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

definfo_type()->::Google::Cloud::Dlp::V2::InfoType
Returns

#info_type=

definfo_type=(value)->::Google::Cloud::Dlp::V2::InfoType
Parameter
Returns

#record_suppress

defrecord_suppress()->::Google::Cloud::Dlp::V2::RecordSuppression
Returns

#record_suppress=

defrecord_suppress=(value)->::Google::Cloud::Dlp::V2::RecordSuppression
Parameter
Returns

#results

defresults()->::Array<::Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult>
Returns

#results=

defresults=(value)->::Array<::Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult>
Parameter
Returns

#transformation

deftransformation()->::Google::Cloud::Dlp::V2::PrimitiveTransformation
Returns

#transformation=

deftransformation=(value)->::Google::Cloud::Dlp::V2::PrimitiveTransformation
Parameter
Returns

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