public sealed class DeleteTagTemplateFieldRequest : IMessage<DeleteTagTemplateFieldRequest>, IEquatable<DeleteTagTemplateFieldRequest>, IDeepCloneable<DeleteTagTemplateFieldRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteTagTemplateFieldRequest.
Request message for
[DeleteTagTemplateField][google.cloud.datacatalog.v1.DataCatalog.DeleteTagTemplateField].
[[["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."],[[["The latest version available for the Data Catalog v1 API is 2.14.0, but this page is specific to version 2.10.0 of the `DeleteTagTemplateFieldRequest` class."],["`DeleteTagTemplateFieldRequest` is a request message used to delete a tag template field, and is part of the Google.Cloud.DataCatalog.V1 namespace."],["The `DeleteTagTemplateFieldRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Force` property of the `DeleteTagTemplateFieldRequest` class must be set to true when deleting a tag template field, and doing so will remove it from every tag using it."],["The `Name` property of the class identifies the specific tag template field to be deleted, as a string, while the `TagTemplateFieldName` provides a typed view of this name."]]],[]]