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, with the current version being 2.6.0."],["The `DeleteTagTemplateFieldRequest` class is used to delete a field from a tag template in Google Cloud Data Catalog."],["The `DeleteTagTemplateFieldRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The class contains two key properties, `Name` which is the name of the tag template field to be deleted and `Force`, a boolean value that if true, deletes the field from any tags, with true being the currently only supported value."],["The document lists multiple versions of the Google.Cloud.DataCatalog.V1 package, ranging from 2.14.0 down to 1.2.0, providing links to the specific documentation for each version, with 2.14.0 being the latest available version."]]],[]]