public sealed class GetAssetRequest : IMessage<GetAssetRequest>, IEquatable<GetAssetRequest>, IDeepCloneable<GetAssetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetAssetRequest.
[[["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-21 UTC."],[[["This document provides reference information for the `GetAssetRequest` class within the Google Cloud Migration Center v1 API, specifically version 1.2.0, which is part of the .NET library."],["The `GetAssetRequest` class is a message type used to request data for a specific asset, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to initialize a new `GetAssetRequest` object, either empty or as a copy of another `GetAssetRequest`."],["Key properties of the `GetAssetRequest` class include `AssetName` (typed view over the resource name), `Name` (the resource's name), and `View` (specifying the detail level of the requested asset information)."],["The `GetAssetRequest` class inherits from `object` and includes inherited methods like `GetHashCode()`, `GetType()`, and `ToString()`, and is within the `Google.Cloud.MigrationCenter.V1` namespace."]]],[]]