Class: Google::Cloud::WebSecurityScanner::V1::ScanConfig::Schedule
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1::ScanConfig::Schedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb
Overview
Scan schedule configuration.
Instance Attribute Summary collapse
-
#interval_duration_days ⇒ ::Integer
Required.
-
#schedule_time ⇒ ::Google::Protobuf::Timestamp
A timestamp indicates when the next run will be scheduled.
Instance Attribute Details
#interval_duration_days ⇒ ::Integer
Returns Required. The duration of time between executions in days.
161 162 163 164 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb', line 161 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.
161 162 163 164 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb', line 161 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |