Class: Google::Cloud::Dlp::V2::RelatedResource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.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 Attribute Details

#full_resource::String

Returns The full resource name of the related resource.

Returns:

  • (::String)

    The full resource name of the related resource.



7466
7467
7468
7469
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7466

class RelatedResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end