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-09 UTC."],[[["This webpage provides documentation for the `EndpointContext.Builder` class within the Google API Client Libraries for Java, specifically within the `com.google.api.gax.rpc` package, with the latest version being 2.63.1."],["The `EndpointContext.Builder` class is an abstract builder that extends the `java.lang.Object` class, allowing users to configure and create `EndpointContext` objects, with all its inherited object methods being listed."],["The builder includes methods for setting various properties of the `EndpointContext`, such as the client settings endpoint, mTLS endpoint, resolved endpoint, universe domain, service name, and transport channel provider endpoint, as well as switching to mtlsEndpoint, or using GDCH."],["The `build()` method is used to finalize and construct an `EndpointContext` object based on the settings configured through the builder, and it can potentially throw an `IOException`."],["The documentation covers a wide range of versions for this builder, from version 2.63.1 down to 2.7.1, with each version having its own unique hyperlink to its respective documentation."]]],[]]