Reference documentation and code samples for the Data Loss Prevention V2 Client class CloudStorageResourceReference.
Identifies a single Cloud Storage bucket.
Generated from protobuf message google.privacy.dlp.v2.CloudStorageResourceReference
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bucket_name |
string
Required. The bucket to scan. |
↳ project_id |
string
Required. If within a project-level config, then this must match the config's project id. |
getBucketName
Required. The bucket to scan.
Returns | |
---|---|
Type | Description |
string |
setBucketName
Required. The bucket to scan.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProjectId
Required. If within a project-level config, then this must match the config's project id.
Returns | |
---|---|
Type | Description |
string |
setProjectId
Required. If within a project-level config, then this must match the config's project id.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |