// 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"]],[["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-03-05 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."]]],[]]