Class: Google::Privacy::Dlp::V2::CloudStoragePath
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::CloudStoragePath
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb
Overview
Message representing a single file or path in Cloud Storage.
Instance Attribute Summary collapse
-
#path ⇒ String
A url representing a file or path (no wildcards) in Cloud Storage.
Instance Attribute Details
#path ⇒ String
Returns A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
281 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 281 class CloudStoragePath; end |