FileStoreCollection(mapping=None, *, ignore_unknown_fields=False, **kwargs)Match file stores (e.g. buckets) using filters.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
include_regexes |
google.cloud.dlp_v2.types.FileStoreRegexes
Optional. A collection of regular expressions to match a file store against. This field is a member of oneof_ pattern.
|
include_tags |
google.cloud.dlp_v2.types.TagFilters
Optional. To be included in the collection, a resource must meet all of the following requirements: - If tag filters are provided, match all provided tag filters. - If one or more patterns are specified, match at least one pattern. For a resource to match the tag filters, the resource must have all of the provided tags attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. For more information, see `Manage schedules |