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-03-21 UTC."],[[["This webpage provides documentation for the `EndpointContext.Builder` class within the Google API Client Libraries for Java, specifically version 2.50.0, with links to other versions of the documentation."],["The `EndpointContext.Builder` class is an abstract class used for building `EndpointContext` objects, inheriting properties and methods from the Java `Object` class."],["Key functionalities of the `EndpointContext.Builder` class include setting various endpoint configurations such as `clientSettingsEndpoint`, `mtlsEndpoint`, `resolvedEndpoint`, and `transportChannelProviderEndpoint`, including settings for universe domain, service name, and whether switching to mtls is allowed."],["The `build()` method of `EndpointContext.Builder` is used to construct an `EndpointContext` object, which may throw an `IOException` and returns an `EndpointContext`."],["The class includes methods to set the `mtlsProvider` which provides mTLS functionality, the `serviceName`, and whether or not Google data center hosting (GDCH) is being used."]]],[]]