public sealed class ProfileStatus : IMessage<ProfileStatus>, IEquatable<ProfileStatus>, IDeepCloneable<ProfileStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ProfileStatus.
Success or errors for the profile generation.
Implements
IMessageProfileStatus, IEquatableProfileStatus, IDeepCloneableProfileStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ProfileStatus()
public ProfileStatus()
ProfileStatus(ProfileStatus)
public ProfileStatus(ProfileStatus other)
Parameter | |
---|---|
Name | Description |
other |
ProfileStatus |
Properties
Status
public Status Status { get; set; }
Profiling status code and optional message. The status.code
value is 0
(default value) for OK.
Property Value | |
---|---|
Type | Description |
Status |
Timestamp
public Timestamp Timestamp { get; set; }
Time when the profile generation status was updated
Property Value | |
---|---|
Type | Description |
Timestamp |