Show / Hide Table of Contents

Class GooglePrivacyDlpV2CreateDlpJobRequest

Request message for CreateDlpJobRequest. Used to initiate long running jobs such as calculating risk metrics or inspecting Google Cloud Storage.

Inheritance
object
GooglePrivacyDlpV2CreateDlpJobRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2CreateDlpJobRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InspectJob

An inspection job scans a storage repository for InfoTypes.

Declaration
[JsonProperty("inspectJob")]
public virtual GooglePrivacyDlpV2InspectJobConfig InspectJob { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InspectJobConfig

JobId

The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.

Declaration
[JsonProperty("jobId")]
public virtual string JobId { get; set; }
Property Value
Type Description
string

LocationId

Deprecated. This field has no effect.

Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
Type Description
string

RiskJob

A risk analysis job calculates re-identification risk metrics for a BigQuery table.

Declaration
[JsonProperty("riskJob")]
public virtual GooglePrivacyDlpV2RiskAnalysisJobConfig RiskJob { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2RiskAnalysisJobConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX