public sealed class RenameTagTemplateFieldRequest : IMessage<RenameTagTemplateFieldRequest>, IEquatable<RenameTagTemplateFieldRequest>, IDeepCloneable<RenameTagTemplateFieldRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class RenameTagTemplateFieldRequest.
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 document provides reference information for the `RenameTagTemplateFieldRequest` class within the Google Cloud Data Catalog V1 API, specifically for .NET development."],["The `RenameTagTemplateFieldRequest` class is used to rename a tag template field and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API in this documentation is 2.14.0 and it includes historical versions as far back as 1.2.0, that allow for reviewing changes over time."],["The `RenameTagTemplateFieldRequest` class has two key properties: `Name` which is the current name of the field and `NewTagTemplateFieldId`, which is the new ID that the user wants to rename the field to."],["The documentation includes the inheritance hierarchy, constructor details, and property information for `RenameTagTemplateFieldRequest`, as well as links to related classes, interfaces and methods."]]],[]]