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.



9228
9229
9230
# File 'lib/google/apis/dlp_v2/classes.rb', line 9228

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)


9226
9227
9228
# File 'lib/google/apis/dlp_v2/classes.rb', line 9226

def full_resource
  @full_resource
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9233
9234
9235
# File 'lib/google/apis/dlp_v2/classes.rb', line 9233

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