Delegate BatchRequest.OnResponse<TResponse> (1.73.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
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.
Namespace
Google.Apis.Requests
Assembly
Google.Apis.dll
Parameters
Name
Description
content
TResponse The parsed content response or null if the request failed or the response
could not be parsed using the associated Serializer .
error
RequestError Error or null if the request succeeded and response content was parsed succesfully.
index
int The request index.
message
HttpResponseMessage The HTTP individual response.
Type Parameter
Name
Description
TResponse
The response type.
Extension Method
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]