// 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_region_instant_snapshots_v1::
RegionInstantSnapshotsClient(
google::cloud::compute_region_instant_snapshots_v1::
MakeRegionInstantSnapshotsConnectionRest(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."],[[["This webpage provides access to documentation for various versions of the `compute_region_instant_snapshots_v1_1_1RegionInstantSnapshotsClient` component, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["The latest release candidate for this component is version 2.37.0-rc, as indicated by the \"(latest)\" tag."],["The content includes documentation for numerous versions in between the oldest (2.15.1) and newest (2.37.0-rc), allowing users to access specific version details, such as 2.29.0, which is mentioned at the top of the document."],["The webpage includes a section on overriding the endpoint configuration for `compute_region_instant_snapshots_v1::RegionInstantSnapshotsClient`, demonstrating how to set up private Google access using code examples."],["Each listed version in the documentation includes a link to a corresponding endpoint snippet within the same component, which is `compute_region_instant_snapshots_v1_1_1RegionInstantSnapshotsClient-endpoint-snippet`."]]],[]]