1type: google.api.Service 2config_version: 3 3name: transcoder.googleapis.com 4title: Transcoder API 5 6apis: 7- name: google.cloud.video.transcoder.v1.TranscoderService 8 9documentation: 10 summary: |- 11 This API converts video files into formats suitable for consumer 12 distribution. For more information, see the <a 13 href="https://cloud.google.com/transcoder/docs/concepts/overview">Transcoder 14 API overview</a>. 15 16backend: 17 rules: 18 - selector: 'google.cloud.video.transcoder.v1.TranscoderService.*' 19 deadline: 30.0 20 21authentication: 22 rules: 23 - selector: 'google.cloud.video.transcoder.v1.TranscoderService.*' 24 oauth: 25 canonical_scopes: |- 26 https://www.googleapis.com/auth/cloud-platform 27