Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit d5374b7

Browse files
authored
chore: add enumeration data type to .repo-metadata.json (#510)
Adds a standard enumeration of library types in .repo-metadata.json
1 parent 2999cf0 commit d5374b7

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.repo-metadata.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"name": "speech",
3-
"name_pretty": "Cloud Speech",
4-
"release_level": "ga",
5-
"language": "java",
6-
"repo": "googleapis/java-speech",
7-
"repo_short": "java-speech",
8-
"distribution_name": "com.google.cloud:google-cloud-speech",
9-
"client_documentation": "https://googleapis.dev/java/google-cloud-speech/latest/",
10-
"transport": "grpc",
11-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559758",
12-
"requires_billing": false,
13-
"api_id": "speech.googleapis.com",
14-
"product_documentation": "https://cloud.google.com/speech-to-text/docs/",
15-
"api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service."
16-
}
2+
"name": "speech",
3+
"name_pretty": "Cloud Speech",
4+
"release_level": "ga",
5+
"language": "java",
6+
"repo": "googleapis/java-speech",
7+
"repo_short": "java-speech",
8+
"distribution_name": "com.google.cloud:google-cloud-speech",
9+
"client_documentation": "https://googleapis.dev/java/google-cloud-speech/latest/",
10+
"transport": "grpc",
11+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559758",
12+
"requires_billing": false,
13+
"api_id": "speech.googleapis.com",
14+
"product_documentation": "https://cloud.google.com/speech-to-text/docs/",
15+
"api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service.",
16+
"library_type": "GAPIC_AUTO"
17+
}

0 commit comments

Comments
 (0)