Client service contains all the necessary information a Google service requires.
Each concrete IClientServiceRequest has a reference to a service for
important properties like API key, application name, base Uri, etc.
This service interface also contains serialization methods to serialize an object to stream and deserialize a
stream into an object.
Sets the content of the request by the given body and the this service's configuration.
First the body object is serialized by the Serializer and then, if GZip is enabled, the content will be
wrapped in a GZip stream, otherwise a regular string stream will be used.
[[["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\u003eThe \u003ccode\u003eIClientService\u003c/code\u003e interface provides essential information and methods for interacting with Google services, including API key, application name, base URI, and serialization capabilities.\u003c/p\u003e\n"],["\u003cp\u003eThis service allows for the configuration of properties like API key, application name, base path, base URI, supported features, and GZip support, as well as providing an HTTP client for creating requests.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIClientService\u003c/code\u003e contains methods to serialize objects into string representations and deserialize HTTP responses into specified objects or error types.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIClientService\u003c/code\u003e interface includes methods such as \u003ccode\u003eDeserializeError\u003c/code\u003e, \u003ccode\u003eDeserializeResponse\u003c/code\u003e, \u003ccode\u003eSerializeObject\u003c/code\u003e, and \u003ccode\u003eSetRequestSerailizedContent\u003c/code\u003e to handle response and request serialization and deserialization tasks.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIClientService\u003c/code\u003e inherits the \u003ccode\u003eIDisposable\u003c/code\u003e interface, which means it contains a \u003ccode\u003eDispose()\u003c/code\u003e method for releasing resources.\u003c/p\u003e\n"]]],[],null,[]]