Reference documentation and code samples for the Data Loss Prevention V2 Client class DataSourceType.
Message used to identify the type of resource being profiled.
Generated from protobuf message google.privacy.dlp.v2.DataSourceType
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_source |
string
A string that identifies the type of resource being profiled. Current values: * * google/bigquery/table * * google/project * * google/sql/table * * google/gcs/bucket |
getDataSource
A string that identifies the type of resource being profiled.
Current values:
- google/bigquery/table
- google/project
- google/sql/table
- google/gcs/bucket
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataSource
A string that identifies the type of resource being profiled.
Current values:
- google/bigquery/table
- google/project
- google/sql/table
- google/gcs/bucket
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|