File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
lineage/configmanagement/v1 Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1616
1717include (GoogleCloudCppLibrary )
1818
19- google_cloud_cpp_add_gapic_library (datacatalog "Google Cloud Data Catalog API"
20- SERVICE_DIRS "lineage/configmanagement/v1/" "lineage/v1/" "v1/" )
19+ google_cloud_cpp_add_gapic_library (
20+ datacatalog "Google Cloud Data Catalog API"
21+ SERVICE_DIRS "lineage/configmanagement/v1/" "lineage/v1/" "v1/" )
2122
2223if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
2324 add_executable (datacatalog_quickstart "quickstart/quickstart.cc" )
Original file line number Diff line number Diff line change 1+ {
2+ "api_id" : " datalineage.googleapis.com" ,
3+ "api_shortname" : " datalineage" ,
4+ "client_documentation" : " https://cloud.google.com/cpp/docs/reference/datacatalog/latest" ,
5+ "distribution_name" : " google-cloud-cpp" ,
6+ "issue_tracker" : " https://issuetracker.google.com/issues?q=componentid:1530027%20status=open" ,
7+ "language" : " cpp" ,
8+ "library_type" : " GAPIC_AUTO" ,
9+ "name_pretty" : " Data Lineage API" ,
10+ "product_documentation" : " https://cloud.google.com/dataplex/docs/about-data-lineage" ,
11+ "release_level" : " stable" ,
12+ "repo" : " googleapis/google-cloud-cpp" ,
13+ "requires_billing" : true
14+ }
You can’t perform that action at this time.
0 commit comments