Class: Google::Apis::DlpV2::GooglePrivacyDlpV2RelatedResource

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

Overview

A related resource. Examples: * The source BigQuery table for a Vertex AI dataset. * The source Cloud Storage bucket for a Vertex AI dataset.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2RelatedResource

Returns a new instance of GooglePrivacyDlpV2RelatedResource.



10244
10245
10246
# File 'lib/google/apis/dlp_v2/classes.rb', line 10244

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

Instance Attribute Details

#full_resourceString

The full resource name of the related resource. Corresponds to the JSON property fullResource

Returns:

  • (String)


10242
10243
10244
# File 'lib/google/apis/dlp_v2/classes.rb', line 10242

def full_resource
  @full_resource
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10249
10250
10251
# File 'lib/google/apis/dlp_v2/classes.rb', line 10249

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