This configuration can be used for both REST-based and gRPC-based clients. The client library sets the underlying configuration parameters based on the values in this struct.
The full URI is constructed as:
{scheme}://{username}:{password}hostname}:{port}
Any empty values are omitted, except for the scheme which defaults to https. If the hostname value is empty, no HTTP proxy is configured.
[[["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."],[[["This document outlines the configuration for an HTTP Proxy, which can be used for both REST and gRPC clients, with the client library setting underlying parameters based on this configuration."],["The full URI for the proxy is constructed from the scheme, username, password, hostname, and port, with a default scheme of `https` if none is provided."],["The `ProxyConfig` class includes methods to set and retrieve the hostname, port, username, password, and scheme of the HTTP proxy."],["If the hostname is left empty, then no HTTP proxy is configured, implying that this is a configurable and optional feature of the class."],["The document lists various versions of the class, with `2.37.0-rc` being the latest version."]]],[]]