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 `DeleteTagTemplateFieldRequest` class in the Google Cloud Data Catalog v1 API is used to delete a tag template field."],["The latest version of the API is 2.14.0, while the current document refers to version 2.12.0."],["The `DeleteTagTemplateFieldRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class requires two properties to be set, `Name` and `Force`, where `Name` is the name of the tag template field to be deleted and `Force` determines if the field should be deleted from any tags, with only `true` being supported at this time."],["There are multiple available versions of this API, ranging from version 1.2.0 up to the latest 2.14.0, allowing developers to choose the version that best suits their needs."]]],[]]