public sealed class ProfileStatus : IMessage<ProfileStatus>, IEquatable<ProfileStatus>, IDeepCloneable<ProfileStatus>, IBufferMessage, IMessage
Implements
IMessage<ProfileStatus>, IEquatable<ProfileStatus>, IDeepCloneable<ProfileStatus>, 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
Property Value | |
---|---|
Type | Description |
Status |
Timestamp
public Timestamp Timestamp { get; set; }
Time when the profile generation status was updated
Property Value | |
---|---|
Type | Description |
Timestamp |