class Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStoragePath
Message representing a single file or path in Cloud Storage.
Attributes
path[RW]
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs: //[BUCKET_NAME]/dictionary.txt Corresponds to the JSON property `path` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 773 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dlp_v2/classes.rb, line 778 def update!(**args) @path = args[:path] if args.key?(:path) end