Class: Google::Cloud::Translate::V3::ListExamplesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListExamplesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/automl_translation.rb
Overview
Response message for ListExamples.
Instance Attribute Summary collapse
-
#examples ⇒ ::Array<::Google::Cloud::Translate::V3::Example>
The sentence pairs.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#examples ⇒ ::Array<::Google::Cloud::Translate::V3::Example>
Returns The sentence pairs.
249 250 251 252 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 249 class ListExamplesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass this token to the page_token field in the ListExamplesRequest to obtain the corresponding page.
249 250 251 252 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 249 class ListExamplesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |