Class: Google::Cloud::Dlp::V2::Schedule
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::Schedule
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Schedule for inspect job triggers.
Instance Attribute Summary collapse
- 
  
    
      #recurrence_period_duration  ⇒ ::Google::Protobuf::Duration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
With this option a job is started on a regular periodic basis.
 
Instance Attribute Details
#recurrence_period_duration ⇒ ::Google::Protobuf::Duration
Returns With this option a job is started on a regular periodic basis. For example: every day (86400 seconds).
A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs.
This value must be set to a time duration greater than or equal to 1 day and can be no longer than 60 days.
      3175 3176 3177 3178  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3175 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |