// 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-04-09 UTC."],[[["The webpage provides documentation and reference for various versions of the `video_livestream_v1::LivestreamServiceClient`, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["Each version listed contains a link to documentation, specifically showing the endpoint snippet, which can be found in the respective version's subfolder under `/cpp/docs/reference/video/`."],["The content also provides an example of how to override the `video_livestream_v1::LivestreamServiceClient` endpoint configuration, including a link to information about Private Google Access."],["The example code shows how to set a custom endpoint, in this case `\"private.googleapis.com\"`, using the `google::cloud::Options` and `google::cloud::EndpointOption`."]]],[]]