Collection response to be returned by an endpoint implementation method that wants to support
pagination (and other metadata about returned collection in the future).
[[["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 package `com.google.api.server.spi.response` contains classes related to responses and exceptions in the Google API server environment."],["`CollectionResponse` and its `Builder` facilitate handling responses for endpoints that support pagination and metadata about returned collections."],["Several exception classes are defined, including `BadRequestException` (400), `ConflictException` (409), `ForbiddenException` (403), `InternalServerErrorException` (500), `NotFoundException` (404), `ServiceUnavailableException` (503), and `UnauthorizedException` (401)."],["These exception classes are designed to be mapped to specific HTTP status codes in the response."]]],[]]