Class: Google::Apis::DlpV2::GooglePrivacyDlpV2beta1CloudStoragePath

Inherits:
Object
  • Object
show all
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

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



4912
4913
4914
# File 'generated/google/apis/dlp_v2/classes.rb', line 4912

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)


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