// 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::GameServerConfigsServiceClient(
google::cloud::gameservices_v1::MakeGameServerConfigsServiceConnection(
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-05 UTC."],[[["The latest version available is 2.13.0-rc, with previous versions 2.12.0 and 2.11.0 also documented."],["The provided code snippet shows how to override the `GameServerConfigsServiceClient` endpoint configuration."],["The endpoint configuration example is compatible with Private Google Access, as indicated in the comments."]]],[]]