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