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-04-17 UTC."],[[["This document outlines the configuration for an HTTP Proxy, applicable to both REST and gRPC-based clients."],["The full URI format for the proxy is `{scheme}://{username}:{password}hostname}:{port}`, with `https` as the default scheme."],["If the hostname is empty, no HTTP proxy will be used."],["The document provides detailed information on various constructors and functions for setting and retrieving proxy parameters like hostname, port, username, password, and scheme."],["The latest available version is `2.37.0-rc` and lists a range of releases including `2.36.0` down to `2.10.1`."]]],[]]