StorageConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Shared message indicating Cloud storage type.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
datastore_options |
google.cloud.dlp_v2.types.DatastoreOptions
Google Cloud Datastore options. This field is a member of oneof _ type .
|
cloud_storage_options |
google.cloud.dlp_v2.types.CloudStorageOptions
Cloud Storage options. This field is a member of oneof _ type .
|
big_query_options |
google.cloud.dlp_v2.types.BigQueryOptions
BigQuery options. This field is a member of oneof _ type .
|
hybrid_options |
google.cloud.dlp_v2.types.HybridOptions
Hybrid inspection options. This field is a member of oneof _ type .
|
timespan_config |
google.cloud.dlp_v2.types.StorageConfig.TimespanConfig
Configuration of the timespan of the items to include in scanning. |
Classes
TimespanConfig
TimespanConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration of the timespan of the items to include in scanning. Currently only supported when inspecting Cloud Storage and BigQuery.