Class: Google::Cloud::Dlp::V2::TransformationDetails

Inherits:
Object
  • Object
show all
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

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

Returns:

  • (::String)

    The top level name of the container where the transformation is located (this will be the source file name or table name).



3059
3060
3061
3062
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3059

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.

Returns:

  • (::String)

    The name of the job that completed the transformation.



3059
3060
3061
3062
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3059

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.

Returns:



3059
3060
3061
3062
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3059

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.

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.



3059
3060
3061
3062
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3059

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.

Returns:



3059
3060
3061
3062
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3059

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.

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.



3059
3060
3061
3062
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3059

class TransformationDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end