Optional. If present, then retrieve the next batch of results from the
preceding call to this method. pageToken must be the value of
nextPageToken from the previous response. The values of other method
parameters should be identical to those in the previous 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."],[[["The `ListViewsRequest` class is part of the Google Cloud Logging v2 API and is used to retrieve a list of views."],["This class implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in managing paginated requests and handling message operations."],["It offers properties such as `PageSize`, `PageToken`, and `Parent`, allowing for control over the number of results returned, pagination continuation, and the specification of the parent bucket for which to retrieve views."],["There are multiple versions available, ranging from 3.3.0 to 4.4.0, where the 4.4.0 is the latest and the information describes 4.3.0."],["The class has two constructors: a default constructor and one that takes another `ListViewsRequest` instance for cloning."]]],[]]