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.



9476
9477
9478
# File 'lib/google/apis/dlp_v2/classes.rb', line 9476

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)


9474
9475
9476
# File 'lib/google/apis/dlp_v2/classes.rb', line 9474

def full_resource
  @full_resource
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9481
9482
9483
# File 'lib/google/apis/dlp_v2/classes.rb', line 9481

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