public sealed class Schedule : IMessage<ScanConfig.Types.Schedule>, IEquatable<ScanConfig.Types.Schedule>, IDeepCloneable<ScanConfig.Types.Schedule>, IBufferMessage, IMessage
Scan schedule configuration.
Inheritance
System.Object > ScanConfig.Types.ScheduleImplements
Google.Protobuf.IMessage<ScanConfig.Types.Schedule>, System.IEquatable<ScanConfig.Types.Schedule>, Google.Protobuf.IDeepCloneable<ScanConfig.Types.Schedule>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
Schedule()
public Schedule()
Schedule(ScanConfig.Types.Schedule)
public Schedule(ScanConfig.Types.Schedule other)
Parameter | |
---|---|
Name | Description |
other | ScanConfig.Types.Schedule |
Properties
IntervalDurationDays
public int IntervalDurationDays { get; set; }
Required. The duration of time between executions in days.
Property Value | |
---|---|
Type | Description |
System.Int32 |
ScheduleTime
public Timestamp ScheduleTime { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.Timestamp |