Class: Google::Cloud::Dlp::V2::OtherCloudResourceCollection
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::OtherCloudResourceCollection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Match resources using regex filters.
Instance Attribute Summary collapse
-
#include_regexes ⇒ ::Google::Cloud::Dlp::V2::OtherCloudResourceRegexes
A collection of regular expressions to match a resource against.
Instance Attribute Details
#include_regexes ⇒ ::Google::Cloud::Dlp::V2::OtherCloudResourceRegexes
Returns A collection of regular expressions to match a resource against.
5113 5114 5115 5116 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5113 class OtherCloudResourceCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |