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

Commit

Permalink
chore: add enumeration data type to .repo-metadata.json (#206)
Browse files Browse the repository at this point in the history
Adds a standard enumeration of library types in .repo-metadata.json
  • Loading branch information
Neenu1995 committed May 4, 2021
1 parent 69f0635 commit 8b28aa0
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "analytics-admin",
"name_pretty": "Analytics Admin",
"product_documentation": "https://developers.google.com/analytics",
"api_description": "allows you to manage Google Analytics accounts and properties.",
"client_documentation": "https://googleapis.dev/java/google-analytics-admin/latest/index.html",
"release_level": "alpha",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-analytics-admin",
"repo_short": "java-analytics-admin",
"distribution_name": "com.google.analytics:google-analytics-admin",
"api_id": "analyticsadmin.googleapis.com",
"requires_billing": true,
"codeowner_team": "@googleapis/analytics-dpe"
}
"name": "analytics-admin",
"name_pretty": "Analytics Admin",
"product_documentation": "https://developers.google.com/analytics",
"api_description": "allows you to manage Google Analytics accounts and properties.",
"client_documentation": "https://googleapis.dev/java/google-analytics-admin/latest/index.html",
"release_level": "alpha",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-analytics-admin",
"repo_short": "java-analytics-admin",
"distribution_name": "com.google.analytics:google-analytics-admin",
"api_id": "analyticsadmin.googleapis.com",
"requires_billing": true,
"codeowner_team": "@googleapis/analytics-dpe",
"library_type": "GAPIC_AUTO"
}

0 comments on commit 8b28aa0

Please sign in to comment.