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.
4858 4859 4860 4861 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4858 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.
4858 4859 4860 4861 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4858 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.
4858 4859 4860 4861 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4858 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.
4858 4859 4860 4861 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4858 class CloudStorageDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |