Class ProfileStatus (3.5.0)

public sealed class ProfileStatus : IMessage<ProfileStatus>, IEquatable<ProfileStatus>, IDeepCloneable<ProfileStatus>, IBufferMessage, IMessage

Inheritance

Object > ProfileStatus

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ProfileStatus()

public ProfileStatus()

ProfileStatus(ProfileStatus)

public ProfileStatus(ProfileStatus other)
Parameter
NameDescription
otherProfileStatus

Properties

Status

public Status Status { get; set; }

Profiling status code and optional message

Property Value
TypeDescription
Status

Timestamp

public Timestamp Timestamp { get; set; }

Time when the profile generation status was updated

Property Value
TypeDescription
Timestamp