Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::Schedule (v1.12.1)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::Schedule.

Schedule for inspect job triggers.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#recurrence_period_duration

defrecurrence_period_duration()->::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — 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.

#recurrence_period_duration=

defrecurrence_period_duration=(value)->::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — 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.

Returns
  • (::Google::Protobuf::Duration) — 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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.