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 2025-07-28 UTC."],[[["\u003cp\u003eThe package \u003ccode\u003ecom.google.api.server.spi.response\u003c/code\u003e contains classes related to responses and exceptions in the Google API server environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCollectionResponse\u003c/code\u003e and its \u003ccode\u003eBuilder\u003c/code\u003e facilitate handling responses for endpoints that support pagination and metadata about returned collections.\u003c/p\u003e\n"],["\u003cp\u003eSeveral exception classes are defined, including \u003ccode\u003eBadRequestException\u003c/code\u003e (400), \u003ccode\u003eConflictException\u003c/code\u003e (409), \u003ccode\u003eForbiddenException\u003c/code\u003e (403), \u003ccode\u003eInternalServerErrorException\u003c/code\u003e (500), \u003ccode\u003eNotFoundException\u003c/code\u003e (404), \u003ccode\u003eServiceUnavailableException\u003c/code\u003e (503), and \u003ccode\u003eUnauthorizedException\u003c/code\u003e (401).\u003c/p\u003e\n"],["\u003cp\u003eThese exception classes are designed to be mapped to specific HTTP status codes in the response.\u003c/p\u003e\n"]]],[],null,[]]