Class: Google::Cloud::Dlp::V2::CloudStorageFileSet
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::CloudStorageFileSet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/storage.rb
Overview
Message representing a set of files in Cloud Storage.
Instance Attribute Summary collapse
-
#url ⇒ ::String
The url, in the format
gs://<bucket>/<path>
.
Instance Attribute Details
#url ⇒ ::String
Returns The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
503 504 505 506 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 503 class CloudStorageFileSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |