public sealed class DlpJob : IMessage<DlpJob>, IEquatable<DlpJob>, IDeepCloneable<DlpJob>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DlpJob.
Combines 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
ActionDetails
public RepeatedField<ActionDetails> ActionDetails { get; }Events that should occur after the job has completed.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldActionDetails |
|
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 |
DlpJobDetailsOneofCase |
|
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 |
RepeatedFieldError |
|
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 |
|
LastModified
public Timestamp LastModified { get; set; }Time when the job was last modified by the system.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
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 |
DlpJobTypesJobState |
|
Type
public DlpJobType Type { get; set; }The type of job.
| Property Value | |
|---|---|
| Type | Description |
DlpJobType |
|