Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1CloudStoragePath

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dlp_v2beta1/classes.rb,
generated/google/apis/dlp_v2beta1/representations.rb,
generated/google/apis/dlp_v2beta1/representations.rb

Overview

A location in Cloud Storage.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2beta1CloudStoragePath

Returns a new instance of GooglePrivacyDlpV2beta1CloudStoragePath



541
542
543
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 541

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#pathString

The url, in the format of gs://bucket/<path>. Corresponds to the JSON property path

Returns:

  • (String)


539
540
541
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 539

def path
  @path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



546
547
548
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 546

def update!(**args)
  @path = args[:path] if args.key?(:path)
end