Class: Google::Cloud::Dlp::V2::CloudStoragePath
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::CloudStoragePath
- 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
-
#path ⇒ ::String
A URL representing a file or path (no wildcards) in Cloud Storage.
Instance Attribute Details
#path ⇒ ::String
Returns A URL representing a file or path (no wildcards) in Cloud Storage.
Example: gs://[BUCKET_NAME]/dictionary.txt
.
513 514 515 516 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 513 class CloudStoragePath include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |