Class: Google::Privacy::Dlp::V2::CreateDlpJobRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::CreateDlpJobRequest
- 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
- #inspect_job ⇒ Google::Privacy::Dlp::V2::InspectJobConfig
-
#job_id ⇒ 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-]++.
-
#parent ⇒ String
The parent resource name, for example projects/my-project-id.
- #risk_job ⇒ Google::Privacy::Dlp::V2::RiskAnalysisJobConfig
Instance Attribute Details
#inspect_job ⇒ Google::Privacy::Dlp::V2::InspectJobConfig
1799 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1799 class CreateDlpJobRequest; end |
#job_id ⇒ String
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.
1799 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1799 class CreateDlpJobRequest; end |
#parent ⇒ String
Returns The parent resource name, for example projects/my-project-id.
1799 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1799 class CreateDlpJobRequest; end |
#risk_job ⇒ Google::Privacy::Dlp::V2::RiskAnalysisJobConfig
1799 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1799 class CreateDlpJobRequest; end |