Google Cloud Data Loss Prevention v2 API - Class Schedule (4.8.0)

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.

Inheritance

object > Schedule

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Schedule()

public Schedule()

Schedule(Schedule)

public Schedule(Schedule other)
Parameter
NameDescription
otherSchedule

Properties

OptionCase

public Schedule.OptionOneofCase OptionCase { get; }
Property Value
TypeDescription
ScheduleOptionOneofCase

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
TypeDescription
Duration