Esempio n. 1
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).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetDisplayKeywordView);
            Modify_GetDisplayKeywordViewApiCall(ref _callGetDisplayKeywordView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Esempio n. 2
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);
        }