Class: Google::Cloud::Dlp::V2::CloudStoragePath

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/storage.rb

Overview

Message representing a single file or path in Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

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



510
511
512
513
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 510

class CloudStoragePath
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end