Google Cloud Data Loss Prevention v2 API - Class TransformationDetails (4.8.0)

public sealed class TransformationDetails : IMessage<TransformationDetails>, IEquatable<TransformationDetails>, IDeepCloneable<TransformationDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class 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.

Inheritance

object > TransformationDetails

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

TransformationDetails()

public TransformationDetails()

TransformationDetails(TransformationDetails)

public TransformationDetails(TransformationDetails other)
Parameter
NameDescription
otherTransformationDetails

Properties

ContainerName

public string ContainerName { get; set; }

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

Property Value
TypeDescription
string

ResourceName

public string ResourceName { get; set; }

The name of the job that completed the transformation.

Property Value
TypeDescription
string

StatusDetails

public TransformationResultStatus StatusDetails { get; set; }

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.

Property Value
TypeDescription
TransformationResultStatus

Transformation

public RepeatedField<TransformationDescription> Transformation { get; }

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.

Property Value
TypeDescription
RepeatedFieldTransformationDescription

TransformationLocation

public TransformationLocation TransformationLocation { get; set; }

The precise location of the transformed content in the original container.

Property Value
TypeDescription
TransformationLocation

TransformedBytes

public long TransformedBytes { get; set; }

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.

Property Value
TypeDescription
long