public sealed class RenameTagTemplateFieldRequest : IMessage<RenameTagTemplateFieldRequest>, IEquatable<RenameTagTemplateFieldRequest>, IDeepCloneable<RenameTagTemplateFieldRequest>, IBufferMessage, IMessage
Request message for
[RenameTagTemplateField][google.cloud.datacatalog.v1.DataCatalog.RenameTagTemplateField].
[[["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 details the `RenameTagTemplateFieldRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used to rename a tag template field in Google Cloud Data Catalog."],["The latest version documented is 2.14.0, and the page provides links to documentation for various previous versions, down to version 1.2.0, for this class."],["The `RenameTagTemplateFieldRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, a default one and one that accepts another `RenameTagTemplateFieldRequest` object as a parameter for copying."],["It includes three properties: `Name` for the tag template field's current name, `NewTagTemplateFieldId` for the new ID of the field, and `TagTemplateFieldName` for a typed view of the name resource."]]],[]]