@@ -60797,6 +60797,223 @@
6079760797 }
6079860798 ]
6079960799 },
60800+ {
60801+ "id": "google.cloud.video.livestream.v1",
60802+ "directory": "google/cloud/video/livestream/v1",
60803+ "version": "v1",
60804+ "majorVersion": "v1",
60805+ "hostName": "livestream.googleapis.com",
60806+ "title": "Live Stream API",
60807+ "description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
60808+ "importDirectories": [
60809+ "google/api",
60810+ "google/cloud/video/livestream/v1",
60811+ "google/longrunning",
60812+ "google/protobuf",
60813+ "google/rpc"
60814+ ],
60815+ "options": {
60816+ "go_package": {
60817+ "valueCounts": {
60818+ "google.golang.org/genproto/googleapis/cloud/video/livestream/v1;livestream": 3
60819+ }
60820+ },
60821+ "java_multiple_files": {
60822+ "valueCounts": {
60823+ "true": 3
60824+ }
60825+ },
60826+ "java_package": {
60827+ "valueCounts": {
60828+ "com.google.cloud.video.livestream.v1": 3
60829+ }
60830+ }
60831+ },
60832+ "services": [
60833+ {
60834+ "shortName": "LivestreamService",
60835+ "fullName": "google.cloud.video.livestream.v1.LivestreamService",
60836+ "methods": [
60837+ {
60838+ "shortName": "CreateChannel",
60839+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.CreateChannel",
60840+ "mode": "UNARY",
60841+ "bindings": [
60842+ {
60843+ "httpMethod": "POST",
60844+ "path": "/v1/{parent=projects/*/locations/*}/channels"
60845+ }
60846+ ]
60847+ },
60848+ {
60849+ "shortName": "CreateEvent",
60850+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.CreateEvent",
60851+ "mode": "UNARY",
60852+ "bindings": [
60853+ {
60854+ "httpMethod": "POST",
60855+ "path": "/v1/{parent=projects/*/locations/*/channels/*}/events"
60856+ }
60857+ ]
60858+ },
60859+ {
60860+ "shortName": "CreateInput",
60861+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.CreateInput",
60862+ "mode": "UNARY",
60863+ "bindings": [
60864+ {
60865+ "httpMethod": "POST",
60866+ "path": "/v1/{parent=projects/*/locations/*}/inputs"
60867+ }
60868+ ]
60869+ },
60870+ {
60871+ "shortName": "DeleteChannel",
60872+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.DeleteChannel",
60873+ "mode": "UNARY",
60874+ "bindings": [
60875+ {
60876+ "httpMethod": "DELETE",
60877+ "path": "/v1/{name=projects/*/locations/*/channels/*}"
60878+ }
60879+ ]
60880+ },
60881+ {
60882+ "shortName": "DeleteEvent",
60883+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.DeleteEvent",
60884+ "mode": "UNARY",
60885+ "bindings": [
60886+ {
60887+ "httpMethod": "DELETE",
60888+ "path": "/v1/{name=projects/*/locations/*/channels/*/events/*}"
60889+ }
60890+ ]
60891+ },
60892+ {
60893+ "shortName": "DeleteInput",
60894+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.DeleteInput",
60895+ "mode": "UNARY",
60896+ "bindings": [
60897+ {
60898+ "httpMethod": "DELETE",
60899+ "path": "/v1/{name=projects/*/locations/*/inputs/*}"
60900+ }
60901+ ]
60902+ },
60903+ {
60904+ "shortName": "GetChannel",
60905+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.GetChannel",
60906+ "mode": "UNARY",
60907+ "bindings": [
60908+ {
60909+ "httpMethod": "GET",
60910+ "path": "/v1/{name=projects/*/locations/*/channels/*}"
60911+ }
60912+ ]
60913+ },
60914+ {
60915+ "shortName": "GetEvent",
60916+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.GetEvent",
60917+ "mode": "UNARY",
60918+ "bindings": [
60919+ {
60920+ "httpMethod": "GET",
60921+ "path": "/v1/{name=projects/*/locations/*/channels/*/events/*}"
60922+ }
60923+ ]
60924+ },
60925+ {
60926+ "shortName": "GetInput",
60927+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.GetInput",
60928+ "mode": "UNARY",
60929+ "bindings": [
60930+ {
60931+ "httpMethod": "GET",
60932+ "path": "/v1/{name=projects/*/locations/*/inputs/*}"
60933+ }
60934+ ]
60935+ },
60936+ {
60937+ "shortName": "ListChannels",
60938+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.ListChannels",
60939+ "mode": "UNARY",
60940+ "bindings": [
60941+ {
60942+ "httpMethod": "GET",
60943+ "path": "/v1/{parent=projects/*/locations/*}/channels"
60944+ }
60945+ ]
60946+ },
60947+ {
60948+ "shortName": "ListEvents",
60949+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.ListEvents",
60950+ "mode": "UNARY",
60951+ "bindings": [
60952+ {
60953+ "httpMethod": "GET",
60954+ "path": "/v1/{parent=projects/*/locations/*/channels/*}/events"
60955+ }
60956+ ]
60957+ },
60958+ {
60959+ "shortName": "ListInputs",
60960+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.ListInputs",
60961+ "mode": "UNARY",
60962+ "bindings": [
60963+ {
60964+ "httpMethod": "GET",
60965+ "path": "/v1/{parent=projects/*/locations/*}/inputs"
60966+ }
60967+ ]
60968+ },
60969+ {
60970+ "shortName": "StartChannel",
60971+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.StartChannel",
60972+ "mode": "UNARY",
60973+ "bindings": [
60974+ {
60975+ "httpMethod": "POST",
60976+ "path": "/v1/{name=projects/*/locations/*/channels/*}:start"
60977+ }
60978+ ]
60979+ },
60980+ {
60981+ "shortName": "StopChannel",
60982+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.StopChannel",
60983+ "mode": "UNARY",
60984+ "bindings": [
60985+ {
60986+ "httpMethod": "POST",
60987+ "path": "/v1/{name=projects/*/locations/*/channels/*}:stop"
60988+ }
60989+ ]
60990+ },
60991+ {
60992+ "shortName": "UpdateChannel",
60993+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.UpdateChannel",
60994+ "mode": "UNARY",
60995+ "bindings": [
60996+ {
60997+ "httpMethod": "PATCH",
60998+ "path": "/v1/{channel.name=projects/*/locations/*/channels/*}"
60999+ }
61000+ ]
61001+ },
61002+ {
61003+ "shortName": "UpdateInput",
61004+ "fullName": "google.cloud.video.livestream.v1.LivestreamService.UpdateInput",
61005+ "mode": "UNARY",
61006+ "bindings": [
61007+ {
61008+ "httpMethod": "PATCH",
61009+ "path": "/v1/{input.name=projects/*/locations/*/inputs/*}"
61010+ }
61011+ ]
61012+ }
61013+ ]
61014+ }
61015+ ]
61016+ },
6080061017 {
6080161018 "id": "google.cloud.video.transcoder.v1",
6080261019 "directory": "google/cloud/video/transcoder/v1",
0 commit comments