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

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

Details about a single transformation. This object contains a description of the transformation, information about whether the transformation was successfully applied, and the precise location where the transformation occurred. These details are stored in a user-specified BigQuery table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#container_name

defcontainer_name()->::String
Returns
  • (::String) — The top level name of the container where the transformation is located (this will be the source file name or table name).

#container_name=

defcontainer_name=(value)->::String
Parameter
  • value (::String) — The top level name of the container where the transformation is located (this will be the source file name or table name).
Returns
  • (::String) — The top level name of the container where the transformation is located (this will be the source file name or table name).

#resource_name

defresource_name()->::String
Returns
  • (::String) — The name of the job that completed the transformation.

#resource_name=

defresource_name=(value)->::String
Parameter
  • value (::String) — The name of the job that completed the transformation.
Returns
  • (::String) — The name of the job that completed the transformation.

#status_details

defstatus_details()->::Google::Cloud::Dlp::V2::TransformationResultStatus
Returns

#status_details=

defstatus_details=(value)->::Google::Cloud::Dlp::V2::TransformationResultStatus
Parameter
Returns

#transformation

deftransformation()->::Array<::Google::Cloud::Dlp::V2::TransformationDescription>
Returns
  • (::Array<::Google::Cloud::Dlp::V2::TransformationDescription>) — Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.

#transformation=

deftransformation=(value)->::Array<::Google::Cloud::Dlp::V2::TransformationDescription>
Parameter
  • value (::Array<::Google::Cloud::Dlp::V2::TransformationDescription>) — Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
Returns
  • (::Array<::Google::Cloud::Dlp::V2::TransformationDescription>) — Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.

#transformation_location

deftransformation_location()->::Google::Cloud::Dlp::V2::TransformationLocation
Returns

#transformation_location=

deftransformation_location=(value)->::Google::Cloud::Dlp::V2::TransformationLocation
Parameter
Returns

#transformed_bytes

deftransformed_bytes()->::Integer
Returns
  • (::Integer) — The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.

#transformed_bytes=

deftransformed_bytes=(value)->::Integer
Parameter
  • value (::Integer) — The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.
Returns
  • (::Integer) — The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.

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.