public sealed class TransformationResultStatus : IMessage<TransformationResultStatus>, IEquatable<TransformationResultStatus>, IDeepCloneable<TransformationResultStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationResultStatus.
The outcome of a transformation.
Implements
IMessageTransformationResultStatus, IEquatableTransformationResultStatus, IDeepCloneableTransformationResultStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TransformationResultStatus()
public TransformationResultStatus()
TransformationResultStatus(TransformationResultStatus)
public TransformationResultStatus(TransformationResultStatus other)
Parameter | |
---|---|
Name | Description |
other |
TransformationResultStatus |
Properties
Details
public Status Details { get; set; }
Detailed error codes and messages
Property Value | |
---|---|
Type | Description |
Status |
ResultStatusType
public TransformationResultStatusType ResultStatusType { get; set; }
Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.
Property Value | |
---|---|
Type | Description |
TransformationResultStatusType |