Class: Google::Cloud::Dlp::V2::CloudStorageDiscoveryTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::CloudStorageDiscoveryTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Target used to match against for discovery with Cloud Storage buckets.
Instance Attribute Summary collapse
-
#conditions ⇒ ::Google::Cloud::Dlp::V2::DiscoveryFileStoreConditions
Optional.
-
#disabled ⇒ ::Google::Cloud::Dlp::V2::Disabled
Optional.
-
#filter ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudStorageFilter
Required.
-
#generation_cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudStorageGenerationCadence
Optional.
Instance Attribute Details
#conditions ⇒ ::Google::Cloud::Dlp::V2::DiscoveryFileStoreConditions
Returns Optional. In addition to matching the filter, these conditions must be true before a profile is generated.
5295 5296 5297 5298 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5295 class CloudStorageDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disabled ⇒ ::Google::Cloud::Dlp::V2::Disabled
Returns Optional. Disable profiling for buckets that match this filter.
Note: The following fields are mutually exclusive: disabled
, generation_cadence
. If a field in that set is populated, all other fields in the set will automatically be cleared.
5295 5296 5297 5298 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5295 class CloudStorageDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudStorageFilter
Returns Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.
5295 5296 5297 5298 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5295 class CloudStorageDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generation_cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudStorageGenerationCadence
Returns Optional. How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
Note: The following fields are mutually exclusive: generation_cadence
, disabled
. If a field in that set is populated, all other fields in the set will automatically be cleared.
5295 5296 5297 5298 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5295 class CloudStorageDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |