Class: Google::Cloud::Translate::V3::GetAdaptiveMtFileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::GetAdaptiveMtFileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
The request for getting an AdaptiveMtFile.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
.
268 269 270 271 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 268 class GetAdaptiveMtFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |