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."],[[["This document provides reference documentation for the `ListBucketsResponse` class within the Google Cloud Logging v2 API, specifically for version 4.1.0."],["`ListBucketsResponse` is used to represent the response received from the `ListBuckets` method, inheriting from `object` and implementing multiple interfaces such as `IPageResponse`, `IEnumerable`, and `IMessage`."],["The class includes properties like `Buckets`, which contains a list of `LogBucket` objects, and `NextPageToken`, which is used for paginating through results."],["The class also includes methods like `GetEnumerator()` for iterating through the `LogBucket` resources, and two constructors: one default constructor, and one that takes in another `ListBucketsResponse` as a parameter."],["There are multiple versions of the API listed ranging from 3.3.0 to 4.4.0, with 4.4.0 being the latest."]]],[]]