// 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::video_transcoder_v1::TranscoderServiceClient(
google::cloud::video_transcoder_v1::MakeTranscoderServiceConnection(
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-14 UTC."],[[["The latest available version is 2.37.0-rc, which can be accessed via the provided link."],["The page provides a list of available versions for the `video_transcoder_v1_1_1TranscoderServiceClient`, ranging from the latest to version 2.11.0."],["Each version listed includes a direct link to its specific documentation for the `video_transcoder_v1_1_1TranscoderServiceClient-endpoint-snippet`."],["There is an override configuration example for the `video_transcoder_v1::TranscoderServiceClient` Endpoint that is common with Private Google Access."],["Version 2.20.0, is shown at the top of the listing, however, this is the version of the page itself, and not the latest version of the service, or the default version on display."]]],[]]