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

Commit

Permalink
chore: add enumeration data type to .repo-metadata.json (#69)
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 6039074 commit 411e0cb
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .repo-metadata.json
@@ -1,15 +1,16 @@
{
"name": "networkconnectivity",
"name_pretty": "Network Connectivity Center",
"product_documentation": "https://cloud.google.com/network-connectivity/docs",
"api_description": "Google's suite of products that provide enterprise connectivity from your on-premises network or from another cloud provider to your Virtual Private Cloud (VPC) network",
"client_documentation": "https://googleapis.dev/java/google-cloud-networkconnectivity/latest/index.html",
"release_level": "alpha",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-networkconnectivity",
"repo_short": "java-networkconnectivity",
"distribution_name": "com.google.cloud:google-cloud-networkconnectivity",
"api_id": "networkconnectivity.googleapis.com",
"requires_billing": true
}
"name": "networkconnectivity",
"name_pretty": "Network Connectivity Center",
"product_documentation": "https://cloud.google.com/network-connectivity/docs",
"api_description": "Google's suite of products that provide enterprise connectivity from your on-premises network or from another cloud provider to your Virtual Private Cloud (VPC) network",
"client_documentation": "https://googleapis.dev/java/google-cloud-networkconnectivity/latest/index.html",
"release_level": "alpha",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-networkconnectivity",
"repo_short": "java-networkconnectivity",
"distribution_name": "com.google.cloud:google-cloud-networkconnectivity",
"api_id": "networkconnectivity.googleapis.com",
"requires_billing": true,
"library_type": "GAPIC_AUTO"
}

0 comments on commit 411e0cb

Please sign in to comment.