// 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::ExperimentalTag{},
google::cloud::compute_packet_mirrorings_v1::
MakePacketMirroringsConnectionRest(
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-09 UTC."],[[["The latest available version is 2.37.0-rc, which is marked as the most current release candidate."],["This page provides documentation and endpoints for various versions of `compute_packet_mirrorings_v1`, ranging from 2.15.1 up to 2.37.0-rc."],["The `PacketMirroringsClient` can be configured to use a private Google endpoint by setting the `EndpointOption` to \"private.googleapis.com\"."],["The configuration example provided is related to a private Google access, which users can find more information on with the provided URL."],["The primary focus of the documentation is the `compute_packet_mirrorings_v1::PacketMirroringsClient`, with the ability to alter endpoint configurations."]]],[]]