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 `ProxyConfig` class, which is used to configure HTTP proxies for both REST and gRPC-based clients."],["The full URI for the proxy is composed of the scheme, username, password, hostname, and port, with the scheme defaulting to `https` if not specified."],["The class includes functions to set and retrieve the hostname, port, username, password, and scheme of the proxy configuration, as well as modifier versions."],["The document provides a list of available versions, ranging from the latest release candidate, version 2.37.0-rc, down to version 2.10.1."]]],[]]