Class: Google::Privacy::Dlp::V2::StorageConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::StorageConfig
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb
Overview
Shared message indicating Cloud storage type.
Defined Under Namespace
Classes: TimespanConfig
Instance Attribute Summary collapse
-
#big_query_options ⇒ Google::Privacy::Dlp::V2::BigQueryOptions
BigQuery options specification.
-
#cloud_storage_options ⇒ Google::Privacy::Dlp::V2::CloudStorageOptions
Google Cloud Storage options specification.
-
#datastore_options ⇒ Google::Privacy::Dlp::V2::DatastoreOptions
Google Cloud Datastore options specification.
- #timespan_config ⇒ Google::Privacy::Dlp::V2::StorageConfig::TimespanConfig
Instance Attribute Details
#big_query_options ⇒ Google::Privacy::Dlp::V2::BigQueryOptions
Returns BigQuery options specification.
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 333 class StorageConfig # Configuration of the timespan of the items to include in scanning. # Currently only supported when inspecting Google Cloud Storage and BigQuery. # @!attribute [rw] start_time # @return [Google::Protobuf::Timestamp] # Exclude files or rows older than this value. # @!attribute [rw] end_time # @return [Google::Protobuf::Timestamp] # Exclude files or rows newer than this value. # If set to zero, no upper time limit is applied. # @!attribute [rw] timestamp_field # @return [Google::Privacy::Dlp::V2::FieldId] # Specification of the field containing the timestamp of scanned items. # Used for data sources like Datastore or BigQuery. # If not specified for BigQuery, table last modification timestamp # is checked against given time span. # The valid data types of the timestamp field are: # for BigQuery - timestamp, date, datetime; # for Datastore - timestamp. # Datastore entity will be scanned if the timestamp property does not exist # or its value is empty or invalid. # @!attribute [rw] enable_auto_population_of_timespan_config # @return [true, false] # 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. This will be based on the # time of the execution of the last run of the JobTrigger. class TimespanConfig; end end |
#cloud_storage_options ⇒ Google::Privacy::Dlp::V2::CloudStorageOptions
Returns Google Cloud Storage options specification.
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 333 class StorageConfig # Configuration of the timespan of the items to include in scanning. # Currently only supported when inspecting Google Cloud Storage and BigQuery. # @!attribute [rw] start_time # @return [Google::Protobuf::Timestamp] # Exclude files or rows older than this value. # @!attribute [rw] end_time # @return [Google::Protobuf::Timestamp] # Exclude files or rows newer than this value. # If set to zero, no upper time limit is applied. # @!attribute [rw] timestamp_field # @return [Google::Privacy::Dlp::V2::FieldId] # Specification of the field containing the timestamp of scanned items. # Used for data sources like Datastore or BigQuery. # If not specified for BigQuery, table last modification timestamp # is checked against given time span. # The valid data types of the timestamp field are: # for BigQuery - timestamp, date, datetime; # for Datastore - timestamp. # Datastore entity will be scanned if the timestamp property does not exist # or its value is empty or invalid. # @!attribute [rw] enable_auto_population_of_timespan_config # @return [true, false] # 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. This will be based on the # time of the execution of the last run of the JobTrigger. class TimespanConfig; end end |
#datastore_options ⇒ Google::Privacy::Dlp::V2::DatastoreOptions
Returns Google Cloud Datastore options specification.
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 333 class StorageConfig # Configuration of the timespan of the items to include in scanning. # Currently only supported when inspecting Google Cloud Storage and BigQuery. # @!attribute [rw] start_time # @return [Google::Protobuf::Timestamp] # Exclude files or rows older than this value. # @!attribute [rw] end_time # @return [Google::Protobuf::Timestamp] # Exclude files or rows newer than this value. # If set to zero, no upper time limit is applied. # @!attribute [rw] timestamp_field # @return [Google::Privacy::Dlp::V2::FieldId] # Specification of the field containing the timestamp of scanned items. # Used for data sources like Datastore or BigQuery. # If not specified for BigQuery, table last modification timestamp # is checked against given time span. # The valid data types of the timestamp field are: # for BigQuery - timestamp, date, datetime; # for Datastore - timestamp. # Datastore entity will be scanned if the timestamp property does not exist # or its value is empty or invalid. # @!attribute [rw] enable_auto_population_of_timespan_config # @return [true, false] # 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. This will be based on the # time of the execution of the last run of the JobTrigger. class TimespanConfig; end end |
#timespan_config ⇒ Google::Privacy::Dlp::V2::StorageConfig::TimespanConfig
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 333 class StorageConfig # Configuration of the timespan of the items to include in scanning. # Currently only supported when inspecting Google Cloud Storage and BigQuery. # @!attribute [rw] start_time # @return [Google::Protobuf::Timestamp] # Exclude files or rows older than this value. # @!attribute [rw] end_time # @return [Google::Protobuf::Timestamp] # Exclude files or rows newer than this value. # If set to zero, no upper time limit is applied. # @!attribute [rw] timestamp_field # @return [Google::Privacy::Dlp::V2::FieldId] # Specification of the field containing the timestamp of scanned items. # Used for data sources like Datastore or BigQuery. # If not specified for BigQuery, table last modification timestamp # is checked against given time span. # The valid data types of the timestamp field are: # for BigQuery - timestamp, date, datetime; # for Datastore - timestamp. # Datastore entity will be scanned if the timestamp property does not exist # or its value is empty or invalid. # @!attribute [rw] enable_auto_population_of_timespan_config # @return [true, false] # 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. This will be based on the # time of the execution of the last run of the JobTrigger. class TimespanConfig; end end |