Class: Google::Cloud::Dlp::V2::CloudStorageFileSet

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 set of files in Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#url::String

Returns The url, in the format gs://<bucket>/<path>. Trailing wildcard in the path is allowed.

Returns:

  • (::String)

    The url, in the format gs://<bucket>/<path>. Trailing wildcard in the path is allowed.



500
501
502
503
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 500

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