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-21 UTC."],[[["This page provides documentation for the `RenameTagTemplateFieldRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET developers."],["The latest version of the API documented is 2.14.0, and the page also includes links to documentation for numerous prior versions, spanning from 2.13.0 to 1.2.0."],["The `RenameTagTemplateFieldRequest` class is used to construct request messages for renaming fields in a tag template, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RenameTagTemplateFieldRequest` class include `Name` which holds the current name of the field and `NewTagTemplateFieldId` for setting the field's new ID."],["The documented class `RenameTagTemplateFieldRequest` has two constructors: one default constructor and another that accepts a `RenameTagTemplateFieldRequest` instance as a parameter, allowing for duplication of objects."]]],[]]