// 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 vpc_client = google::cloud::managedkafka_v1::ManagedKafkaClient(
google::cloud::managedkafka_v1::MakeManagedKafkaConnection(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-07-09 UTC."],[[["The latest version of the Managed Kafka client is 2.37.0-rc."],["The webpage provides access to the documentation for multiple previous versions of the Managed Kafka client, ranging from version 2.36.0 down to 2.26.0."],["The content demonstrates how to override the default endpoint configuration for the `managedkafka_v1::ManagedKafkaClient`, particularly for use with Private Google Access."],["Each version listed in the content contains documentation and code snippet for the managedkafka_v1_1_1ManagedKafkaClient-endpoint-snippet."]]],[]]