Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Nov 19, 2021
1 parent b35c85c commit 2e680c6
Showing 1 changed file with 217 additions and 0 deletions.
217 changes: 217 additions & 0 deletions api-index-v1.json
Expand Up @@ -60797,6 +60797,223 @@
}
]
},
{
"id": "google.cloud.video.livestream.v1",
"directory": "google/cloud/video/livestream/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "livestream.googleapis.com",
"title": "Live Stream API",
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
"importDirectories": [
"google/api",
"google/cloud/video/livestream/v1",
"google/longrunning",
"google/protobuf",
"google/rpc"
],
"options": {
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/video/livestream/v1;livestream": 3
}
},
"java_multiple_files": {
"valueCounts": {
"true": 3
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.video.livestream.v1": 3
}
}
},
"services": [
{
"shortName": "LivestreamService",
"fullName": "google.cloud.video.livestream.v1.LivestreamService",
"methods": [
{
"shortName": "CreateChannel",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.CreateChannel",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/channels"
}
]
},
{
"shortName": "CreateEvent",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.CreateEvent",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/channels/*}/events"
}
]
},
{
"shortName": "CreateInput",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.CreateInput",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/inputs"
}
]
},
{
"shortName": "DeleteChannel",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.DeleteChannel",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/channels/*}"
}
]
},
{
"shortName": "DeleteEvent",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.DeleteEvent",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/channels/*/events/*}"
}
]
},
{
"shortName": "DeleteInput",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.DeleteInput",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/inputs/*}"
}
]
},
{
"shortName": "GetChannel",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.GetChannel",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/channels/*}"
}
]
},
{
"shortName": "GetEvent",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.GetEvent",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/channels/*/events/*}"
}
]
},
{
"shortName": "GetInput",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.GetInput",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/inputs/*}"
}
]
},
{
"shortName": "ListChannels",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.ListChannels",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/channels"
}
]
},
{
"shortName": "ListEvents",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.ListEvents",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/channels/*}/events"
}
]
},
{
"shortName": "ListInputs",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.ListInputs",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/inputs"
}
]
},
{
"shortName": "StartChannel",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.StartChannel",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/channels/*}:start"
}
]
},
{
"shortName": "StopChannel",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.StopChannel",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/channels/*}:stop"
}
]
},
{
"shortName": "UpdateChannel",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.UpdateChannel",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{channel.name=projects/*/locations/*/channels/*}"
}
]
},
{
"shortName": "UpdateInput",
"fullName": "google.cloud.video.livestream.v1.LivestreamService.UpdateInput",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{input.name=projects/*/locations/*/inputs/*}"
}
]
}
]
}
]
},
{
"id": "google.cloud.video.transcoder.v1",
"directory": "google/cloud/video/transcoder/v1",
Expand Down

1 comment on commit 2e680c6

@mirta777
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.