Class: Google::Privacy::Dlp::V2::JobTrigger
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::JobTrigger
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Contains a configuration to make dlp api calls on a repeating basis.
Defined Under Namespace
Modules: Status Classes: Trigger
Instance Attribute Summary collapse
-
#create_time ⇒ Google::Protobuf::Timestamp
The creation timestamp of a triggeredJob, output only field.
-
#description ⇒ String
User provided description (max 256 chars).
-
#display_name ⇒ String
Display name (max 100 chars).
-
#errors ⇒ Array<Google::Privacy::Dlp::V2::Error>
A stream of errors encountered when the trigger was activated.
- #inspect_job ⇒ Google::Privacy::Dlp::V2::InspectJobConfig
-
#last_run_time ⇒ Google::Protobuf::Timestamp
The timestamp of the last time this trigger executed, output only field.
-
#name ⇒ String
Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is created, for example +projects/dlp-test-project/triggeredJobs/53234423+.
-
#status ⇒ Google::Privacy::Dlp::V2::JobTrigger::Status
A status for this trigger.
-
#triggers ⇒ Array<Google::Privacy::Dlp::V2::JobTrigger::Trigger>
A list of triggers which will be OR'ed together.
-
#update_time ⇒ Google::Protobuf::Timestamp
The last update timestamp of a triggeredJob, output only field.
Instance Attribute Details
#create_time ⇒ Google::Protobuf::Timestamp
Returns The creation timestamp of a triggeredJob, output only field.
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |
#description ⇒ String
Returns User provided description (max 256 chars)
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |
#display_name ⇒ String
Returns Display name (max 100 chars)
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |
#errors ⇒ Array<Google::Privacy::Dlp::V2::Error>
Returns A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automaticaly being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared. Output only field.
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |
#inspect_job ⇒ Google::Privacy::Dlp::V2::InspectJobConfig
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |
#last_run_time ⇒ Google::Protobuf::Timestamp
Returns The timestamp of the last time this trigger executed, output only field.
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |
#name ⇒ String
Returns Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is created, for example +projects/dlp-test-project/triggeredJobs/53234423+.
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |
#status ⇒ Google::Privacy::Dlp::V2::JobTrigger::Status
Returns A status for this trigger. [required]
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |
#triggers ⇒ Array<Google::Privacy::Dlp::V2::JobTrigger::Trigger>
Returns A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |
#update_time ⇒ Google::Protobuf::Timestamp
Returns The last update timestamp of a triggeredJob, output only field.
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1598 class JobTrigger # What event needs to occur for a new job to be started. # @!attribute [rw] schedule # @return [Google::Privacy::Dlp::V2::Schedule] # Create a job on a repeating basis based on the elapse of time. class Trigger; end # Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs # will be created with this configuration. The service may automatically # pause triggers experiencing frequent errors. To restart a job, set the # status to HEALTHY after correcting user errors. module Status STATUS_UNSPECIFIED = 0 # Trigger is healthy. HEALTHY = 1 # Trigger is temporarily paused. PAUSED = 2 # Trigger is cancelled and can not be resumed. CANCELLED = 3 end end |