public interface InspectDataSourceRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InspectJobConfig |
getJobConfig()
A configuration for the job.
|
InspectJobConfigOrBuilder |
getJobConfigOrBuilder()
A configuration for the 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()
A configuration for the 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()
A configuration for the job.
.google.privacy.dlp.v2beta2.InspectJobConfig job_config = 2;
InspectJobConfig getJobConfig()
A configuration for the job.
.google.privacy.dlp.v2beta2.InspectJobConfig job_config = 2;
InspectJobConfigOrBuilder getJobConfigOrBuilder()
A configuration for the job.
.google.privacy.dlp.v2beta2.InspectJobConfig 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;