// 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::pubsub::SchemaServiceClient(
google::cloud::pubsub::MakeSchemaServiceConnection(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 available version is 2.37.0-rc, which is marked as the most current release candidate."],["The webpage provides access to a historical archive of documentation for the SchemaServiceClient, ranging from version 2.11.0 up to the latest version."],["The content includes a section that details how to override the default endpoint for `SchemaServiceClient`, using `private.googleapis.com` as an example."],["Version 2.26.0 is specifically highlighted, showing that this version is where the documentation provided begins."]]],[]]