// 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::dataplex_v1::DataScanServiceClient(
google::cloud::dataplex_v1::MakeDataScanServiceConnection(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-14 UTC."],[[["This webpage provides access to the version history and documentation for the `dataplex_v1_1_1DataScanServiceClient` component, spanning from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to its specific documentation for `dataplex_v1_1_1DataScanServiceClient`, enabling users to explore the changes and features of each release."],["The most recent version of `dataplex_v1_1_1DataScanServiceClient` that is available is version 2.37.0-rc, which can be found at the top of the list, indicating it's the latest update to this documentation."],["The page allows users to configure the endpoint for `dataplex_v1::DataScanServiceClient`, with an example configuration snippet provided for use with Private Google Access."]]],[]]