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.



9755
9756
9757
# File 'lib/google/apis/dlp_v2/classes.rb', line 9755

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)


9753
9754
9755
# File 'lib/google/apis/dlp_v2/classes.rb', line 9753

def full_resource
  @full_resource
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9760
9761
9762
# File 'lib/google/apis/dlp_v2/classes.rb', line 9760

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