Reference documentation and code samples for the Data Loss Prevention V2 Client class CloudStorageFileSet.
Message representing a set of files in Cloud Storage.
Generated from protobuf message google.privacy.dlp.v2.CloudStorageFileSet
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ url | stringThe url, in the format  | 
getUrl
The url, in the format gs://<bucket>/<path>. Trailing wildcard in the
path is allowed.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setUrl
The url, in the format gs://<bucket>/<path>. Trailing wildcard in the
path is allowed.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |