public interface CreateDlpJobRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InspectJobConfig |
getInspectJob()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 2; |
InspectJobConfigOrBuilder |
getInspectJobOrBuilder()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 2; |
CreateDlpJobRequest.JobCase |
getJobCase() |
java.lang.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-]+`.
|
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-]+`.
|
java.lang.String |
getParent()
The parent resource name, for example projects/my-project-id.
|
ByteString |
getParentBytes()
The parent resource name, for example projects/my-project-id.
|
RiskAnalysisJobConfig |
getRiskJob()
.google.privacy.dlp.v2.RiskAnalysisJobConfig risk_job = 3; |
RiskAnalysisJobConfigOrBuilder |
getRiskJobOrBuilder()
.google.privacy.dlp.v2.RiskAnalysisJobConfig risk_job = 3; |
boolean |
hasInspectJob()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 2; |
boolean |
hasRiskJob()
.google.privacy.dlp.v2.RiskAnalysisJobConfig risk_job = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The parent resource name, for example projects/my-project-id.
string parent = 1;
ByteString getParentBytes()
The parent resource name, for example projects/my-project-id.
string parent = 1;
boolean hasInspectJob()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 2;
InspectJobConfig getInspectJob()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 2;
InspectJobConfigOrBuilder getInspectJobOrBuilder()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 2;
boolean hasRiskJob()
.google.privacy.dlp.v2.RiskAnalysisJobConfig risk_job = 3;
RiskAnalysisJobConfig getRiskJob()
.google.privacy.dlp.v2.RiskAnalysisJobConfig risk_job = 3;
RiskAnalysisJobConfigOrBuilder getRiskJobOrBuilder()
.google.privacy.dlp.v2.RiskAnalysisJobConfig risk_job = 3;
java.lang.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;
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;
CreateDlpJobRequest.JobCase getJobCase()