// 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::GameServerClustersServiceClient(
google::cloud::gameservices_v1::MakeGameServerClustersServiceConnection(
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-08-07 UTC."],[[["\u003cp\u003eThe latest version available is 2.13.0-rc, with previous versions 2.12.0 and 2.11.0 also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe provided code snippet shows how to override the default endpoint configuration for \u003ccode\u003egameservices_v1::GameServerClustersServiceClient\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe configuration example is applicable when using Private Google Access, as referenced by the provided link.\u003c/p\u003e\n"],["\u003cp\u003eThe code utilizes \u003ccode\u003egoogle::cloud::Options\u003c/code\u003e to set the endpoint to "private.googleapis.com" for the client.\u003c/p\u003e\n"]]],[],null,[]]