Class: Google::Cloud::Translate::V3::GetAdaptiveMtFileRequest

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 getting an AdaptiveMtFile.

Instance Attribute Summary collapse

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

Returns:

  • (::String)

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



194
195
196
197
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 194

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