Class: Google::Cloud::Dlp::V2::RelatedResource
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::RelatedResource
- 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
-
#full_resource ⇒ ::String
The full resource name of the related resource.
Instance Attribute Details
#full_resource ⇒ ::String
Returns The full resource name of the related resource.
7506 7507 7508 7509 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7506 class RelatedResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |