public sealed class DeleteAdaptiveMtFileRequest : IMessage<DeleteAdaptiveMtFileRequest>, IEquatable<DeleteAdaptiveMtFileRequest>, IDeepCloneable<DeleteAdaptiveMtFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DeleteAdaptiveMtFileRequest.
Required. The resource name of the file to delete, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
[[["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 `DeleteAdaptiveMtFileRequest` class within the Google Cloud Translation v3 API, specifically version 3.5.0."],["The `DeleteAdaptiveMtFileRequest` class is used to create a request for deleting an AdaptiveMt file within the Google Cloud Translation service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checking, deep cloning, and buffer operations."],["The `DeleteAdaptiveMtFileRequest` class has properties such as `AdaptiveMtFileName` and `Name`, with `Name` being a required property representing the resource name of the file to be deleted."],["The document features past version of this class, ranging from version 2.2.0 to 3.9.0 (latest)."]]],[]]