// 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_livestream_v1::LivestreamServiceClient(
google::cloud::video_livestream_v1::MakeLivestreamServiceConnection(
options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The webpage provides documentation and reference information for various versions of the `video_livestream_v1_1_1LivestreamServiceClient` in C++."],["Version 2.37.0-rc is the latest release candidate, while 2.34.0 is the currently displayed version."],["A range of versions, from 2.11.0 to 2.37.0-rc, are accessible, offering historical reference points for the `video_livestream_v1_1_1LivestreamServiceClient`."],["The page offers information on how to override the default `video_livestream_v1::LivestreamServiceClient` endpoint configuration, using the \"private.googleapis.com\" endpoint as an example."]]],[]]