Class: Google::Cloud::Dlp::V2::FileStoreCollection
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::FileStoreCollection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Match file stores (e.g. buckets) using filters.
Instance Attribute Summary collapse
-
#include_regexes ⇒ ::Google::Cloud::Dlp::V2::FileStoreRegexes
Optional.
-
#include_tags ⇒ ::Google::Cloud::Dlp::V2::TagFilters
Optional.
Instance Attribute Details
#include_regexes ⇒ ::Google::Cloud::Dlp::V2::FileStoreRegexes
Returns Optional. A collection of regular expressions to match a file store against.
5444 5445 5446 5447 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5444 class FileStoreCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_tags ⇒ ::Google::Cloud::Dlp::V2::TagFilters
Returns 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.
5444 5445 5446 5447 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5444 class FileStoreCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |