public sealed class ResourceSpec : IMessage<Asset.Types.ResourceSpec>, IEquatable<Asset.Types.ResourceSpec>, IDeepCloneable<Asset.Types.ResourceSpec>, IBufferMessage, IMessage
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."],[[["The latest version of the `Google.Cloud.Dataplex.V1` documentation is 3.6.0, with a comprehensive list of versions ranging from 1.0.0 to the newest."],["`ResourceSpec` is a class that identifies the cloud resource referenced by an asset, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ResourceSpec` class has two constructors, one default and one that accepts another `ResourceSpec` as a parameter for copying."],["The `ResourceSpec` class includes two key properties: `Name`, which is the relative name of the cloud resource, and `Type`, which is the type of the resource."],["The documentation provided is for version 2.1.0 of the `Google.Cloud.Dataplex.V1` library."]]],[]]