// 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_packet_mirrorings_v1::PacketMirroringsClient(
google::cloud::compute_packet_mirrorings_v1::
MakePacketMirroringsConnectionRest(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 access to different versions of the `compute_packet_mirrorings_v1_1_1PacketMirroringsClient-endpoint-snippet` documentation, with version 2.37.0-rc being the latest available release candidate."],["The documentation covers a range of versions, starting from 2.15.1 up to the latest version and includes a variety of version updates such as 2.36.0, 2.35.0, etc."],["The content also gives details on how to override the `compute_packet_mirrorings_v1::PacketMirroringsClient` Endpoint Configuration, detailing the use of `private.googleapis.com` and the associated `Options` class."],["The page references using a rest client through `google::cloud::compute_packet_mirrorings_v1::MakePacketMirroringsConnectionRest(options)`."]]],[]]