// 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::compute_image_family_views_v1::ImageFamilyViewsClient(
google::cloud::compute_image_family_views_v1::
MakeImageFamilyViewsConnectionRest(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 available is 2.37.0-rc."],["This webpage provides access to documentation for multiple versions of the compute image family views, ranging from version 2.15.1 up to the latest release candidate."],["The documentation outlines the endpoint configuration for `compute_image_family_views_v1::ImageFamilyViewsClient`, which can be customized to use \"private.googleapis.com,\" consistent with Private Google Access."],["Each listed version links to specific documentation, allowing users to refer to versions 2.15.1 through 2.36.0, as well as the latest 2.37.0-rc release."]]],[]]