// 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::videointelligence_v1::VideoIntelligenceServiceClient(
google::cloud::videointelligence_v1::
MakeVideoIntelligenceServiceConnection(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."],[[["The latest release candidate version available is 2.37.0-rc for the VideoIntelligenceServiceClient."],["This page lists available versions of the VideoIntelligenceServiceClient, ranging from the latest release candidate, version 2.37.0-rc, down to version 2.11.0."],["The provided content allows users to access documentation specific to each version, by navigating the version listed on the page, each link leads to its own respective documentation."],["Instructions are provided on how to override the VideoIntelligenceServiceClient endpoint configuration, which is compatible with Private Google Access."]]],[]]