Class: Google::Cloud::Translate::V3::ListAdaptiveMtFilesResponse

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 response for listing all AdaptiveMt files under a given dataset.

Instance Attribute Summary collapse

Instance Attribute Details

#adaptive_mt_files::Array<::Google::Cloud::Translate::V3::AdaptiveMtFile> (readonly)

Returns Output only. The Adaptive MT files.

Returns:



264
265
266
267
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 264

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

#next_page_token::String

Returns Optional. A token to retrieve a page of results. Pass this value in the ListAdaptiveMtFilesRequest.page_token field in the subsequent call to ListAdaptiveMtFiles method to retrieve the next page of results.

Returns:

  • (::String)

    Optional. A token to retrieve a page of results. Pass this value in the ListAdaptiveMtFilesRequest.page_token field in the subsequent call to ListAdaptiveMtFiles method to retrieve the next page of results.



264
265
266
267
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 264

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