public sealed class GetAdaptiveMtFileRequest : IMessage<GetAdaptiveMtFileRequest>, IEquatable<GetAdaptiveMtFileRequest>, IDeepCloneable<GetAdaptiveMtFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GetAdaptiveMtFileRequest.
Required. The resource name of the file, 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 `GetAdaptiveMtFileRequest` class is used to request an AdaptiveMtFile in the Google Cloud Translation v3 API."],["This class is part of the `Google.Cloud.Translate.V3` namespace and is found in the `Google.Cloud.Translate.V3.dll` assembly, with documentation spanning versions 2.2.0 to 3.9.0."],["`GetAdaptiveMtFileRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the base `object` class."],["It has two constructors, a default constructor and one that takes another `GetAdaptiveMtFileRequest` instance."],["The class has two properties: `AdaptiveMtFileName`, a typed view, and `Name`, a string that stores the required resource name of the file."]]],[]]