Class: Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Schedule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1beta/scan_config.rb

Overview

Scan schedule configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#interval_duration_days::Integer

Returns Required. The duration of time between executions in days.

Returns:

  • (::Integer)

    Required. The duration of time between executions in days.



125
126
127
128
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/scan_config.rb', line 125

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

#schedule_time::Google::Protobuf::Timestamp

Returns A timestamp indicates when the next run will be scheduled. The value is refreshed by the server after each run. If unspecified, it will default to current server time, which means the scan will be scheduled to start immediately.

Returns:

  • (::Google::Protobuf::Timestamp)

    A timestamp indicates when the next run will be scheduled. The value is refreshed by the server after each run. If unspecified, it will default to current server time, which means the scan will be scheduled to start immediately.



125
126
127
128
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/scan_config.rb', line 125

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