public interface IClientServiceRequest<TResponse> : IClientServiceRequest
A client service request which inherits from IClientServiceRequest and represents a specific
service request with the given response type. It supports both sync and async execution to get the 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\u003eThis webpage provides documentation for the \u003ccode\u003eIClientServiceRequest<TResponse>\u003c/code\u003e interface within the Google.Apis.Requests namespace, which represents a specific service request with a defined response type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIClientServiceRequest<TResponse>\u003c/code\u003e inherits from \u003ccode\u003eIClientServiceRequest\u003c/code\u003e and includes support for both synchronous and asynchronous request execution.\u003c/p\u003e\n"],["\u003cp\u003eThe interface offers methods for executing requests, such as \u003ccode\u003eExecute()\u003c/code\u003e, \u003ccode\u003eExecuteAsync()\u003c/code\u003e, and \u003ccode\u003eExecuteAsync(CancellationToken)\u003c/code\u003e, enabling the retrieval of response objects.\u003c/p\u003e\n"],["\u003cp\u003eIt also lists the multiple version and their links for the \u003ccode\u003eIClientServiceRequest<TResponse>\u003c/code\u003e, with version 1.69.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIClientServiceRequest\u003c/code\u003e contains several inherited members for managing various aspects of the HTTP request such as the \u003ccode\u003eMethodName\u003c/code\u003e, \u003ccode\u003eRestPath\u003c/code\u003e, \u003ccode\u003eHttpMethod\u003c/code\u003e and more.\u003c/p\u003e\n"]]],[],null,[]]