Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1CloudStoragePath
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1CloudStoragePath
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/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
238 239 240 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 238 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
236 237 238 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 236 def path @path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
243 244 245 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 243 def update!(**args) @path = args[:path] if args.key?(:path) end |