// 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."],[[["This webpage provides a comprehensive list of versions for the `video_transcoder_v1_1_1TranscoderServiceClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version corresponds to a specific documentation page, allowing users to access the details for that particular release, as indicated by their unique endpoints."],["The latest version, identified as 2.37.0-rc, is clearly marked, while the latest stable version will be found somewhere in the middle of the list."],["The page includes an example of how to override the endpoint configuration for the `TranscoderServiceClient`, demonstrating a use case that involves Private Google Access."],["The page showcases more than 25 different version numbers for users to access."]]],[]]