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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `ListRoutinesOptions` class within the Google BigQuery v2 API for .NET, specifically referencing versions from 2.2.0 up to the latest 3.11.0."],["`ListRoutinesOptions` is used to manage options for listing routines in BigQuery and includes properties like `PageSize`, `PageToken`, `ReadMask`, and `RoutineTypeFilter`."],["The `PageSize` property determines the number of results per page, the `PageToken` allows for continued list operations, the `ReadMask` specifies which fields to populate, and the `RoutineTypeFilter` allows filtering by routine type."],["The class inherits from `object`, including the members `GetHashCode`, `GetType`, and `ToString`, and it belongs to the `Google.Cloud.BigQuery.V2` namespace within the `Google.Cloud.BigQuery.V2.dll` assembly."],["The most recent version for this class is 3.11.0, as noted in the version dropdown, which is also the latest version provided in the link collection."]]],[]]