ServiceName is host URI for Google Cloud Services. It follows the format of
{ServiceName}.googleapis.com. For example, speech.googleapis.com would have a ServiceName
of speech and cloudasset.googleapis.com would have a ServiceName of cloudasset.
Universe Domain is the domain for Google Cloud Services. It follows the format of
{ServiceName}.{UniverseDomain}. For example, speech.googleapis.com would have a Universe
Domain value of googleapis.com and cloudasset.test.com would have a Universe Domain of
test.com. If this value is not set, this will default to googleapis.com.
[[["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-02 UTC."],[[["This document outlines the `EndpointContext.Builder` class within the Google API Client Libraries for Java, detailing its functionality and inheritance from `java.lang.Object`."],["The content provides a comprehensive list of versions ranging from 2.7.1 to 2.63.1, with 2.63.1 being the latest version and 2.51.0 being the currently highlighted version."],["`EndpointContext.Builder` includes methods such as `build()`, `setClientSettingsEndpoint()`, `setMtlsEndpoint()`, and `setUniverseDomain()`, used for configuring various aspects of the endpoint context."],["The `EndpointContext.Builder` class is designed to allow for the construction of an `EndpointContext` object, and it allows for the configuration of the client settings endpoint, mtls endpoint, mtls provider, resolved endpoint, resolved universe domain, service name, transport channel provider endpoint, universe domain, and if it is using GDCH."],["The document provides details on parameter types, descriptions, return types, and potential exceptions for the methods within the `EndpointContext.Builder` class."]]],[]]