// 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::ExperimentalTag{},
google::cloud::compute_image_family_views_v1::
MakeImageFamilyViewsConnectionRest(
google::cloud::ExperimentalTag{}, 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-02 UTC."],[[["The latest version available is 2.37.0-rc, which is designated as the most current release candidate."],["This page provides a comprehensive list of versions for `compute_image_family_views_v1_1_1ImageFamilyViewsClient`, ranging from the latest release candidate down to version 2.15.1."],["Each listed version includes a direct link to its specific documentation, enabling quick access to version-specific information."],["The documentation also outlines how to override the default endpoint configuration for `compute_image_family_views_v1::ImageFamilyViewsClient`, particularly for use with Private Google Access."],["There are a total of 23 different versions listed in this documentation."]]],[]]