// 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"]],[["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."],[[["This webpage provides access to different versions of the `dataplex_v1_1_1DataScanServiceClient` documentation, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The primary focus is on the `dataplex_v1::DataScanServiceClient` within the context of the Dataplex service, with documentation provided for each version."],["The documentation includes a snippet for overriding the endpoint configuration for `dataplex_v1::DataScanServiceClient`, using the \"private.googleapis.com\" endpoint, as a common configuration for Private Google Access."],["The available versions include stable releases and a release candidate."]]],[]]