EndpointContext is an internal class used by the client library to resolve the endpoint. It is
created once the library is initialized should not be updated manually.
Contains the fields required to resolve the endpoint and Universe Domain
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.
Check that the User configured universe domain matches the Credentials' universe domain. The
status code parameter is passed in to this method as it's a limitation of Gax's modules. The
transport-neutral module does have access the transport-specific modules (which contain the
implementation of the StatusCode). This method is scoped to be internal and should be not be
accessed by users.
[[["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 page provides documentation for the `EndpointContext` class in version 2.58.0 of the Google Cloud Client Libraries for Java, which is used internally to resolve service endpoints."],["The `EndpointContext` class contains fields necessary for determining the endpoint and the Universe Domain, and it is created once upon initialization and should not be manually updated."],["It offers static fields for `GOOGLE_CLOUD_UNIVERSE_DOMAIN`, `INVALID_UNIVERSE_DOMAIN_ERROR_TEMPLATE`, and `UNABLE_TO_RETRIEVE_CREDENTIALS_ERROR_MESSAGE`, along with static methods to get the default instance and a new builder."],["Key methods in the class include retrieving `clientSettingsEndpoint`, `mtlsEndpoint`, `resolvedEndpoint`, `serviceName`, `universeDomain`, and checking if switching to an mTLS endpoint or using GDCH is allowed, among other things."],["A list of all versions of this class are available from version 2.7.1 up to the latest version, 2.63.1."]]],[]]