Class: Google::Privacy::Dlp::V2::CreateDlpJobRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Request message for CreateDlpJobRequest. Used to initiate long running jobs such as calculating risk metrics or inspecting Google Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#inspect_jobGoogle::Privacy::Dlp::V2::InspectJobConfig

Returns Set to control what and how to inspect.

Returns:



2425
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2425

class CreateDlpJobRequest; end

#job_idString

Returns 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.

Returns:

  • (String)

    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.



2425
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2425

class CreateDlpJobRequest; end

#location_idString

Returns The geographic location to store and process the job. Reserved for future extensions.

Returns:

  • (String)

    The geographic location to store and process the job. Reserved for future extensions.



2425
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2425

class CreateDlpJobRequest; end

#parentString

Returns Required. The parent resource name, for example projects/my-project-id.

Returns:

  • (String)

    Required. The parent resource name, for example projects/my-project-id.



2425
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2425

class CreateDlpJobRequest; end

#risk_jobGoogle::Privacy::Dlp::V2::RiskAnalysisJobConfig

Returns Set to choose what metric to calculate.

Returns:



2425
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2425

class CreateDlpJobRequest; end