-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not populate api_id if it's empty string
- Loading branch information
1 parent
98a3359
commit c6a33bb
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
library_generation/test/resources/goldens/.repo-metadata-empty-api-id-golden.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"api_shortname": "baremetalsolution", | ||
"name_pretty": "Bare Metal Solution", | ||
"product_documentation": "https://cloud.google.com/bare-metal/docs", | ||
"api_description": "Bring your Oracle workloads to Google Cloud with Bare Metal Solution and jumpstart your cloud journey with minimal risk.", | ||
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bare-metal-solution/latest/overview", | ||
"release_level": "preview", | ||
"transport": "grpc", | ||
"language": "java", | ||
"repo": "googleapis/google-cloud-java", | ||
"repo_short": "java-bare-metal-solution", | ||
"distribution_name": "com.google.cloud:google-cloud-bare-metal-solution", | ||
"api_id": "baremetalsolution.googleapis.com", | ||
"library_type": "GAPIC_AUTO", | ||
"requires_billing": true, | ||
"rest_documentation": "https://cloud.google.com/bare-metal/docs/reference/rest", | ||
"rpc_documentation": "https://cloud.google.com/bare-metal/docs/reference/rpc" | ||
} |