Class: Google::Privacy::Dlp::V2::CloudStorageOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/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

#bytes_limit_per_fileInteger

Returns Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted.

Returns:

  • (Integer)

    Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted.



199
200
201
202
203
204
205
206
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 199

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

#file_setGoogle::Privacy::Dlp::V2::CloudStorageOptions::FileSet



199
200
201
202
203
204
205
206
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 199

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