public sealed class GetNamespacedTagKeyRequest : IMessage<GetNamespacedTagKeyRequest>, IEquatable<GetNamespacedTagKeyRequest>, IDeepCloneable<GetNamespacedTagKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class GetNamespacedTagKeyRequest.
The request message for getting a TagKey by its namespaced name.
Required. A namespaced tag key name in the format
{parentId}/{tagKeyShort}, such as 42/foo for a key with short name
"foo" under the organization with ID 42 or r2-d2/bar for a key with short
name "bar" under the project r2-d2.
[[["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 `GetNamespacedTagKeyRequest` class, a part of the Google Cloud Resource Manager v3 API, with the latest version being 2.5.0."],["The `GetNamespacedTagKeyRequest` class is used to request a TagKey by its namespaced name."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It contains two properties: `Name`, which represents the namespaced tag key name, and `TagKeyName`, which provides a typed view of the `Name` property."],["There are nine different versions of the `GetNamespacedTagKeyRequest` class, ranging from 1.0.0 to 2.5.0, and each one is linked to its own specific documentation page."]]],[]]