Class: Google::Apis::DlpV2::GooglePrivacyDlpV2beta1CloudStoragePath
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2beta1CloudStoragePath
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
A location in Cloud Storage.
Instance Attribute Summary collapse
-
#path ⇒ String
The url, in the format of
gs://bucket/<path>
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1CloudStoragePath
constructor
A new instance of GooglePrivacyDlpV2beta1CloudStoragePath.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1CloudStoragePath
Returns a new instance of GooglePrivacyDlpV2beta1CloudStoragePath
4912 4913 4914 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4912 def initialize(**args) update!(**args) end |
Instance Attribute Details
#path ⇒ String
The url, in the format of gs://bucket/<path>
.
Corresponds to the JSON property path
4910 4911 4912 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4910 def path @path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4917 4918 4919 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4917 def update!(**args) @path = args[:path] if args.key?(:path) end |