Class: Google::Apis::DlpV2::GooglePrivacyDlpV2RelatedResource
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2RelatedResource
- 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
-
#full_resource ⇒ String
The full resource name of the related resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2RelatedResource
constructor
A new instance of GooglePrivacyDlpV2RelatedResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2RelatedResource
Returns a new instance of GooglePrivacyDlpV2RelatedResource.
9587 9588 9589 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 9587 def initialize(**args) update!(**args) end |
Instance Attribute Details
#full_resource ⇒ String
The full resource name of the related resource.
Corresponds to the JSON property fullResource
9585 9586 9587 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 9585 def full_resource @full_resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9592 9593 9594 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 9592 def update!(**args) @full_resource = args[:full_resource] if args.key?(:full_resource) end |