// 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-08 UTC."],[[["This page provides a comprehensive list of versions for the `compute_image_family_views_v1_1_1ImageFamilyViewsClient` component."],["The latest version available is `2.37.0-rc`, which is marked as the most recent release candidate."],["The list includes version history from `2.37.0-rc` down to `2.15.1`, each linked to its respective documentation page for the `compute_image_family_views_v1_1_1ImageFamilyViewsClient`."],["The page also contains an example of overriding the default endpoint configuration using `private.googleapis.com` for Private Google Access."],["Version 2.20.0 is the page landing page, with all other version being accessible through the dropdown."]]],[]]