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 (#155)
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 cc0b0a9 commit 0e59437
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .repo-metadata.json
@@ -1,15 +1,16 @@
{
"name": "video-transcoder",
"name_pretty": "Video Transcoder",
"product_documentation": "https://cloud.google.com/transcoder/docs",
"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.",
"client_documentation": "https://googleapis.dev/java/google-cloud-video-transcoder/latest/index.html",
"release_level": "beta",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-video-transcoder",
"repo_short": "java-video-transcoder",
"distribution_name": "com.google.cloud:google-cloud-video-transcoder",
"api_id": "video-transcoder.googleapis.com",
"requires_billing": true
}
"name": "video-transcoder",
"name_pretty": "Video Transcoder",
"product_documentation": "https://cloud.google.com/transcoder/docs",
"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.",
"client_documentation": "https://googleapis.dev/java/google-cloud-video-transcoder/latest/index.html",
"release_level": "beta",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-video-transcoder",
"repo_short": "java-video-transcoder",
"distribution_name": "com.google.cloud:google-cloud-video-transcoder",
"api_id": "video-transcoder.googleapis.com",
"requires_billing": true,
"library_type": "GAPIC_AUTO"
}

0 comments on commit 0e59437

Please sign in to comment.