// 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::contentwarehouse_v1::SynonymSetServiceClient(
google::cloud::contentwarehouse_v1::MakeSynonymSetServiceConnection(
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-04-17 UTC."],[[["The latest release candidate version is 2.37.0-rc, providing access to the most up-to-date features."],["Version 2.35.0 is the current stable release being displayed, with the option to view previous versions in a descending list all the way down to 2.12.0."],["Each version in the list includes a direct link to its respective documentation for the contentwarehouse_v1_1_1SynonymSetServiceClient-endpoint-snippet."],["The documentation provides instructions on configuring the endpoint for contentwarehouse_v1::SynonymSetServiceClient, including a code snippet that demonstrates how to use the private.googleapis.com endpoint option with the MakeSynonymSetServiceConnection function."]]],[]]