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 webpage provides documentation for the `Asset.Types.ResourceSpec` class within the Google Cloud Dataplex v1 API, detailing its role in identifying cloud resources referenced by an asset."],["The content includes a version history of the API, ranging from version 1.0.0 to the latest version 3.6.0, each with links to their respective documentation pages."],["The `Asset.Types.ResourceSpec` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The class has properties such as `Name` (relative resource name), `ReadAccessMode` (access permission handling), and `Type` (type of resource) to define aspects of the cloud resource being managed."],["The namespace of the class is `Google.Cloud.Dataplex.V1`, and it is part of the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]