/// <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).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetVideo); Modify_GetVideoApiCall(ref _callGetVideo); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <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) .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}")); Modify_ApiCall(ref _callGetVideo); Modify_GetVideoApiCall(ref _callGetVideo); OnConstruction(grpcClient, effectiveSettings, clientHelper); }