Class: Google::Privacy::Dlp::V2beta1::CloudStorageOptions
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::CloudStorageOptions
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb
Overview
Options defining a file or a set of files (path ending with *) within a Google Cloud Storage bucket.
Defined Under Namespace
Classes: FileSet
Instance Attribute Summary collapse
Instance Attribute Details
#file_set ⇒ Google::Privacy::Dlp::V2beta1::CloudStorageOptions::FileSet
125 126 127 128 129 130 131 132 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 125 class CloudStorageOptions # Set of files to scan. # @!attribute [rw] url # @return [String] # The url, in the format +gs://<bucket>/<path>+. Trailing wildcard in the # path is allowed. class FileSet; end end |