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 available versions of the `EndpointContext.Builder` class, with version 2.63.1 being the most recent."],["The `EndpointContext.Builder` class, inherited from `java.lang.Object`, provides methods for constructing an `EndpointContext` object."],["Key functionalities include methods to set various endpoint-related parameters like `clientSettingsEndpoint`, `mtlsEndpoint`, `resolvedEndpoint`, `universeDomain`, `transportChannelProviderEndpoint` and `serviceName`."],["The `build()` method creates and returns an `EndpointContext` object, which may throw an `IOException` if an error occurs."],["The class also provides methods for setting MTLS (mutual Transport Layer Security) configurations, universe domains, and switching to MTLS endpoints."]]],[]]