Cloud Translation V3 API - Class Google::Cloud::Translate::V3::ListDatasetsResponse (v1.1.0)

Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListDatasetsResponse.

Response message for ListDatasets.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#datasets

def datasets() -> ::Array<::Google::Cloud::Translate::V3::Dataset>
Returns

#datasets=

def datasets=(value) -> ::Array<::Google::Cloud::Translate::V3::Dataset>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token to retrieve next page of results. Pass this token to the page_token field in the ListDatasetsRequest to obtain the corresponding page.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token to retrieve next page of results. Pass this token to the page_token field in the ListDatasetsRequest to obtain the corresponding page.
Returns
  • (::String) — A token to retrieve next page of results. Pass this token to the page_token field in the ListDatasetsRequest to obtain the corresponding page.