Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions (v1.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
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- (::Google::Protobuf::Timestamp) — BigQuery table must have been created after this date. Used to avoid backfilling.
#created_after=
defcreated_after=(value)->::Google::Protobuf::Timestamp- value (::Google::Protobuf::Timestamp) — BigQuery table must have been created after this date. Used to avoid backfilling.
- (::Google::Protobuf::Timestamp) — BigQuery table must have been created after this date. Used to avoid backfilling.
#or_conditions
defor_conditions()->::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions- (::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions) — At least one of the conditions must be true for a table to be scanned.
#or_conditions=
defor_conditions=(value)->::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions- value (::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions) — At least one of the conditions must be true for a table to be scanned.
- (::Google::Cloud::Dlp::V2::DiscoveryBigQueryConditions::OrConditions) — At least one of the conditions must be true for a table to be scanned.
#type_collection
deftype_collection()->::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection-
(::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-
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.
-
(::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-
(::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-
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.
-
(::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.