// 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-03-21 UTC."],[[["Version 2.13.0-rc is the latest available version for GameServerClustersServiceClient, followed by versions 2.12.0 and 2.11.0."],["The document details how to override the endpoint configuration for `gameservices_v1::GameServerClustersServiceClient`."],["Configuration for the `GameServerClustersServiceClient` endpoint can be done with Private Google Access using the `private.googleapis.com` address."],["An example is provided on how to configure the endpoint, through the `google::cloud::Options{}.set\u003cgoogle::cloud::EndpointOption\u003e` method, and set a client."]]],[]]