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-03-21 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 available is 3.11.0, with numerous older versions also listed down to version 2.2.0, including links to their respective documentation."],["`ListRoutinesOptions` is a sealed class inheriting from `Object` and includes properties like `PageSize`, `PageToken`, `ReadMask`, and `RoutineTypeFilter` to refine routine listing operations."],["The `PageSize` property allows setting the number of results returned per page, while the `PageToken` enables continuation of list operations."],["The `ReadMask` property is used for specifying which `Routine` fields will be populated in the returned resources, and the `RoutineTypeFilter` property is used for filtering routines based on their `RoutineType`."]]],[]]