Class: Google::Cloud::Dlp::V2::DiscoveryFileStoreConditions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cloud_storage_conditions::Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions

Returns Optional. Cloud Storage conditions.

Returns:



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.

Returns:



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.

Returns:



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