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."],[[["`IClientServiceRequest\u003cTResponse\u003e` is a client service request that inherits from `IClientServiceRequest` and specifies a response type."],["This interface supports both synchronous and asynchronous execution for retrieving the service request's response."],["It includes methods like `Execute()`, `ExecuteAsync()`, and `ExecuteAsync(CancellationToken)` for executing requests."],["It has inherited members such as `MethodName`, `RestPath`, `HttpMethod`, `RequestParameters`, and `Service` from its parent interface `IClientServiceRequest`."],["It works within the `Google.Apis.Requests` namespace and is a part of the `Google.Apis.dll` assembly, and also provides a type parameter `TResponse` that represents the response of the service."]]],[]]