Class: Google::Cloud::Translate::V3::ListDatasetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListDatasetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/automl_translation.rb
Overview
Response message for ListDatasets.
Instance Attribute Summary collapse
-
#datasets ⇒ ::Array<::Google::Cloud::Translate::V3::Dataset>
The datasets read.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#datasets ⇒ ::Array<::Google::Cloud::Translate::V3::Dataset>
Returns The datasets read.
181 182 183 184 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 181 class ListDatasetsResponse 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 ListDatasetsRequest to obtain the corresponding page.
181 182 183 184 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 181 class ListDatasetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |