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

Commit 0e59437

Browse files
authored
chore: add enumeration data type to .repo-metadata.json (#155)
Adds a standard enumeration of library types in .repo-metadata.json
1 parent cc0b0a9 commit 0e59437

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.repo-metadata.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"name": "video-transcoder",
3-
"name_pretty": "Video Transcoder",
4-
"product_documentation": "https://cloud.google.com/transcoder/docs",
5-
"api_description": "allows you to transcode videos into a variety of formats. The Transcoder API benefits broadcasters, production companies, businesses, and individuals looking to transform their video content for use across a variety of user devices.",
6-
"client_documentation": "https://googleapis.dev/java/google-cloud-video-transcoder/latest/index.html",
7-
"release_level": "beta",
8-
"transport": "grpc",
9-
"language": "java",
10-
"repo": "googleapis/java-video-transcoder",
11-
"repo_short": "java-video-transcoder",
12-
"distribution_name": "com.google.cloud:google-cloud-video-transcoder",
13-
"api_id": "video-transcoder.googleapis.com",
14-
"requires_billing": true
15-
}
2+
"name": "video-transcoder",
3+
"name_pretty": "Video Transcoder",
4+
"product_documentation": "https://cloud.google.com/transcoder/docs",
5+
"api_description": "allows you to transcode videos into a variety of formats. The Transcoder API benefits broadcasters, production companies, businesses, and individuals looking to transform their video content for use across a variety of user devices.",
6+
"client_documentation": "https://googleapis.dev/java/google-cloud-video-transcoder/latest/index.html",
7+
"release_level": "beta",
8+
"transport": "grpc",
9+
"language": "java",
10+
"repo": "googleapis/java-video-transcoder",
11+
"repo_short": "java-video-transcoder",
12+
"distribution_name": "com.google.cloud:google-cloud-video-transcoder",
13+
"api_id": "video-transcoder.googleapis.com",
14+
"requires_billing": true,
15+
"library_type": "GAPIC_AUTO"
16+
}

0 commit comments

Comments
 (0)