Class: Google::Cloud::Translate::V3::DeleteAdaptiveMtFileRequest

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    Required. The resource name of the file to delete, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}



204
205
206
207
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 204

class DeleteAdaptiveMtFileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end