// 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::gameservices_v1::RealmsServiceClient(
google::cloud::gameservices_v1::MakeRealmsServiceConnection(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."],[[["Version 2.13.0-rc is the latest available version, while version 2.12.0 and 2.11.0 are also accessible."],["The provided code demonstrates how to override the `gameservices_v1::RealmsServiceClient` endpoint configuration."],["The example uses the `private.googleapis.com` endpoint, which is common with Private Google Access."],["The `google::cloud::Options` class is used to set the endpoint configuration."]]],[]]