public sealed class DeleteTagTemplateFieldRequest : IMessage<DeleteTagTemplateFieldRequest>, IEquatable<DeleteTagTemplateFieldRequest>, IDeepCloneable<DeleteTagTemplateFieldRequest>, IBufferMessage, IMessage
Request message for
[DeleteTagTemplateField][google.cloud.datacatalog.v1.DataCatalog.DeleteTagTemplateField].
Required. Currently, this field must always be set to true.
This confirms the deletion of this field from any tags using this field.
force = false will be supported in the future.
[[["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 document outlines the `DeleteTagTemplateFieldRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its structure and usage for deleting tag template fields."],["The `DeleteTagTemplateFieldRequest` class is a request message for the `DeleteTagTemplateField` operation, used to manage the removal of fields from tag templates."],["The `DeleteTagTemplateFieldRequest` class includes properties like `Force` (to confirm field deletion) and `Name` (the identifier of the field to delete), and an optional `TagTemplateFieldName` view."],["The document provides links to different versions of the `DeleteTagTemplateFieldRequest` class, ranging from version 2.14.0 (latest) down to 1.2.0, allowing for version-specific reference."],["The `DeleteTagTemplateFieldRequest` class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, ensuring compatibility and various functionalities."]]],[]]