// 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 access to documentation for various versions of the `video_transcoder_v1` service, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed contains a link to the `video_transcoder_v1_1_1TranscoderServiceClient-endpoint-snippet` for that specific release."],["The most current version, which is still a release candidate, is version 2.37.0-rc, found at the top of the version list."],["Instructions are provided for overriding the `video_transcoder_v1::TranscoderServiceClient` endpoint configuration, particularly in relation to Private Google Access."],["The webpage is primarily related to the `video_transcoder_v1` service, and the client that is connected to it."]]],[]]