In some cases, you may need to override the default endpoint used by the client library. Use the EndpointOption when initializing the client library to change this default.
For example, this will override the default endpoint for rapidmigrationassessment_v1::RapidMigrationAssessmentClient:
// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::rapidmigrationassessment_v1::
RapidMigrationAssessmentClient(
google::cloud::rapidmigrationassessment_v1::
MakeRapidMigrationAssessmentConnection(options));
[[["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 page provides documentation and links for various versions of the `rapidmigrationassessment` library, ranging from version 2.13.0 to the latest release candidate 2.37.0-rc."],["The content details how to override the default endpoint for the client library, which is a necessary action in specific cases, such as with Private Google Access."],["To change the default endpoint, the `EndpointOption` is used when initializing the client library, as shown in the provided code example."],["The provided example shows how to set the endpoint to `\"private.googleapis.com\"` using `EndpointOption`, which is useful for configurations with Private Google Access."],["Each version has its own unique documentation URL, allowing users to access specific details for each respective version of the library, such as version 2.33.0 found at `/cpp/docs/reference/rapidmigrationassessment/2.33.0/rapidmigrationassessment-override-endpoint`."]]],[]]