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-25 UTC."],[[["This page provides documentation for the `DeleteTagTemplateFieldRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The class is used to construct requests for deleting a field from a tag template in the Data Catalog, and you can find documentation spanning versions 1.2.0 up until 2.14.0."],["The latest version of the API, as displayed on the webpage, is version 2.14.0, but version 2.13.0 is currently viewed on this page."],["The `DeleteTagTemplateFieldRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `Force` (a boolean indicating if deletion should occur regardless of its usage in tags) and `Name` (a string representing the name of the tag template field), including the `TagTemplateFieldName` property that views the `Name` property as a resource name."]]],[]]