Class: Google::Cloud::Dlp::V2::StorageConfig::TimespanConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/storage.rb

Overview

Configuration of the timespan of the items to include in scanning. Currently only supported when inspecting Cloud Storage and BigQuery.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_auto_population_of_timespan_config::Boolean



666
667
668
669
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 666

class TimespanConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_time::Google::Protobuf::Timestamp



666
667
668
669
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 666

class TimespanConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp



666
667
668
669
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 666

class TimespanConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#timestamp_field::Google::Cloud::Dlp::V2::FieldId



666
667
668
669
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 666

class TimespanConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end