Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DiscoveryFileStoreConditions.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cloud_storage_conditions
def cloud_storage_conditions() -> ::Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions) — Optional. Cloud Storage conditions.
#cloud_storage_conditions=
def cloud_storage_conditions=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions
Parameter
- value (::Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions) — Optional. Cloud Storage conditions.
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions) — Optional. Cloud Storage conditions.
#created_after
def created_after() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. File store must have been created after this date. Used to avoid backfilling.
#created_after=
def created_after=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. File store must have been created after this date. Used to avoid backfilling.
Returns
- (::Google::Protobuf::Timestamp) — Optional. File store must have been created after this date. Used to avoid backfilling.
#min_age
def min_age() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.
#min_age=
def min_age=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.
Returns
- (::Google::Protobuf::Duration) — Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.