// 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"]],[["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-15 UTC."],[[["This page provides a list of available versions for the `compute_image_family_views_v1_1_1ImageFamilyViewsClient` component."],["The latest release candidate version is `2.37.0-rc`, and it is indicated as the latest on the list."],["The versions listed on this page go as far back as version `2.15.1`, including the full range of minor and patch versions up until `2.37.0-rc`."],["There is an override function to manually configure the `ImageFamilyViewsClient` endpoint, which is shown in a code snippet example."],["The endpoint configuration for the ImageFamilyViewsClient, shown in the example, is compatible with Private Google Access."]]],[]]