Class: Google::Privacy::Dlp::V2beta1::CloudStorageKey

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb

Overview

Record key for a finding in a Cloud Storage file.

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathString

Returns Path to the file.

Returns:

  • (String)

    Path to the file.



169
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 169

class CloudStorageKey; end

#start_offsetInteger

Returns Byte offset of the referenced data in the file.

Returns:

  • (Integer)

    Byte offset of the referenced data in the file.



169
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 169

class CloudStorageKey; end