Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListAdaptiveMtFilesResponse.
The response for listing all AdaptiveMt files under a given dataset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#adaptive_mt_files
def adaptive_mt_files() -> ::Array<::Google::Cloud::Translate::V3::AdaptiveMtFile>
Returns
- (::Array<::Google::Cloud::Translate::V3::AdaptiveMtFile>) — Output only. The Adaptive MT files.
#next_page_token
def next_page_token() -> ::String
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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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.
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.