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