// 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"]],[["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 page provides a comprehensive list of historical versions for the `video_livestream_v1_1_1LivestreamServiceClient`, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version, such as 2.36.0, 2.35.0, etc., includes a direct link to its specific documentation page, facilitating easy access to detailed information."],["The latest version is `2.37.0-rc`, indicating a release candidate, and can be found on the top of the version list, followed by a chronological list of older versions."],["The page includes a section that demonstrates how to override the default endpoint configuration for `video_livestream_v1::LivestreamServiceClient`, setting it to \"private.googleapis.com\"."],["All of the versions provide direct links to their specific pages showing how to override the `video_livestream_v1::LivestreamServiceClient` endpoint configuration."]]],[]]