public sealed class 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."],[[["The latest version available for the `Google.Cloud.Dataplex.V1.Asset.Types.ResourceSpec` is 3.6.0, with numerous previous versions ranging from 3.5.0 down to 1.0.0 also listed."],["`ResourceSpec` is a class in the Cloud Dataplex v1 API that identifies a cloud resource managed within a lake."],["The `ResourceSpec` class is immutable, implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and is part of the `Google.Cloud.Dataplex.V1` namespace."],["This class has properties for `Name` which represents the cloud resource's relative name, and `Type` to represent the type of the resource."],["The class has two constructors: a default `ResourceSpec()` and a `ResourceSpec(Asset.Types.ResourceSpec other)` which takes another instance of the same class as a parameter."]]],[]]