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."],[[["The latest version available for the `DeleteAdaptiveMtFileRequest` class in the Google Cloud Translation v3 API is 3.9.0."],["This class is used to request the deletion of an AdaptiveMt file within the Google Cloud Translation service."],["The `DeleteAdaptiveMtFileRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It has two constructors: a default one and another that accepts a `DeleteAdaptiveMtFileRequest` object for cloning purposes."],["The class includes properties such as `AdaptiveMtFileName` and `Name`, where the `Name` property specifies the resource path of the file to be deleted."]]],[]]