Reference documentation and code samples for the Data Loss Prevention V2 Client class DataProfileFindingLocation.
Location of a data profile finding within a resource.
Generated from protobuf message google.privacy.dlp.v2.DataProfileFindingLocation
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ container_name |
string
Name of the container where the finding is located. The top-level name is the source file name or table name. Names of some common storage containers are formatted as follows: * * BigQuery tables: |
↳ data_profile_finding_record_location |
DataProfileFindingRecordLocation
Location of a finding within a resource that produces a table data profile. |
getContainerName
Name of the container where the finding is located.
The top-level name is the source file name or table name. Names of some common storage containers are formatted as follows:
- BigQuery tables:
{project_id}:{dataset_id}.{table_id}
- Cloud Storage files:
gs://{bucket}/{path}
Returns | |
---|---|
Type | Description |
string |
setContainerName
Name of the container where the finding is located.
The top-level name is the source file name or table name. Names of some common storage containers are formatted as follows:
- BigQuery tables:
{project_id}:{dataset_id}.{table_id}
- Cloud Storage files:
gs://{bucket}/{path}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDataProfileFindingRecordLocation
Location of a finding within a resource that produces a table data profile.
Returns | |
---|---|
Type | Description |
DataProfileFindingRecordLocation|null |
hasDataProfileFindingRecordLocation
setDataProfileFindingRecordLocation
Location of a finding within a resource that produces a table data profile.
Parameter | |
---|---|
Name | Description |
var |
DataProfileFindingRecordLocation
|
Returns | |
---|---|
Type | Description |
$this |
getLocationExtraDetails
Returns | |
---|---|
Type | Description |
string |