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 webpage provides documentation for the `EndpointContext.Builder` class within the Google API Client Libraries for Java, specifically for version 2.55.0."],["The content lists various versions of the library, with version 2.63.1 being the latest and going down to version 2.7.1."],["The `EndpointContext.Builder` class allows for the configuration of various endpoint settings, such as client settings endpoint, mtls endpoint, resolved endpoint, transport channel provider endpoint, and universe domain."],["This builder class includes methods to set the service name, switch to mtls endpoint allowance, and identify if GDCH (Google Data Center Hosting) is in use, along with inherited members like `Object.clone()` and `Object.toString()`."],["The class contains methods such as `build()` which will generate an EndpointContext, as well as various setter methods to define different attributes and context."]]],[]]