Class: Google::Cloud::Dlp::V2::BigQueryRegex

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 tables, datasets, or projects that contain BigQuery tables. 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

#dataset_id_regex::String

Returns If unset, this property matches all datasets.

Returns:

  • (::String)

    If unset, this property matches all datasets.



4136
4137
4138
4139
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4136

class BigQueryRegex
  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 data profile configurations created within a project.

Returns:

  • (::String)

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



4136
4137
4138
4139
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4136

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

#table_id_regex::String

Returns If unset, this property matches all tables.

Returns:

  • (::String)

    If unset, this property matches all tables.



4136
4137
4138
4139
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4136

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