Show / Hide Table of Contents

Class GooglePrivacyDlpV2TransformationSummary

Summary of a single transformation. Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.

Inheritance
object
GooglePrivacyDlpV2TransformationSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TransformationSummary : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Field

Set if the transformation was limited to a specific FieldId.

Declaration
[JsonProperty("field")]
public virtual GooglePrivacyDlpV2FieldId Field { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2FieldId

FieldTransformations

The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.

Declaration
[JsonProperty("fieldTransformations")]
public virtual IList<GooglePrivacyDlpV2FieldTransformation> FieldTransformations { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2FieldTransformation>

InfoType

Set if the transformation was limited to a specific InfoType.

Declaration
[JsonProperty("infoType")]
public virtual GooglePrivacyDlpV2InfoType InfoType { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InfoType

RecordSuppress

The specific suppression option these stats apply to.

Declaration
[JsonProperty("recordSuppress")]
public virtual GooglePrivacyDlpV2RecordSuppression RecordSuppress { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2RecordSuppression

Results

Collection of all transformations that took place or had an error.

Declaration
[JsonProperty("results")]
public virtual IList<GooglePrivacyDlpV2SummaryResult> Results { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2SummaryResult>

Transformation

The specific transformation these stats apply to.

Declaration
[JsonProperty("transformation")]
public virtual GooglePrivacyDlpV2PrimitiveTransformation Transformation { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2PrimitiveTransformation

TransformedBytes

Total size in bytes that were transformed in some way.

Declaration
[JsonProperty("transformedBytes")]
public virtual long? TransformedBytes { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX