If there might be more results than appear in this response, then
nextPageToken is included. To get the next set of results, call the same
method again using the value of nextPageToken as pageToken.
[[["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 `ListBucketsResponse` class is used to encapsulate the response from a request to list log buckets in Google Cloud Logging."],["This class inherits from `Object` and implements several interfaces, including `IPageResponse\u003cLogBucket\u003e`, `IEnumerable\u003cLogBucket\u003e`, `IMessage\u003cListBucketsResponse\u003e`, `IEquatable\u003cListBucketsResponse\u003e`, `IDeepCloneable\u003cListBucketsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["It contains a `Buckets` property of type `RepeatedField\u003cLogBucket\u003e` which represents a list of `LogBucket` objects, and it also has a `NextPageToken` property of type string to facilitate pagination of results."],["The class provides methods like `GetEnumerator()` to iterate through the resources in the response."],["The `ListBucketsResponse` class includes two constructors: a default constructor and a constructor that accepts another `ListBucketsResponse` object for copying its properties."]]],[]]