Uses of Class
com.google.privacy.dlp.v2.InspectJobConfig
-
Packages that use InspectJobConfig Package Description com.google.cloud.dlp.v2 A client to Cloud Data Loss Prevention (DLP) APIcom.google.privacy.dlp.v2 -
-
Uses of InspectJobConfig in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 with parameters of type InspectJobConfig Modifier and Type Method Description DlpJobDlpServiceClient. createDlpJob(LocationName parent, InspectJobConfig inspectJob)Creates a new job to inspect storage or calculate risk metrics.DlpJobDlpServiceClient. createDlpJob(ProjectName parent, InspectJobConfig inspectJob)Creates a new job to inspect storage or calculate risk metrics.DlpJobDlpServiceClient. createDlpJob(String parent, InspectJobConfig inspectJob)Creates a new job to inspect storage or calculate risk metrics. -
Uses of InspectJobConfig in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return InspectJobConfig Modifier and Type Method Description InspectJobConfigInspectJobConfig.Builder. build()InspectJobConfigInspectJobConfig.Builder. buildPartial()static InspectJobConfigInspectJobConfig. getDefaultInstance()InspectJobConfigInspectJobConfig.Builder. getDefaultInstanceForType()InspectJobConfigInspectJobConfig. getDefaultInstanceForType()InspectJobConfigCreateDlpJobRequest.Builder. getInspectJob()An inspection job scans a storage repository for InfoTypes.InspectJobConfigCreateDlpJobRequest. getInspectJob()An inspection job scans a storage repository for InfoTypes.InspectJobConfigCreateDlpJobRequestOrBuilder. getInspectJob()An inspection job scans a storage repository for InfoTypes.InspectJobConfigJobTrigger.Builder. getInspectJob()For inspect jobs, a snapshot of the configuration.InspectJobConfigJobTrigger. getInspectJob()For inspect jobs, a snapshot of the configuration.InspectJobConfigJobTriggerOrBuilder. getInspectJob()For inspect jobs, a snapshot of the configuration.InspectJobConfigInspectDataSourceDetails.RequestedOptions.Builder. getJobConfig()Inspect config.InspectJobConfigInspectDataSourceDetails.RequestedOptions. getJobConfig()Inspect config.InspectJobConfigInspectDataSourceDetails.RequestedOptionsOrBuilder. getJobConfig()Inspect config.static InspectJobConfigInspectJobConfig. parseDelimitedFrom(InputStream input)static InspectJobConfigInspectJobConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectJobConfigInspectJobConfig. parseFrom(byte[] data)static InspectJobConfigInspectJobConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectJobConfigInspectJobConfig. parseFrom(com.google.protobuf.ByteString data)static InspectJobConfigInspectJobConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectJobConfigInspectJobConfig. parseFrom(com.google.protobuf.CodedInputStream input)static InspectJobConfigInspectJobConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectJobConfigInspectJobConfig. parseFrom(InputStream input)static InspectJobConfigInspectJobConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectJobConfigInspectJobConfig. parseFrom(ByteBuffer data)static InspectJobConfigInspectJobConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type InspectJobConfig Modifier and Type Method Description com.google.protobuf.Parser<InspectJobConfig>InspectJobConfig. getParserForType()static com.google.protobuf.Parser<InspectJobConfig>InspectJobConfig. parser()Methods in com.google.privacy.dlp.v2 with parameters of type InspectJobConfig Modifier and Type Method Description InspectJobConfig.BuilderInspectJobConfig.Builder. mergeFrom(InspectJobConfig other)CreateDlpJobRequest.BuilderCreateDlpJobRequest.Builder. mergeInspectJob(InspectJobConfig value)An inspection job scans a storage repository for InfoTypes.JobTrigger.BuilderJobTrigger.Builder. mergeInspectJob(InspectJobConfig value)For inspect jobs, a snapshot of the configuration.InspectDataSourceDetails.RequestedOptions.BuilderInspectDataSourceDetails.RequestedOptions.Builder. mergeJobConfig(InspectJobConfig value)Inspect config.static InspectJobConfig.BuilderInspectJobConfig. newBuilder(InspectJobConfig prototype)CreateDlpJobRequest.BuilderCreateDlpJobRequest.Builder. setInspectJob(InspectJobConfig value)An inspection job scans a storage repository for InfoTypes.JobTrigger.BuilderJobTrigger.Builder. setInspectJob(InspectJobConfig value)For inspect jobs, a snapshot of the configuration.InspectDataSourceDetails.RequestedOptions.BuilderInspectDataSourceDetails.RequestedOptions.Builder. setJobConfig(InspectJobConfig value)Inspect config.
-