If set, this token is used to indicate a continued list operation.
The value should be taken from the NextPageToken property of either
a Page<TResource> or a raw response from AsRawResponses().
[[["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-04-17 UTC."],[[["This webpage details the `ListRoutinesOptions` class within the `Google.Cloud.BigQuery.V2` namespace, used for configuring options when listing routines in BigQuery."],["The latest version of the library is 3.11.0, and the page provides links to documentation for versions ranging from 2.2.0 to 3.11.0, allowing the user to choose the corresponding version they require."],["The class inherits from `Object` and includes properties such as `PageSize`, `PageToken`, `ReadMask`, and `RoutineTypeFilter`, providing control over pagination, continued listing, fields returned, and filtering by routine type."],["The `ListRoutinesOptions` class provides the ability to set various options, such as the page size, the page token to continue a list operation, the read mask to control which routine fields are returned, and a routine type filter to include only certain routine types."]]],[]]