/// <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).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetDisplayKeywordView);
            Modify_GetDisplayKeywordViewApiCall(ref _callGetDisplayKeywordView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Пример #2
0
 /// <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));
 }
Пример #3
0
        /// <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)
                                         .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetDisplayKeywordView);
            Modify_GetDisplayKeywordViewApiCall(ref _callGetDisplayKeywordView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(DisplayKeywordViewService.DisplayKeywordViewServiceClient grpcClient, DisplayKeywordViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);