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.
Implements
IMessageTransformationDetails, IEquatableTransformationDetails, IDeepCloneableTransformationDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TransformationDetails()
public TransformationDetails()
TransformationDetails(TransformationDetails)
public TransformationDetails(TransformationDetails other)
Parameter | |
---|---|
Name | Description |
other |
TransformationDetails |
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 | |
---|---|
Type | Description |
string |
ResourceName
public string ResourceName { get; set; }
The name of the job that completed the transformation.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldTransformationDescription |
TransformationLocation
public TransformationLocation TransformationLocation { get; set; }
The precise location of the transformed content in the original container.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long |