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
def created_after() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — BigQuery table must have been created after this date. Used to avoid backfilling.
#created_after=
def created_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
def or_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=
def or_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
def type_collection() -> ::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection
- (::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection) — Restrict discovery to categories of table types.
#type_collection=
def type_collection=(value) -> ::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection
- value (::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection) — Restrict discovery to categories of table types.
- (::Google::Cloud::Dlp::V2::BigQueryTableTypeCollection) — Restrict discovery to categories of table types.
#types
def types() -> ::Google::Cloud::Dlp::V2::BigQueryTableTypes
- (::Google::Cloud::Dlp::V2::BigQueryTableTypes) — Restrict discovery to specific table types.
#types=
def types=(value) -> ::Google::Cloud::Dlp::V2::BigQueryTableTypes
- value (::Google::Cloud::Dlp::V2::BigQueryTableTypes) — Restrict discovery to specific table types.
- (::Google::Cloud::Dlp::V2::BigQueryTableTypes) — Restrict discovery to specific table types.