Class: Google::Privacy::Dlp::V2::CreateJobTriggerRequest

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

Overview

Request message for CreateJobTrigger.

Instance Attribute Summary collapse

Instance Attribute Details

#job_triggerGoogle::Privacy::Dlp::V2::JobTrigger

Returns Required. The JobTrigger to create.

Returns:



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

class CreateJobTriggerRequest; end

#location_idString

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

Returns:

  • (String)

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



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

class CreateJobTriggerRequest; 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.



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

class CreateJobTriggerRequest; end

#trigger_idString

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

Returns:

  • (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.



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

class CreateJobTriggerRequest; end