From 411e0cb2c835d945d42a44f18036714779ef22e1 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Tue, 4 May 2021 12:42:27 -0400 Subject: [PATCH] chore: add enumeration data type to .repo-metadata.json (#69) Adds a standard enumeration of library types in .repo-metadata.json --- .repo-metadata.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index d4708222..3570e207 100644 --- a/.repo-metadata.json +++ b/.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 -} \ No newline at end of file + "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" +}