Google Cloud Data Loss Prevention v2 API - Class ProfileStatus (4.6.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. The status.code value is 0 (default value) for OK.

Property Value
TypeDescription
Status

Timestamp

public Timestamp Timestamp { get; set; }

Time when the profile generation status was updated

Property Value
TypeDescription
Timestamp