Class: Google::Cloud::Dlp::V2::JobTrigger::Trigger
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::JobTrigger::Trigger
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
What event needs to occur for a new job to be started.
Instance Attribute Summary collapse
-
#manual ⇒ ::Google::Cloud::Dlp::V2::Manual
For use with hybrid jobs.
-
#schedule ⇒ ::Google::Cloud::Dlp::V2::Schedule
Create a job on a repeating basis based on the elapse of time.
Instance Attribute Details
#manual ⇒ ::Google::Cloud::Dlp::V2::Manual
Returns For use with hybrid jobs. Jobs must be manually created and finished.
3331 3332 3333 3334 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3331 class Trigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schedule ⇒ ::Google::Cloud::Dlp::V2::Schedule
Returns Create a job on a repeating basis based on the elapse of time.
3331 3332 3333 3334 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3331 class Trigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |