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."],[[["The latest version of the `EndpointContext.Builder` is 2.63.1, as shown in the available versions list, but the current version of the document is 2.49.0."],["This documentation outlines the `EndpointContext.Builder` class, which is an abstract static class used in the Java API for building endpoint contexts."],["The `EndpointContext.Builder` class inherits from `java.lang.Object` and has several inherited methods like `clone()`, `equals()`, `hashCode()`, and more, as well as a constructor `Builder()`."],["Key methods within `EndpointContext.Builder` include `build()`, `setClientSettingsEndpoint()`, `setMtlsEndpoint()`, `setMtlsProvider()`, and others, all of which allow for the configuration of various endpoint and service settings."],["The `setUniverseDomain` method allows for setting the domain for Google Cloud Services, defaulting to 'googleapis.com' if no value is set."]]],[]]