示例#1
0
 /// <summary>
 ///  Gets videos related to another video
 /// </summary>
 public virtual global::KillrVideo.SuggestedVideos.GetRelatedVideosResponse GetRelatedVideos(global::KillrVideo.SuggestedVideos.GetRelatedVideosRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetRelatedVideos, null, options, request));
 }
示例#2
0
 /// <summary>
 ///  Gets videos related to another video
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::KillrVideo.SuggestedVideos.GetRelatedVideosResponse> GetRelatedVideos(global::KillrVideo.SuggestedVideos.GetRelatedVideosRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
示例#3
0
 /// <summary>
 ///  Gets videos related to another video
 /// </summary>
 public virtual global::KillrVideo.SuggestedVideos.GetRelatedVideosResponse GetRelatedVideos(global::KillrVideo.SuggestedVideos.GetRelatedVideosRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetRelatedVideos(request, new CallOptions(headers, deadline, cancellationToken)));
 }
示例#4
0
 /// <summary>
 ///  Gets videos related to another video
 /// </summary>
 public virtual AsyncUnaryCall <global::KillrVideo.SuggestedVideos.GetRelatedVideosResponse> GetRelatedVideosAsync(global::KillrVideo.SuggestedVideos.GetRelatedVideosRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetRelatedVideos, null, options, request));
 }