// 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::contentwarehouse_v1::PipelineServiceClient(
google::cloud::contentwarehouse_v1::MakePipelineServiceConnection(
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-07-09 UTC."],[[["The latest release candidate version is 2.37.0-rc, providing access to the most up-to-date features."],["This page lists the available versions from 2.12.0 through 2.37.0-rc, with each one linked to its respective documentation for the PipelineServiceClient."],["Version 2.24.0, is specifically called out, which implies it may be either the current, or the minimum supported version."],["The contentwarehouse_v1::PipelineServiceClient endpoint configuration can be overridden, especially for use with Private Google Access, by using the `private.googleapis.com` endpoint."]]],[]]