/// <summary>
 ///  Submit a YouTube video to the catalog
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::KillrVideo.VideoCatalog.SubmitYouTubeVideoResponse> SubmitYouTubeVideo(global::KillrVideo.VideoCatalog.SubmitYouTubeVideoRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
 /// <summary>
 ///  Submit a YouTube video to the catalog
 /// </summary>
 public virtual AsyncUnaryCall <global::KillrVideo.VideoCatalog.SubmitYouTubeVideoResponse> SubmitYouTubeVideoAsync(global::KillrVideo.VideoCatalog.SubmitYouTubeVideoRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(SubmitYouTubeVideoAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 /// <summary>
 ///  Submit a YouTube video to the catalog
 /// </summary>
 public virtual AsyncUnaryCall <global::KillrVideo.VideoCatalog.SubmitYouTubeVideoResponse> SubmitYouTubeVideoAsync(global::KillrVideo.VideoCatalog.SubmitYouTubeVideoRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SubmitYouTubeVideo, null, options, request));
 }
 /// <summary>
 ///  Submit a YouTube video to the catalog
 /// </summary>
 public virtual global::KillrVideo.VideoCatalog.SubmitYouTubeVideoResponse SubmitYouTubeVideo(global::KillrVideo.VideoCatalog.SubmitYouTubeVideoRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_SubmitYouTubeVideo, null, options, request));
 }