Class: Google::Cloud::Dlp::V2::TransformationDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::TransformationDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
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.
Instance Attribute Summary collapse
-
#container_name ⇒ ::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 ⇒ ::String
The name of the job that completed the transformation.
-
#status_details ⇒ ::Google::Cloud::Dlp::V2::TransformationResultStatus
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
-
#transformation ⇒ ::Array<::Google::Cloud::Dlp::V2::TransformationDescription>
Description of transformation.
-
#transformation_location ⇒ ::Google::Cloud::Dlp::V2::TransformationLocation
The precise location of the transformed content in the original container.
-
#transformed_bytes ⇒ ::Integer
The number of bytes that were transformed.
Instance Attribute Details
#container_name ⇒ ::String
Returns The top level name of the container where the transformation is located (this will be the source file name or table name).
3097 3098 3099 3100 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3097 class TransformationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_name ⇒ ::String
Returns The name of the job that completed the transformation.
3097 3098 3099 3100 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3097 class TransformationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_details ⇒ ::Google::Cloud::Dlp::V2::TransformationResultStatus
Returns Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
3097 3098 3099 3100 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3097 class TransformationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transformation ⇒ ::Array<::Google::Cloud::Dlp::V2::TransformationDescription>
Returns 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.
3097 3098 3099 3100 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3097 class TransformationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transformation_location ⇒ ::Google::Cloud::Dlp::V2::TransformationLocation
Returns The precise location of the transformed content in the original container.
3097 3098 3099 3100 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3097 class TransformationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transformed_bytes ⇒ ::Integer
Returns 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.
3097 3098 3099 3100 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3097 class TransformationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |