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

Commit 7c9ab3f

Browse files
authored
chore: add enumeration data type to .repo-metadata.json (#399)
Adds a standard enumeration of library types in .repo-metadata.json
1 parent b35b0ae commit 7c9ab3f

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.repo-metadata.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"name": "billing",
3-
"name_pretty": "Cloud Billing",
4-
"product_documentation": "https://cloud.google.com/billing/docs",
5-
"client_documentation": "https://googleapis.dev/java/google-cloud-billing/latest/",
6-
"api_description": "allows developers to manage their billing accounts or browse the catalog of SKUs and pricing.",
7-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559770",
8-
"release_level": "ga",
9-
"language": "java",
10-
"repo": "googleapis/java-billing",
11-
"repo_short": "java-billing",
12-
"distribution_name": "com.google.cloud:google-cloud-billing",
13-
"api_id": "cloudbilling.googleapis.com",
14-
"transport": "grpc",
15-
"requires_billing": true
16-
}
2+
"name": "billing",
3+
"name_pretty": "Cloud Billing",
4+
"product_documentation": "https://cloud.google.com/billing/docs",
5+
"client_documentation": "https://googleapis.dev/java/google-cloud-billing/latest/",
6+
"api_description": "allows developers to manage their billing accounts or browse the catalog of SKUs and pricing.",
7+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559770",
8+
"release_level": "ga",
9+
"language": "java",
10+
"repo": "googleapis/java-billing",
11+
"repo_short": "java-billing",
12+
"distribution_name": "com.google.cloud:google-cloud-billing",
13+
"api_id": "cloudbilling.googleapis.com",
14+
"transport": "grpc",
15+
"requires_billing": true,
16+
"library_type": "GAPIC_AUTO"
17+
}

0 commit comments

Comments
 (0)