public sealed class Schedule : IMessage<Schedule>, IEquatable<Schedule>, IDeepCloneable<Schedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Schedule.
Schedule for inspect job triggers.
Implements
IMessage<Schedule>, IEquatable<Schedule>, IDeepCloneable<Schedule>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Schedule()
public Schedule()
Schedule(Schedule)
public Schedule(Schedule other)
Parameter | |
---|---|
Name | Description |
other | Schedule |
Properties
OptionCase
public Schedule.OptionOneofCase OptionCase { get; }
Property Value | |
---|---|
Type | Description |
Schedule.OptionOneofCase |
RecurrencePeriodDuration
public Duration RecurrencePeriodDuration { get; set; }
With this option a job is started on a regular periodic basis. For example: every day (86400 seconds).
A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs.
This value must be set to a time duration greater than or equal to 1 day and can be no longer than 60 days.
Property Value | |
---|---|
Type | Description |
Duration |