public sealed class Asset.Types.ResourceSpec : IMessage<Asset.Types.ResourceSpec>, IEquatable<Asset.Types.ResourceSpec>, IDeepCloneable<Asset.Types.ResourceSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Asset.Types.ResourceSpec.
Identifies the cloud resource that is referenced by this asset.
Immutable. Relative name of the cloud resource that contains the data
that is being managed within a lake. For example:
projects/{project_number}/buckets/{bucket_id}projects/{project_number}/datasets/{dataset_id}
[[["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-03-25 UTC."],[[["This document provides reference documentation for the `Asset.Types.ResourceSpec` class within the Google Cloud Dataplex v1 API, outlining its properties, inheritance, and implementations."],["The `Asset.Types.ResourceSpec` class is used to identify a cloud resource managed by an asset, specifying details like its relative name and the type of resource."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, demonstrating its role in message handling and data structure management."],["The document lists different version numbers for the `Asset.Types.ResourceSpec`, ranging from 1.0.0 to 3.6.0 (latest), allowing users to find the specific documentation for the version they're using."],["The `ResourceSpec` class contains the properties `Name`, `ReadAccessMode` and `Type` which specify the name of the resource, how the assets and tables are handled and the type of resource respectively."]]],[]]