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.\u003c/p\u003e\n"],["\u003cp\u003eIt manages HTTP requests and responses through a configurable HTTP client, which is used to create requests.\u003c/p\u003e\n"],["\u003cp\u003eThe interface defines methods for serializing and deserializing data, including the \u003ccode\u003eSerializeObject\u003c/code\u003e, \u003ccode\u003eDeserializeError\u003c/code\u003e, and \u003ccode\u003eDeserializeResponse<T>\u003c/code\u003e methods.\u003c/p\u003e\n"],["\u003cp\u003eThe service is able to handle the serialization of request bodies and can compress them using GZip if it is enabled.\u003c/p\u003e\n"]]],[],null,[]]