@@ -47871,6 +47871,134 @@
4787147871 }
4787247872 ]
4787347873 },
47874+ {
47875+ "id": "google.cloud.video.transcoder.v1",
47876+ "directory": "google/cloud/video/transcoder/v1",
47877+ "version": "v1",
47878+ "majorVersion": "v1",
47879+ "hostName": "transcoder.googleapis.com",
47880+ "title": "Transcoder API",
47881+ "description": "This API converts video files into formats suitable for consumer distribution.",
47882+ "importDirectories": [
47883+ "google/api",
47884+ "google/cloud/video/transcoder/v1",
47885+ "google/protobuf",
47886+ "google/rpc"
47887+ ],
47888+ "options": {
47889+ "java_package": {
47890+ "valueCounts": {
47891+ "com.google.cloud.video.transcoder.v1": 2
47892+ }
47893+ },
47894+ "java_multiple_files": {
47895+ "valueCounts": {
47896+ "true": 2
47897+ }
47898+ },
47899+ "go_package": {
47900+ "valueCounts": {
47901+ "google.golang.org/genproto/googleapis/cloud/video/transcoder/v1;transcoder": 2
47902+ }
47903+ }
47904+ },
47905+ "services": [
47906+ {
47907+ "shortName": "TranscoderService",
47908+ "fullName": "google.cloud.video.transcoder.v1.TranscoderService",
47909+ "methods": [
47910+ {
47911+ "shortName": "CreateJob",
47912+ "fullName": "google.cloud.video.transcoder.v1.TranscoderService.CreateJob",
47913+ "mode": "UNARY",
47914+ "bindings": [
47915+ {
47916+ "httpMethod": "POST",
47917+ "path": "/v1/{parent=projects/*/locations/*}/jobs"
47918+ }
47919+ ]
47920+ },
47921+ {
47922+ "shortName": "CreateJobTemplate",
47923+ "fullName": "google.cloud.video.transcoder.v1.TranscoderService.CreateJobTemplate",
47924+ "mode": "UNARY",
47925+ "bindings": [
47926+ {
47927+ "httpMethod": "POST",
47928+ "path": "/v1/{parent=projects/*/locations/*}/jobTemplates"
47929+ }
47930+ ]
47931+ },
47932+ {
47933+ "shortName": "DeleteJob",
47934+ "fullName": "google.cloud.video.transcoder.v1.TranscoderService.DeleteJob",
47935+ "mode": "UNARY",
47936+ "bindings": [
47937+ {
47938+ "httpMethod": "DELETE",
47939+ "path": "/v1/{name=projects/*/locations/*/jobs/*}"
47940+ }
47941+ ]
47942+ },
47943+ {
47944+ "shortName": "DeleteJobTemplate",
47945+ "fullName": "google.cloud.video.transcoder.v1.TranscoderService.DeleteJobTemplate",
47946+ "mode": "UNARY",
47947+ "bindings": [
47948+ {
47949+ "httpMethod": "DELETE",
47950+ "path": "/v1/{name=projects/*/locations/*/jobTemplates/*}"
47951+ }
47952+ ]
47953+ },
47954+ {
47955+ "shortName": "GetJob",
47956+ "fullName": "google.cloud.video.transcoder.v1.TranscoderService.GetJob",
47957+ "mode": "UNARY",
47958+ "bindings": [
47959+ {
47960+ "httpMethod": "GET",
47961+ "path": "/v1/{name=projects/*/locations/*/jobs/*}"
47962+ }
47963+ ]
47964+ },
47965+ {
47966+ "shortName": "GetJobTemplate",
47967+ "fullName": "google.cloud.video.transcoder.v1.TranscoderService.GetJobTemplate",
47968+ "mode": "UNARY",
47969+ "bindings": [
47970+ {
47971+ "httpMethod": "GET",
47972+ "path": "/v1/{name=projects/*/locations/*/jobTemplates/*}"
47973+ }
47974+ ]
47975+ },
47976+ {
47977+ "shortName": "ListJobs",
47978+ "fullName": "google.cloud.video.transcoder.v1.TranscoderService.ListJobs",
47979+ "mode": "UNARY",
47980+ "bindings": [
47981+ {
47982+ "httpMethod": "GET",
47983+ "path": "/v1/{parent=projects/*/locations/*}/jobs"
47984+ }
47985+ ]
47986+ },
47987+ {
47988+ "shortName": "ListJobTemplates",
47989+ "fullName": "google.cloud.video.transcoder.v1.TranscoderService.ListJobTemplates",
47990+ "mode": "UNARY",
47991+ "bindings": [
47992+ {
47993+ "httpMethod": "GET",
47994+ "path": "/v1/{parent=projects/*/locations/*}/jobTemplates"
47995+ }
47996+ ]
47997+ }
47998+ ]
47999+ }
48000+ ]
48001+ },
4787448002 {
4787548003 "id": "google.cloud.video.transcoder.v1beta1",
4787648004 "directory": "google/cloud/video/transcoder/v1beta1",
0 commit comments