Optional. A token identifying a page of results for the server to return.
Typically obtained from next_page_token field in the response of a
ListDatasets call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ListDatasetsRequest` class within the Google Cloud Translation v3 API, specifically for .NET development."],["`ListDatasetsRequest` is used to request a list of datasets from the Google Cloud Translation API, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The class has properties like `PageSize`, `PageToken`, and `Parent` to manage pagination and identify the parent project, where the `Parent` property is a required field in the format of `projects/{project-number-or-id}/locations/{location-id}`."],["It has a `ParentAsLocationName` property that provides a typed view for the parent resource name."],["There are multiple versions of the `ListDatasetsRequest` class, ranging from version 2.2.0 up to the latest version 3.9.0, allowing developers to utilize different versions of the Google Cloud Translation v3 API."]]],[]]