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 (#170)
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 d9fd9f4 commit db2999c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions .repo-metadata.json
@@ -1,15 +1,16 @@
{
"name": "security-private-ca",
"name_pretty": "Certificate Authority Service",
"product_documentation": "https://cloud.google.com/certificate-authority-service/docs",
"api_description": "simplifies the deployment and management of private CAs without managing infrastructure.",
"client_documentation": "https://googleapis.dev/java/google-cloud-security-private-ca/latest/index.html",
"release_level": "beta",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-security-private-ca",
"repo_short": "java-security-private-ca",
"distribution_name": "com.google.cloud:google-cloud-security-private-ca",
"api_id": "security-privateca.googleapis.com",
"requires_billing": true
}
"name": "security-private-ca",
"name_pretty": "Certificate Authority Service",
"product_documentation": "https://cloud.google.com/certificate-authority-service/docs",
"api_description": "simplifies the deployment and management of private CAs without managing infrastructure.",
"client_documentation": "https://googleapis.dev/java/google-cloud-security-private-ca/latest/index.html",
"release_level": "beta",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-security-private-ca",
"repo_short": "java-security-private-ca",
"distribution_name": "com.google.cloud:google-cloud-security-private-ca",
"api_id": "security-privateca.googleapis.com",
"requires_billing": true,
"library_type": "GAPIC_AUTO"
}
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-security-private-ca.git",
"sha": "3bdb40e5de459353ef51f3a4d2640b355a5842ae"
"sha": "07d2611bad70123f68b244d70dcec24a0e8dd331"
}
}
]
Expand Down

0 comments on commit db2999c

Please sign in to comment.