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 Feb 9, 2022
1 parent b409abd commit 978e373
Showing 1 changed file with 260 additions and 0 deletions.
260 changes: 260 additions & 0 deletions api-index-v1.json
Expand Up @@ -63453,6 +63453,266 @@
],
"configFile": "livestream_v1.yaml"
},
{
"id": "google.cloud.video.stitcher.v1",
"directory": "google/cloud/video/stitcher/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "videostitcher.googleapis.com",
"title": "Video Stitcher API",
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
"importDirectories": [
"google/api",
"google/cloud/video/stitcher/v1",
"google/protobuf"
],
"options": {
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/video/stitcher/v1;stitcher": 8
}
},
"java_multiple_files": {
"valueCounts": {
"true": 8
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.video.stitcher.v1": 8
}
}
},
"services": [
{
"shortName": "VideoStitcherService",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService",
"methods": [
{
"shortName": "CreateCdnKey",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.CreateCdnKey",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/cdnKeys"
}
]
},
{
"shortName": "CreateLiveSession",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.CreateLiveSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/liveSessions"
}
]
},
{
"shortName": "CreateSlate",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.CreateSlate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/slates"
}
]
},
{
"shortName": "CreateVodSession",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.CreateVodSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/vodSessions"
}
]
},
{
"shortName": "DeleteCdnKey",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.DeleteCdnKey",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/cdnKeys/*}"
}
]
},
{
"shortName": "DeleteSlate",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.DeleteSlate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/slates/*}"
}
]
},
{
"shortName": "GetCdnKey",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.GetCdnKey",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/cdnKeys/*}"
}
]
},
{
"shortName": "GetLiveAdTagDetail",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.GetLiveAdTagDetail",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/liveSessions/*/liveAdTagDetails/*}"
}
]
},
{
"shortName": "GetLiveSession",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.GetLiveSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/liveSessions/*}"
}
]
},
{
"shortName": "GetSlate",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.GetSlate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/slates/*}"
}
]
},
{
"shortName": "GetVodAdTagDetail",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.GetVodAdTagDetail",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/vodSessions/*/vodAdTagDetails/*}"
}
]
},
{
"shortName": "GetVodSession",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.GetVodSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/vodSessions/*}"
}
]
},
{
"shortName": "GetVodStitchDetail",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.GetVodStitchDetail",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/vodSessions/*/vodStitchDetails/*}"
}
]
},
{
"shortName": "ListCdnKeys",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.ListCdnKeys",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/cdnKeys"
}
]
},
{
"shortName": "ListLiveAdTagDetails",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.ListLiveAdTagDetails",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/liveSessions/*}/liveAdTagDetails"
}
]
},
{
"shortName": "ListSlates",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.ListSlates",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/slates"
}
]
},
{
"shortName": "ListVodAdTagDetails",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.ListVodAdTagDetails",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/vodSessions/*}/vodAdTagDetails"
}
]
},
{
"shortName": "ListVodStitchDetails",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.ListVodStitchDetails",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/vodSessions/*}/vodStitchDetails"
}
]
},
{
"shortName": "UpdateCdnKey",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.UpdateCdnKey",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{cdn_key.name=projects/*/locations/*/cdnKeys/*}"
}
]
},
{
"shortName": "UpdateSlate",
"fullName": "google.cloud.video.stitcher.v1.VideoStitcherService.UpdateSlate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{slate.name=projects/*/locations/*/slates/*}"
}
]
}
]
}
],
"configFile": "videostitcher_v1.yaml"
},
{
"id": "google.cloud.video.transcoder.v1",
"directory": "google/cloud/video/transcoder/v1",
Expand Down

0 comments on commit 978e373

Please sign in to comment.