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-04-09 UTC."],[[["This webpage provides documentation for the `ResourceSpec` class within the `Google.Cloud.Dataplex.V1` namespace, which is used to identify cloud resources referenced by an asset."],["The `ResourceSpec` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The latest version of the `ResourceSpec` documentation available is 3.6.0, with multiple older versions ranging down to 1.0.0 also documented."],["The class has two constructors: a parameterless constructor and one that takes another `ResourceSpec` instance as an argument to create a copy, with its properties being `Name` (a string for the cloud resource's relative name) and `Type` (an enum to represent the type of the resource)."],["This page also documents its inherited members `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]