Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 5dbd66d

Browse files
authored
chore: add enumeration data type to .repo-metadata.json (#463)
Adds a standard enumeration of library types in .repo-metadata.json
1 parent 86fc9af commit 5dbd66d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.repo-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"distribution_name": "com.google.cloud:google-cloud-document-ai",
1313
"api_id": "documentai.googleapis.com",
1414
"transport": "grpc",
15-
"requires_billing": true
15+
"requires_billing": true,
16+
"library_type": "GAPIC_AUTO"
1617
}

0 commit comments

Comments
 (0)