Skip to content

Commit 7b15a9a

Browse files
committed
formatting
1 parent 388f77d commit 7b15a9a

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

google/cloud/datacatalog/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616

1717
include(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

2223
if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
2324
add_executable(datacatalog_quickstart "quickstart/quickstart.cc")
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

0 commit comments

Comments
 (0)