Class: Google::Cloud::Dlp::V2::DatabaseResourceRegex
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DatabaseResourceRegex
- 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 database resources. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
Instance Attribute Summary collapse
-
#database_regex ⇒ ::String
Regex to test the database name against.
-
#database_resource_name_regex ⇒ ::String
Regex to test the database resource's name against.
-
#instance_regex ⇒ ::String
Regex to test the instance name against.
-
#project_id_regex ⇒ ::String
For organizations, if unset, will match all projects.
Instance Attribute Details
#database_regex ⇒ ::String
Returns Regex to test the database name against. If empty, all databases match.
4701 4702 4703 4704 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4701 class DatabaseResourceRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_resource_name_regex ⇒ ::String
Returns Regex to test the database resource's name against. An example of a database resource name is a table's name. Other database resource names like view names could be included in the future. If empty, all database resources match.
4701 4702 4703 4704 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4701 class DatabaseResourceRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_regex ⇒ ::String
Returns Regex to test the instance name against. If empty, all instances match.
4701 4702 4703 4704 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4701 class DatabaseResourceRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id_regex ⇒ ::String
Returns For organizations, if unset, will match all projects. Has no effect for configurations created within a project.
4701 4702 4703 4704 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4701 class DatabaseResourceRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |