Data Loss Prevention V2 Client - Class DataProfileJobConfig (1.8.6)

Reference documentation and code samples for the Data Loss Prevention V2 Client class DataProfileJobConfig.

Configuration for setting up a job to scan resources for profile generation.

Only one data profile configuration may exist per organization, folder, or project. The generated data profiles are retained according to the data retention policy.

Generated from protobuf message google.privacy.dlp.v2.DataProfileJobConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ location Google\Cloud\Dlp\V2\DataProfileLocation

The data to scan.

↳ project_id string

The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the Cloud DLP API must be enabled.

↳ inspect_templates array

Detection logic for profile generation. Not all template features are used by profiles. FindingLimits, include_quote and exclude_info_types have no impact on data profiling. Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/dlp/docs/data-profiles#data_residency.

↳ data_profile_actions array<Google\Cloud\Dlp\V2\DataProfileAction>

Actions to execute at the completion of the job.

getLocation

The data to scan.

Returns
TypeDescription
Google\Cloud\Dlp\V2\DataProfileLocation|null

hasLocation

clearLocation

setLocation

The data to scan.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\DataProfileLocation
Returns
TypeDescription
$this

getProjectId

The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the Cloud DLP API must be enabled.

Returns
TypeDescription
string

setProjectId

The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the Cloud DLP API must be enabled.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInspectTemplates

Detection logic for profile generation.

Not all template features are used by profiles. FindingLimits, include_quote and exclude_info_types have no impact on data profiling. Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/dlp/docs/data-profiles#data_residency.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInspectTemplates

Detection logic for profile generation.

Not all template features are used by profiles. FindingLimits, include_quote and exclude_info_types have no impact on data profiling. Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/dlp/docs/data-profiles#data_residency.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getDataProfileActions

Actions to execute at the completion of the job.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDataProfileActions

Actions to execute at the completion of the job.

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\DataProfileAction>
Returns
TypeDescription
$this