Class: Google::Cloud::Dlp::V2::StorageConfig::TimespanConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::StorageConfig::TimespanConfig
- 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
-
#enable_auto_population_of_timespan_config ⇒ ::Boolean
When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
Exclude files, tables, or rows newer than this value.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Exclude files, tables, or rows older than this value.
-
#timestamp_field ⇒ ::Google::Cloud::Dlp::V2::FieldId
Specification of the field containing the timestamp of scanned items.
Instance Attribute Details
#enable_auto_population_of_timespan_config ⇒ ::Boolean
691 692 693 694 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 691 class TimespanConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
691 692 693 694 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 691 class TimespanConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
691 692 693 694 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 691 class TimespanConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp_field ⇒ ::Google::Cloud::Dlp::V2::FieldId
691 692 693 694 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 691 class TimespanConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |