Class: Google::Cloud::Dlp::V2::JobTrigger::Trigger

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#manual::Google::Cloud::Dlp::V2::Manual

Returns For use with hybrid jobs. Jobs must be manually created and finished.

Returns:



3127
3128
3129
3130
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3127

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.

Returns:



3127
3128
3129
3130
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3127

class Trigger
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end