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 DlpJob
DlpServiceClient. createDlpJob(LocationName parent, InspectJobConfig inspectJob)
Creates a new job to inspect storage or calculate risk metrics.DlpJob
DlpServiceClient. createDlpJob(ProjectName parent, InspectJobConfig inspectJob)
Creates a new job to inspect storage or calculate risk metrics.DlpJob
DlpServiceClient. 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 InspectJobConfig
InspectJobConfig.Builder. build()
InspectJobConfig
InspectJobConfig.Builder. buildPartial()
static InspectJobConfig
InspectJobConfig. getDefaultInstance()
InspectJobConfig
InspectJobConfig.Builder. getDefaultInstanceForType()
InspectJobConfig
InspectJobConfig. getDefaultInstanceForType()
InspectJobConfig
CreateDlpJobRequest.Builder. getInspectJob()
An inspection job scans a storage repository for InfoTypes.InspectJobConfig
CreateDlpJobRequest. getInspectJob()
An inspection job scans a storage repository for InfoTypes.InspectJobConfig
CreateDlpJobRequestOrBuilder. getInspectJob()
An inspection job scans a storage repository for InfoTypes.InspectJobConfig
JobTrigger.Builder. getInspectJob()
For inspect jobs, a snapshot of the configuration.InspectJobConfig
JobTrigger. getInspectJob()
For inspect jobs, a snapshot of the configuration.InspectJobConfig
JobTriggerOrBuilder. getInspectJob()
For inspect jobs, a snapshot of the configuration.InspectJobConfig
InspectDataSourceDetails.RequestedOptions.Builder. getJobConfig()
Inspect config.InspectJobConfig
InspectDataSourceDetails.RequestedOptions. getJobConfig()
Inspect config.InspectJobConfig
InspectDataSourceDetails.RequestedOptionsOrBuilder. getJobConfig()
Inspect config.static InspectJobConfig
InspectJobConfig. parseDelimitedFrom(InputStream input)
static InspectJobConfig
InspectJobConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectJobConfig
InspectJobConfig. parseFrom(byte[] data)
static InspectJobConfig
InspectJobConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectJobConfig
InspectJobConfig. parseFrom(com.google.protobuf.ByteString data)
static InspectJobConfig
InspectJobConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectJobConfig
InspectJobConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static InspectJobConfig
InspectJobConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectJobConfig
InspectJobConfig. parseFrom(InputStream input)
static InspectJobConfig
InspectJobConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectJobConfig
InspectJobConfig. parseFrom(ByteBuffer data)
static InspectJobConfig
InspectJobConfig. 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.Builder
InspectJobConfig.Builder. mergeFrom(InspectJobConfig other)
CreateDlpJobRequest.Builder
CreateDlpJobRequest.Builder. mergeInspectJob(InspectJobConfig value)
An inspection job scans a storage repository for InfoTypes.JobTrigger.Builder
JobTrigger.Builder. mergeInspectJob(InspectJobConfig value)
For inspect jobs, a snapshot of the configuration.InspectDataSourceDetails.RequestedOptions.Builder
InspectDataSourceDetails.RequestedOptions.Builder. mergeJobConfig(InspectJobConfig value)
Inspect config.static InspectJobConfig.Builder
InspectJobConfig. newBuilder(InspectJobConfig prototype)
CreateDlpJobRequest.Builder
CreateDlpJobRequest.Builder. setInspectJob(InspectJobConfig value)
An inspection job scans a storage repository for InfoTypes.JobTrigger.Builder
JobTrigger.Builder. setInspectJob(InspectJobConfig value)
For inspect jobs, a snapshot of the configuration.InspectDataSourceDetails.RequestedOptions.Builder
InspectDataSourceDetails.RequestedOptions.Builder. setJobConfig(InspectJobConfig value)
Inspect config.
-