Class: Google::Cloud::Translate::V3::ListAdaptiveMtFilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListAdaptiveMtFilesResponse
- 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
-
#adaptive_mt_files ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtFile>
readonly
Output only.
-
#next_page_token ⇒ ::String
Optional.
Instance Attribute Details
#adaptive_mt_files ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtFile> (readonly)
Returns Output only. The Adaptive MT files.
338 339 340 341 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 338 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.
338 339 340 341 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 338 class ListAdaptiveMtFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |