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 for version 3.6.0."],["`DeleteAdaptiveMtFileRequest` is a class used to request the deletion of an AdaptiveMt file and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AdaptiveMtFileName`, which is a typed view over the resource name, and `Name`, which specifies the required resource name of the file to be deleted."],["The documentation also includes details on the constructors available for `DeleteAdaptiveMtFileRequest`, which are a parameterless constructor, and one that takes another `DeleteAdaptiveMtFileRequest` as a parameter, along with the inherited members from the base object."],["This document lists the different versions of this API, with version 3.9.0 being the latest and includes versions all the way down to 2.2.0."]]],[]]