public interface CreateDlpJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InspectJobConfig |
getInspectJob()
An inspection job scans a storage repository for InfoTypes.
|
InspectJobConfigOrBuilder |
getInspectJobOrBuilder()
An inspection job scans a storage repository for InfoTypes.
|
CreateDlpJobRequest.JobCase |
getJobCase() |
String |
getJobId()
The job id can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: `[a-zA-Z\d-_]+`.
|
com.google.protobuf.ByteString |
getJobIdBytes()
The job id can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: `[a-zA-Z\d-_]+`.
|
String |
getLocationId()
Deprecated.
|
com.google.protobuf.ByteString |
getLocationIdBytes()
Deprecated.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
RiskAnalysisJobConfig |
getRiskJob()
A risk analysis job calculates re-identification risk metrics for a
BigQuery table.
|
RiskAnalysisJobConfigOrBuilder |
getRiskJobOrBuilder()
A risk analysis job calculates re-identification risk metrics for a
BigQuery table.
|
boolean |
hasInspectJob()
An inspection job scans a storage repository for InfoTypes.
|
boolean |
hasRiskJob()
A risk analysis job calculates re-identification risk metrics for a
BigQuery table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Parent resource name.
The format of this value varies depending on whether you have [specified a
processing
location](https://cloud.google.com/dlp/docs/specifying-location):
+ Projects scope, location specified:<br/>
`projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Projects scope, no location specified (defaults to global):<br/>
`projects/`<var>PROJECT_ID</var>
The following example `parent` string specifies a parent project with the
identifier `example-project`, and specifies the `europe-west3` location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Parent resource name.
The format of this value varies depending on whether you have [specified a
processing
location](https://cloud.google.com/dlp/docs/specifying-location):
+ Projects scope, location specified:<br/>
`projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
+ Projects scope, no location specified (defaults to global):<br/>
`projects/`<var>PROJECT_ID</var>
The following example `parent` string specifies a parent project with the
identifier `example-project`, and specifies the `europe-west3` location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasInspectJob()
An inspection job scans a storage repository for InfoTypes.
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 2;InspectJobConfig getInspectJob()
An inspection job scans a storage repository for InfoTypes.
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 2;InspectJobConfigOrBuilder getInspectJobOrBuilder()
An inspection job scans a storage repository for InfoTypes.
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 2;boolean hasRiskJob()
A risk analysis job calculates re-identification risk metrics for a BigQuery table.
.google.privacy.dlp.v2.RiskAnalysisJobConfig risk_job = 3;RiskAnalysisJobConfig getRiskJob()
A risk analysis job calculates re-identification risk metrics for a BigQuery table.
.google.privacy.dlp.v2.RiskAnalysisJobConfig risk_job = 3;RiskAnalysisJobConfigOrBuilder getRiskJobOrBuilder()
A risk analysis job calculates re-identification risk metrics for a BigQuery table.
.google.privacy.dlp.v2.RiskAnalysisJobConfig risk_job = 3;String getJobId()
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.
string job_id = 4;com.google.protobuf.ByteString getJobIdBytes()
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.
string job_id = 4;String getLocationId()
Deprecated. This field has no effect.
string location_id = 5;com.google.protobuf.ByteString getLocationIdBytes()
Deprecated. This field has no effect.
string location_id = 5;CreateDlpJobRequest.JobCase getJobCase()
Copyright © 2022 Google LLC. All rights reserved.