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 available is 3.11.0, with versions ranging back to 2.2.0, all accessible through the provided links, which can be used as the documentation reference."],["`ListRoutinesOptions` allows specification of properties like `PageSize`, `PageToken`, `ReadMask`, and `RoutineTypeFilter` to control how routines are listed and displayed."],["The `PageSize` property determines the number of results per page, `PageToken` is for continued listing, `ReadMask` specifies which routine fields to populate, and `RoutineTypeFilter` filters routines by type."],["The class inherits from `Object`, including members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are detailed with links to the proper documentation."]]],[]]