Class: Google::Cloud::Dlp::V2::DatabaseResourceRegex

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#database_regex::String

Returns Regex to test the database name against. If empty, all databases match.

Returns:

  • (::String)

    Regex to test the database name against. If empty, all databases match.



4544
4545
4546
4547
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4544

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.

Returns:

  • (::String)

    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.



4544
4545
4546
4547
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4544

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.

Returns:

  • (::String)

    Regex to test the instance name against. If empty, all instances match.



4544
4545
4546
4547
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4544

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.

Returns:

  • (::String)

    For organizations, if unset, will match all projects. Has no effect for configurations created within a project.



4544
4545
4546
4547
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4544

class DatabaseResourceRegex
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end