Enum TableDataProfile.Types.State (4.0.0)

public enum State

Possible states of a profile. New items may be added.

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Fields

NameDescription
Done

The profile is no longer generating. If profile_status.status.code is 0, the profile succeeded, otherwise, it failed.

Running

The profile is currently running. Once a profile has finished it will transition to DONE.

Unspecified

Unused.