/// <summary> /// Constructs a client wrapper for the SearchTermViewService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="SearchTermViewServiceSettings"/> used within this client.</param> public SearchTermViewServiceClientImpl(SearchTermViewService.SearchTermViewServiceClient grpcClient, SearchTermViewServiceSettings settings) { GrpcClient = grpcClient; SearchTermViewServiceSettings effectiveSettings = settings ?? SearchTermViewServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetSearchTermView = clientHelper.BuildApiCall <GetSearchTermViewRequest, gagvr::SearchTermView>(grpcClient.GetSearchTermViewAsync, grpcClient.GetSearchTermView, effectiveSettings.GetSearchTermViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetSearchTermView); Modify_GetSearchTermViewApiCall(ref _callGetSearchTermView); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <summary> /// Creates a <see cref="SearchTermViewServiceClient"/> 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="SearchTermViewServiceSettings"/>.</param> /// <returns>The created <see cref="SearchTermViewServiceClient"/>.</returns> internal static SearchTermViewServiceClient Create(grpccore::CallInvoker callInvoker, SearchTermViewServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } SearchTermViewService.SearchTermViewServiceClient grpcClient = new SearchTermViewService.SearchTermViewServiceClient(callInvoker); return(new SearchTermViewServiceClientImpl(grpcClient, settings)); }
partial void OnConstruction(SearchTermViewService.SearchTermViewServiceClient grpcClient, SearchTermViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);