Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::CreateJobTriggerRequest (v1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::CreateJobTriggerRequest.
Request message for CreateJobTrigger.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_trigger
defjob_trigger()->::Google::Cloud::Dlp::V2::JobTrigger- (::Google::Cloud::Dlp::V2::JobTrigger) — Required. The JobTrigger to create.
#job_trigger=
defjob_trigger=(value)->::Google::Cloud::Dlp::V2::JobTrigger- value (::Google::Cloud::Dlp::V2::JobTrigger) — Required. The JobTrigger to create.
- (::Google::Cloud::Dlp::V2::JobTrigger) — Required. The JobTrigger to create.
#location_id
deflocation_id()->::String- (::String) — Deprecated. This field has no effect.
#location_id=
deflocation_id=(value)->::String- value (::String) — Deprecated. This field has no effect.
- (::String) — Deprecated. This field has no effect.
#parent
defparent()->::String-
(::String) —
Required. Parent resource name.
The format of this value varies depending on whether you have specified a processing location:
- Projects scope, location specified:
projects/{project_id}/locations/{location_id} - Projects scope, no location specified (defaults to global):
projects/{project_id}
The following example
parentstring specifies a parent project with the identifierexample-project, and specifies theeurope-west3location for processing data:parent=projects/example-project/locations/europe-west3 - Projects scope, location specified:
#parent=
defparent=(value)->::String-
value (::String) —
Required. Parent resource name.
The format of this value varies depending on whether you have specified a processing location:
- Projects scope, location specified:
projects/{project_id}/locations/{location_id} - Projects scope, no location specified (defaults to global):
projects/{project_id}
The following example
parentstring specifies a parent project with the identifierexample-project, and specifies theeurope-west3location for processing data:parent=projects/example-project/locations/europe-west3 - Projects scope, location specified:
-
(::String) —
Required. Parent resource name.
The format of this value varies depending on whether you have specified a processing location:
- Projects scope, location specified:
projects/{project_id}/locations/{location_id} - Projects scope, no location specified (defaults to global):
projects/{project_id}
The following example
parentstring specifies a parent project with the identifierexample-project, and specifies theeurope-west3location for processing data:parent=projects/example-project/locations/europe-west3 - Projects scope, location specified:
#trigger_id
deftrigger_id()->::String-
(::String) — The trigger 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.
#trigger_id=
deftrigger_id=(value)->::String-
value (::String) — The trigger 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.
-
(::String) — The trigger 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.