[[["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 2024-02-15 UTC."],[[["The `CollectionResponse.Builder\u003cT\u003e` class is a builder for creating instances of `CollectionResponse\u003cT\u003e`."],["The builder class provides methods to set the items in the collection using the `setItems` method, which takes a `java.util.Collection\u003cT\u003e` as a parameter."],["You can use the `setNextPageToken` method to specify a string for the next page token."],["The `build` method constructs and returns a `CollectionResponse\u003cT\u003e` object with the configured items and next page token."],["This class extends `java.lang.Object` and inherits several methods from it, such as `clone`, `equals`, and `toString`."]]],[]]