Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::BigQueryRegex.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset_id_regex
def dataset_id_regex() -> ::String
Returns
- (::String) — If unset, this property matches all datasets.
#dataset_id_regex=
def dataset_id_regex=(value) -> ::String
Parameter
- value (::String) — If unset, this property matches all datasets.
Returns
- (::String) — If unset, this property matches all datasets.
#project_id_regex
def project_id_regex() -> ::String
Returns
- (::String) — For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
#project_id_regex=
def project_id_regex=(value) -> ::String
Parameter
- value (::String) — 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.
#table_id_regex
def table_id_regex() -> ::String
Returns
- (::String) — If unset, this property matches all tables.
#table_id_regex=
def table_id_regex=(value) -> ::String
Parameter
- value (::String) — If unset, this property matches all tables.
Returns
- (::String) — If unset, this property matches all tables.