The universe domain that will be included as part of HttpRequestMessage options
that may be used by the credential, if any, to validate against its own universe domain.
May be null in which case no universe domain will be included in the request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `CreateHttpClientArgs` class provides arguments for configuring the creation of an HTTP client, including application name and GZip settings."],["This class allows setting the `ApplicationName`, which is sent in the User-Agent header, and the `GoogleApiClientHeader`, which provides the value for the x-goog-api-client header."],["The `GZipEnabled` property enables or disables GZip compression for the HTTP client, improving response times."],["The `Initializers` property is a list of objects that can initialize the HTTP client instances with configurable settings."],["The `UniverseDomain` property allows to include a domain as part of the `HttpRequestMessage` options, which may be used by credentials to validate against their own universe domain."]]],[]]