// 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 vpc_client =
google::cloud::video_stitcher_v1::VideoStitcherServiceClient(
google::cloud::video_stitcher_v1::MakeVideoStitcherServiceConnection(
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-08-28 UTC."],[[["\u003cp\u003eThe latest version available is 2.37.0-rc, which can be accessed via the provided link.\u003c/p\u003e\n"],["\u003cp\u003eA range of previous versions, from 2.36.0 down to 2.11.0, are also available for reference.\u003c/p\u003e\n"],["\u003cp\u003eEach version listed has a corresponding link that leads to its specific documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe provided endpoint configuration snippet can be used to override the default settings, such as with a Private Google Access configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe video stitcher service client is initiated using a google cloud option, which can be altered to change the configurations.\u003c/p\u003e\n"]]],[],null,["Version latestkeyboard_arrow_down\n\n- [2.42.0-rc (latest)](/cpp/docs/reference/video/latest/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.41.0](/cpp/docs/reference/video/2.41.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.40.0](/cpp/docs/reference/video/2.40.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.39.0](/cpp/docs/reference/video/2.39.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.38.0](/cpp/docs/reference/video/2.38.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.37.0](/cpp/docs/reference/video/2.37.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.36.0](/cpp/docs/reference/video/2.36.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.35.0](/cpp/docs/reference/video/2.35.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.34.0](/cpp/docs/reference/video/2.34.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.33.0](/cpp/docs/reference/video/2.33.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.32.0](/cpp/docs/reference/video/2.32.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.31.0](/cpp/docs/reference/video/2.31.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.30.0](/cpp/docs/reference/video/2.30.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.29.0](/cpp/docs/reference/video/2.29.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.28.0](/cpp/docs/reference/video/2.28.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.27.0](/cpp/docs/reference/video/2.27.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.26.0](/cpp/docs/reference/video/2.26.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.25.1](/cpp/docs/reference/video/2.25.1/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.24.0](/cpp/docs/reference/video/2.24.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.23.0](/cpp/docs/reference/video/2.23.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.22.1](/cpp/docs/reference/video/2.22.1/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.21.0](/cpp/docs/reference/video/2.21.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.20.0](/cpp/docs/reference/video/2.20.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.19.0](/cpp/docs/reference/video/2.19.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.18.0](/cpp/docs/reference/video/2.18.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.17.0](/cpp/docs/reference/video/2.17.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.16.0](/cpp/docs/reference/video/2.16.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.15.1](/cpp/docs/reference/video/2.15.1/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.14.0](/cpp/docs/reference/video/2.14.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.13.0](/cpp/docs/reference/video/2.13.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.12.0](/cpp/docs/reference/video/2.12.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet)\n- [2.11.0](/cpp/docs/reference/video/2.11.0/video_stitcher_v1_1_1VideoStitcherServiceClient-endpoint-snippet) \n\nOverride video_stitcher_v1::VideoStitcherServiceClient Endpoint Configuration\n=============================================================================\n\n // This configuration is common with Private Google Access:\n // https://cloud.google.com/vpc/docs/private-google-access\n auto options = google::cloud::Options{}.set\u003cgoogle::cloud::EndpointOption\u003e(\n \"private.googleapis.com\");\n auto vpc_client =\n google::cloud::video_stitcher_v1::VideoStitcherServiceClient(\n google::cloud::video_stitcher_v1::MakeVideoStitcherServiceConnection(\n options));"]]