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.

Note: The following fields are mutually exclusive: manual, schedule. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::Manual)

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

    Note: The following fields are mutually exclusive: manual, schedule. If a field in that set is populated, all other fields in the set will automatically be cleared.



3516
3517
3518
3519
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3516

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.

Note: The following fields are mutually exclusive: schedule, manual. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::Schedule)

    Create a job on a repeating basis based on the elapse of time.

    Note: The following fields are mutually exclusive: schedule, manual. If a field in that set is populated, all other fields in the set will automatically be cleared.



3516
3517
3518
3519
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3516

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