Class: Google::Cloud::Dlp::V2::DiscoveryFileStoreConditions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryFileStoreConditions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Requirements that must be true before a file store is scanned in discovery for the first time. There is an AND relationship between the top-level attributes.
Instance Attribute Summary collapse
-
#cloud_storage_conditions ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions
Optional.
-
#created_after ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#min_age ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#cloud_storage_conditions ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions
Returns Optional. Cloud Storage conditions.
5054 5055 5056 5057 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5054 class DiscoveryFileStoreConditions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#created_after ⇒ ::Google::Protobuf::Timestamp
Returns Optional. File store must have been created after this date. Used to avoid backfilling.
5054 5055 5056 5057 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5054 class DiscoveryFileStoreConditions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_age ⇒ ::Google::Protobuf::Duration
Returns Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.
5054 5055 5056 5057 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5054 class DiscoveryFileStoreConditions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |