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

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

Requirements that must be true before a table is scanned in discovery for the first time. There is an AND relationship between the top-level attributes. Additionally, minimum conditions with an OR relationship that must be met before Cloud DLP scans a table can be set (like a minimum row count or a minimum table age).

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#created_after

defcreated_after()->::Google::Protobuf::Timestamp
Returns

#created_after=

defcreated_after=(value)->::Google::Protobuf::Timestamp
Parameter
Returns

#or_conditions

defor_conditions()->::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions
Returns

#or_conditions=

defor_conditions=(value)->::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions
Parameter
Returns

#type_collection

deftype_collection()->::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection
Returns
  • (::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection) — Restrict discovery to categories of table types.

    Note: The following fields are mutually exclusive: type_collection, types. If a field in that set is populated, all other fields in the set will automatically be cleared.

#type_collection=

deftype_collection=(value)->::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection
Parameter
  • value (::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection) — Restrict discovery to categories of table types.

    Note: The following fields are mutually exclusive: type_collection, types. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection) — Restrict discovery to categories of table types.

    Note: The following fields are mutually exclusive: type_collection, types. If a field in that set is populated, all other fields in the set will automatically be cleared.

#types

deftypes()->::Google::Cloud::Dlp::V2::BigQueryTableTypes
Returns
  • (::Google::Cloud::Dlp::V2::BigQueryTableTypes) — Restrict discovery to specific table types.

    Note: The following fields are mutually exclusive: types, type_collection. If a field in that set is populated, all other fields in the set will automatically be cleared.

#types=

deftypes=(value)->::Google::Cloud::Dlp::V2::BigQueryTableTypes
Parameter
  • value (::Google::Cloud::Dlp::V2::BigQueryTableTypes) — Restrict discovery to specific table types.

    Note: The following fields are mutually exclusive: types, type_collection. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dlp::V2::BigQueryTableTypes) — Restrict discovery to specific table types.

    Note: The following fields are mutually exclusive: types, type_collection. If a field in that set is populated, all other fields in the set will automatically be cleared.

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.