public sealed class RelatedResource : IMessage<RelatedResource>, IEquatable<RelatedResource>, IDeepCloneable<RelatedResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RelatedResource.
A related resource.
Examples:
The source BigQuery table for a Vertex AI dataset.
The source Cloud Storage bucket for a Vertex AI dataset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `RelatedResource` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET."],["The latest version of the `RelatedResource` class is 4.16.0, and the page also lists and links to documentation for many previous versions, going as far back as version 2.15.0."],["`RelatedResource` is a class that represents a resource related to a Google Cloud DLP operation, such as a BigQuery table or Cloud Storage bucket that is tied to a Vertex AI dataset."],["The `RelatedResource` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains a `FullResource` property, which is a string representing the full resource name of the related resource, and has two constructors."]]],[]]