public delegate void BatchRequest.OnResponse<in TResponse>(TResponse content, RequestError error, int index, HttpResponseMessage message) where TResponse : class
A concrete type callback for an individual response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBatchRequest.OnResponse\u003c/code\u003e delegate is a callback function in the Google.Apis.Requests namespace, designed to handle individual responses within a batch request.\u003c/p\u003e\n"],["\u003cp\u003eThis delegate takes four parameters: \u003ccode\u003econtent\u003c/code\u003e (the parsed response or null), \u003ccode\u003eerror\u003c/code\u003e (request error or null), \u003ccode\u003eindex\u003c/code\u003e (the request index), and \u003ccode\u003emessage\u003c/code\u003e (the HTTP response).\u003c/p\u003e\n"],["\u003cp\u003eThe delegate allows a response to be passed in using a response type called \u003ccode\u003eTResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe provided documentation covers multiple versions of the \u003ccode\u003eBatchRequest.OnResponse\u003c/code\u003e delegate, including the latest version 1.69.0, and older versions down to 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003eThere are details given about the parameter types and description, as well as the response type parameter and an extension method, \u003ccode\u003eUtilities.ThrowIfNull<T>(T, string)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]