// 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 access to various versions of the `video_livestream_v1::LivestreamServiceClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed offers a link to its corresponding documentation, specifically detailing the `LivestreamServiceClient` endpoint snippet."],["The most current version available is `2.37.0-rc`, indicating it's the latest release candidate."],["The page also includes information on how to override the default endpoint configuration, illustrating with an example to make it `private.googleapis.com`."],["The lowest available version of the `video_livestream_v1::LivestreamServiceClient` is version 2.11.0, and the page includes every incremental version up to the latest release."]]],[]]