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 in version 2.3.0 of the Google Cloud Resource Manager v3 API."],["`GetNamespacedTagValueRequest` is used to get a TagValue by its namespaced name and it inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a parameterless constructor and one that accepts another `GetNamespacedTagValueRequest` object as a parameter for copying."],["The `GetNamespacedTagValueRequest` class includes two properties: `Name` (a string representing the namespaced tag value) and `TagValueName` (a `TagValueName`-typed view of the `Name` property)."],["The document also provides a list of versions of this class, ranging from version 1.0.0 up to the latest version 2.5.0."]]],[]]