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\u003e\u003ccode\u003eIClientServiceRequest<TResponse>\u003c/code\u003e is a client service request that inherits from \u003ccode\u003eIClientServiceRequest\u003c/code\u003e and specifies a response type.\u003c/p\u003e\n"],["\u003cp\u003eThis interface supports both synchronous and asynchronous execution for retrieving the service request's response.\u003c/p\u003e\n"],["\u003cp\u003eIt includes methods like \u003ccode\u003eExecute()\u003c/code\u003e, \u003ccode\u003eExecuteAsync()\u003c/code\u003e, and \u003ccode\u003eExecuteAsync(CancellationToken)\u003c/code\u003e for executing requests.\u003c/p\u003e\n"],["\u003cp\u003eIt has inherited members such as \u003ccode\u003eMethodName\u003c/code\u003e, \u003ccode\u003eRestPath\u003c/code\u003e, \u003ccode\u003eHttpMethod\u003c/code\u003e, \u003ccode\u003eRequestParameters\u003c/code\u003e, and \u003ccode\u003eService\u003c/code\u003e from its parent interface \u003ccode\u003eIClientServiceRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt works within the \u003ccode\u003eGoogle.Apis.Requests\u003c/code\u003e namespace and is a part of the \u003ccode\u003eGoogle.Apis.dll\u003c/code\u003e assembly, and also provides a type parameter \u003ccode\u003eTResponse\u003c/code\u003e that represents the response of the service.\u003c/p\u003e\n"]]],[],null,[]]