public sealed class GetNamespacedTagValueRequest : IMessage<GetNamespacedTagValueRequest>, IEquatable<GetNamespacedTagValueRequest>, IDeepCloneable<GetNamespacedTagValueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class GetNamespacedTagValueRequest.
The request message for getting a TagValue by its namespaced name.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `GetNamespacedTagValueRequest` class, a part of the Google Cloud Resource Manager v3 API for .NET."],["The `GetNamespacedTagValueRequest` class is used to request a TagValue by its namespaced name and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another to create a copy from another `GetNamespacedTagValueRequest` instance."],["Key properties of this request class include `Name`, a string representing the required namespaced tag value name, and `TagValueName`, a `TagValueName`-typed view over the `Name` property."],["The document outlines different versions available for the class, ranging from version 1.0.0 to the latest version, 2.5.0, alongside links to these versions."]]],[]]