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 page provides documentation for the \u003ccode\u003eIClientServiceRequest<TResponse>\u003c/code\u003e interface within the Google.Apis library, specifically version 1.68.0, which is a specialized type of client 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, encompassing properties and methods like \u003ccode\u003eMethodName\u003c/code\u003e, \u003ccode\u003eRestPath\u003c/code\u003e, \u003ccode\u003eHttpMethod\u003c/code\u003e, \u003ccode\u003eRequestParameters\u003c/code\u003e, \u003ccode\u003eService\u003c/code\u003e, and methods like \u003ccode\u003eCreateRequest\u003c/code\u003e, \u003ccode\u003eExecuteAsStreamAsync\u003c/code\u003e, and \u003ccode\u003eExecuteAsStream\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface allows both synchronous (\u003ccode\u003eExecute()\u003c/code\u003e) and asynchronous (\u003ccode\u003eExecuteAsync()\u003c/code\u003e) execution of service requests, enabling retrieval of the result object, as well as the option to pass in a \u003ccode\u003eCancellationToken\u003c/code\u003e for the async method.\u003c/p\u003e\n"],["\u003cp\u003eIt is located in the \u003ccode\u003eGoogle.Apis.Requests\u003c/code\u003e namespace and part of the \u003ccode\u003eGoogle.Apis.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe provided documentation includes various versions of the API, ranging from version 1.50.0 to the latest version 1.69.0, each with a link for further reference.\u003c/p\u003e\n"]]],[],null,[]]