Google Cloud Data Loss Prevention v2 API - Class GetDlpJobRequest (4.8.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class GetDlpJobRequest.

The request message for [DlpJobs.GetDlpJob][].

Inheritance

object > GetDlpJobRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

GetDlpJobRequest()

public GetDlpJobRequest()

GetDlpJobRequest(GetDlpJobRequest)

public GetDlpJobRequest(GetDlpJobRequest other)
Parameter
NameDescription
otherGetDlpJobRequest

Properties

DlpJobName

public DlpJobName DlpJobName { get; set; }

DlpJobName-typed view over the Name resource name property.

Property Value
TypeDescription
DlpJobName

Name

public string Name { get; set; }

Required. The name of the DlpJob resource.

Property Value
TypeDescription
string