/// <summary> /// Creates a <see cref="DisplayKeywordViewServiceClient"/> 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="DisplayKeywordViewServiceSettings"/>.</param> /// <returns>The created <see cref="DisplayKeywordViewServiceClient"/>.</returns> public static DisplayKeywordViewServiceClient Create(grpccore::CallInvoker callInvoker, DisplayKeywordViewServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor); } DisplayKeywordViewService.DisplayKeywordViewServiceClient grpcClient = new DisplayKeywordViewService.DisplayKeywordViewServiceClient(callInvoker); return(new DisplayKeywordViewServiceClientImpl(grpcClient, settings)); }
/// <summary> /// Constructs a client wrapper for the DisplayKeywordViewService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="DisplayKeywordViewServiceSettings"/> used within this client </param> public DisplayKeywordViewServiceClientImpl(DisplayKeywordViewService.DisplayKeywordViewServiceClient grpcClient, DisplayKeywordViewServiceSettings settings) { GrpcClient = grpcClient; DisplayKeywordViewServiceSettings effectiveSettings = settings ?? DisplayKeywordViewServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetDisplayKeywordView = clientHelper.BuildApiCall <GetDisplayKeywordViewRequest, gagvr::DisplayKeywordView>( GrpcClient.GetDisplayKeywordViewAsync, GrpcClient.GetDisplayKeywordView, effectiveSettings.GetDisplayKeywordViewSettings); Modify_ApiCall(ref _callGetDisplayKeywordView); Modify_GetDisplayKeywordViewApiCall(ref _callGetDisplayKeywordView); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnConstruction(DisplayKeywordViewService.DisplayKeywordViewServiceClient grpcClient, DisplayKeywordViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);