Class: Google::Privacy::Dlp::V2beta1::CloudStorageKey
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::CloudStorageKey
- 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
-
#file_path ⇒ String
Path to the file.
-
#start_offset ⇒ Integer
Byte offset of the referenced data in the file.
Instance Attribute Details
#file_path ⇒ String
Returns Path to the file.
169 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 169 class CloudStorageKey; end |
#start_offset ⇒ Integer
Returns 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 |