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

Commit

Permalink
chore: add enumeration data type to .repo-metadata.json (#420)
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 f2ad65f commit db86c54
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .repo-metadata.json
@@ -1,15 +1,16 @@
{
"name": "accessapproval",
"name_pretty": "Access Approval",
"product_documentation": "https://cloud.google.com/access-approval/docs/",
"api_description": "enables controlling access to your organization's data by Google personnel.",
"client_documentation": "https://googleapis.dev/java/google-cloud-accessapproval/latest/index.html",
"release_level": "ga",
"transport": "grpc",
"requires_billing": true,
"language": "java",
"repo": "googleapis/java-accessapproval",
"repo_short": "java-accessapproval",
"distribution_name": "com.google.cloud:google-cloud-accessapproval",
"api_id": "accessapproval.googleapis.com"
"name": "accessapproval",
"name_pretty": "Access Approval",
"product_documentation": "https://cloud.google.com/access-approval/docs/",
"api_description": "enables controlling access to your organization's data by Google personnel.",
"client_documentation": "https://googleapis.dev/java/google-cloud-accessapproval/latest/index.html",
"release_level": "ga",
"transport": "grpc",
"requires_billing": true,
"language": "java",
"repo": "googleapis/java-accessapproval",
"repo_short": "java-accessapproval",
"distribution_name": "com.google.cloud:google-cloud-accessapproval",
"api_id": "accessapproval.googleapis.com",
"library_type": "GAPIC_AUTO"
}

0 comments on commit db86c54

Please sign in to comment.