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 `ResourceSpec` documentation is 3.6.0, with various other versions available, ranging from 3.5.0 down to 1.0.0."],["`ResourceSpec` is a class that identifies the cloud resource referenced by an asset within the `Google.Cloud.Dataplex.V1` namespace."],["`ResourceSpec` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ResourceSpec` has properties for `Name`, which is the relative name of the cloud resource, and `Type`, which is the type of the resource, both immutable properties."],["There are two constructors available for `ResourceSpec`, the default `ResourceSpec()`, and the `ResourceSpec(Asset.Types.ResourceSpec other)`, that takes another `Asset.Types.ResourceSpec` as an argument."]]],[]]