public sealed class DlpJob : IMessage<DlpJob>, IEquatable<DlpJob>, IDeepCloneable<DlpJob>, IBufferMessage, IMessageCombines all of the information about a DLP job.
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DlpJob()
public DlpJob()DlpJob(DlpJob)
public DlpJob(DlpJob other)| Parameter | |
|---|---|
| Name | Description |
other |
DlpJob |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Time when the job was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DetailsCase
public DlpJob.DetailsOneofCase DetailsCase { get; }| Property Value | |
|---|---|
| Type | Description |
DlpJob.DetailsOneofCase |
|
DlpJobName
public DlpJobName DlpJobName { get; set; }DlpJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DlpJobName |
|
EndTime
public Timestamp EndTime { get; set; }Time when the job finished.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Errors
public RepeatedField<Error> Errors { get; }A stream of errors encountered running the job.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Error> |
|
InspectDetails
public InspectDataSourceDetails InspectDetails { get; set; }Results from inspecting a data source.
| Property Value | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
JobTriggerName
public string JobTriggerName { get; set; }If created by a job trigger, the resource name of the trigger that instantiated the job.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }The server-assigned name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
RiskDetails
public AnalyzeDataSourceRiskDetails RiskDetails { get; set; }Results from analyzing risk of a data source.
| Property Value | |
|---|---|
| Type | Description |
AnalyzeDataSourceRiskDetails |
|
StartTime
public Timestamp StartTime { get; set; }Time when the job started.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
State
public DlpJob.Types.JobState State { get; set; }State of a job.
| Property Value | |
|---|---|
| Type | Description |
DlpJob.Types.JobState |
|
Type
public DlpJobType Type { get; set; }The type of job.
| Property Value | |
|---|---|
| Type | Description |
DlpJobType |
|