Class GooglePrivacyDlpV2TransformationDetails
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
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TransformationDetails : IDirectResponseSchema
Properties
ContainerName
The top level name of the container where the transformation is located (this will be the source file name or table name).
Declaration
[JsonProperty("containerName")]
public virtual string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
The name of the job that completed the transformation.
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusDetails
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.
Declaration
[JsonProperty("statusDetails")]
public virtual GooglePrivacyDlpV2TransformationResultStatus StatusDetails { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2TransformationResultStatus |
Transformation
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.
Declaration
[JsonProperty("transformation")]
public virtual IList<GooglePrivacyDlpV2TransformationDescription> Transformation { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2TransformationDescription> |
TransformationLocation
The precise location of the transformed content in the original container.
Declaration
[JsonProperty("transformationLocation")]
public virtual GooglePrivacyDlpV2TransformationLocation TransformationLocation { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2TransformationLocation |
TransformedBytes
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.
Declaration
[JsonProperty("transformedBytes")]
public virtual long? TransformedBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |