Class: Google::Cloud::Dlp::V2::VertexDatasetRegex
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::VertexDatasetRegex
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A pattern to match against one or more dataset resources.
Instance Attribute Summary collapse
-
#project_id_regex ⇒ ::String
For organizations, if unset, will match all projects.
Instance Attribute Details
#project_id_regex ⇒ ::String
Returns For organizations, if unset, will match all projects. Has no effect for configurations created within a project.
5860 5861 5862 5863 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5860 class VertexDatasetRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |