Web Security Scanner V1 API - Class Google::Cloud::WebSecurityScanner::V1::ScanConfig::Schedule (v0.10.0)

Reference documentation and code samples for the Web Security Scanner V1 API class Google::Cloud::WebSecurityScanner::V1::ScanConfig::Schedule.

Scan schedule configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#interval_duration_days

def interval_duration_days() -> ::Integer
Returns
  • (::Integer) — Required. The duration of time between executions in days.

#interval_duration_days=

def interval_duration_days=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. The duration of time between executions in days.
Returns
  • (::Integer) — Required. The duration of time between executions in days.

#schedule_time

def schedule_time() -> ::Google::Protobuf::Timestamp
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.

#schedule_time=

def schedule_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::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.
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.