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."],[[["This document provides reference documentation for the `DeleteTagTemplateFieldRequest` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The `DeleteTagTemplateFieldRequest` class is used to construct a request to delete a field from a tag template, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and one that allows for cloning from another `DeleteTagTemplateFieldRequest` instance."],["Key properties of the `DeleteTagTemplateFieldRequest` include `Force`, which dictates whether the field should be deleted from any associated tags (with `true` being the only supported value), and `Name`, which specifies the name of the tag template field to be deleted."],["The documentation shows a history of the API versioning, with version `2.14.0` being the latest, and it is linked to the namespace `Google.Cloud.DataCatalog.V1`."]]],[]]