// 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::datacatalog_lineage_v1::LineageClient(
google::cloud::datacatalog_lineage_v1::MakeLineageConnection(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-21 UTC."],[[["The latest release candidate version available is 2.37.0-rc, representing the most current development stage."],["This page provides access to a comprehensive list of Data Catalog Lineage client versions, spanning from the latest release candidate down to version 2.11.0."],["Each version listed, such as 2.36.0, 2.35.0, and so on, includes a direct link to its specific documentation for the LineageClient endpoint snippet."],["The content also outlines how to override the datacatalog_lineage_v1::LineageClient Endpoint Configuration using private Google access."],["Version 2.15.1 marks a specific version in the lineage client's history, with each version providing different functionalities and updates to the client."]]],[]]