/// <summary>
 /// Creates a <see cref="VideoServiceClient"/> which uses the specified call invoker for remote operations.
 /// </summary>
 /// <param name="callInvoker">The <see cref="grpccore::CallInvoker"/> for remote operations. Must not be null.</param>
 /// <param name="settings">Optional <see cref="VideoServiceSettings"/>.</param>
 /// <returns>The created <see cref="VideoServiceClient"/>.</returns>
 public static VideoServiceClient Create(grpccore::CallInvoker callInvoker, VideoServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     VideoService.VideoServiceClient grpcClient = new VideoService.VideoServiceClient(callInvoker);
     return(new VideoServiceClientImpl(grpcClient, settings));
 }
        /// <summary>
        /// Constructs a client wrapper for the VideoService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="VideoServiceSettings"/> used within this client </param>
        public VideoServiceClientImpl(VideoService.VideoServiceClient grpcClient, VideoServiceSettings settings)
        {
            GrpcClient = grpcClient;
            VideoServiceSettings  effectiveSettings = settings ?? VideoServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetVideo = clientHelper.BuildApiCall <GetVideoRequest, gagvr::Video>(
                GrpcClient.GetVideoAsync, GrpcClient.GetVideo, effectiveSettings.GetVideoSettings);
            Modify_ApiCall(ref _callGetVideo);
            Modify_GetVideoApiCall(ref _callGetVideo);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(VideoService.VideoServiceClient grpcClient, VideoServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);