Class: Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Schedule
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1beta::ScanConfig::Schedule
- 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
-
#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.
129 130 131 132 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/scan_config.rb', line 129 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.
129 130 131 132 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/scan_config.rb', line 129 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |