Class: Google::Privacy::Dlp::V2::CloudStoragePath

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pathString

Returns A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt.

Returns:

  • (String)

    A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt



377
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 377

class CloudStoragePath; end