public interface AnalyzeDataSourceRiskRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RiskAnalysisJobConfig |
getJobConfig()
Configuration for this risk analysis job.
|
RiskAnalysisJobConfigOrBuilder |
getJobConfigOrBuilder()
Configuration for this risk analysis job.
|
java.lang.String |
getJobId()
Optional job ID to use for the created job.
|
ByteString |
getJobIdBytes()
Optional job ID to use for the created job.
|
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.
|
boolean |
hasJobConfig()
Configuration for this risk analysis job.
|
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 hasJobConfig()
Configuration for this risk analysis job.
.google.privacy.dlp.v2beta2.RiskAnalysisJobConfig job_config = 2;
RiskAnalysisJobConfig getJobConfig()
Configuration for this risk analysis job.
.google.privacy.dlp.v2beta2.RiskAnalysisJobConfig job_config = 2;
RiskAnalysisJobConfigOrBuilder getJobConfigOrBuilder()
Configuration for this risk analysis job.
.google.privacy.dlp.v2beta2.RiskAnalysisJobConfig job_config = 2;
java.lang.String getJobId()
Optional job ID to use for the created job. If not provided, a job ID will automatically be generated. Must be unique within the project. 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 = 3;
ByteString getJobIdBytes()
Optional job ID to use for the created job. If not provided, a job ID will automatically be generated. Must be unique within the project. 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 = 3;