Beispiel #1
0
        /// <summary>
        /// Constructs a client wrapper for the ReachPlanService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="ReachPlanServiceSettings"/> used within this client </param>
        public ReachPlanServiceClientImpl(ReachPlanService.ReachPlanServiceClient grpcClient, ReachPlanServiceSettings settings)
        {
            GrpcClient = grpcClient;
            ReachPlanServiceSettings effectiveSettings = settings ?? ReachPlanServiceSettings.GetDefault();
            gaxgrpc::ClientHelper    clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callListPlannableLocations = clientHelper.BuildApiCall <ListPlannableLocationsRequest, ListPlannableLocationsResponse>(
                GrpcClient.ListPlannableLocationsAsync, GrpcClient.ListPlannableLocations, effectiveSettings.ListPlannableLocationsSettings);
            _callListPlannableProducts = clientHelper.BuildApiCall <ListPlannableProductsRequest, ListPlannableProductsResponse>(
                GrpcClient.ListPlannableProductsAsync, GrpcClient.ListPlannableProducts, effectiveSettings.ListPlannableProductsSettings);
            _callGenerateProductMixIdeas = clientHelper.BuildApiCall <GenerateProductMixIdeasRequest, GenerateProductMixIdeasResponse>(
                GrpcClient.GenerateProductMixIdeasAsync, GrpcClient.GenerateProductMixIdeas, effectiveSettings.GenerateProductMixIdeasSettings)
                                           .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            _callGenerateReachForecast = clientHelper.BuildApiCall <GenerateReachForecastRequest, GenerateReachForecastResponse>(
                GrpcClient.GenerateReachForecastAsync, GrpcClient.GenerateReachForecast, effectiveSettings.GenerateReachForecastSettings)
                                         .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callListPlannableLocations);
            Modify_ListPlannableLocationsApiCall(ref _callListPlannableLocations);
            Modify_ApiCall(ref _callListPlannableProducts);
            Modify_ListPlannableProductsApiCall(ref _callListPlannableProducts);
            Modify_ApiCall(ref _callGenerateProductMixIdeas);
            Modify_GenerateProductMixIdeasApiCall(ref _callGenerateProductMixIdeas);
            Modify_ApiCall(ref _callGenerateReachForecast);
            Modify_GenerateReachForecastApiCall(ref _callGenerateReachForecast);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Beispiel #2
0
 /// <summary>
 /// Creates a <see cref="ReachPlanServiceClient"/> 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="ReachPlanServiceSettings"/>.</param>
 /// <returns>The created <see cref="ReachPlanServiceClient"/>.</returns>
 public static ReachPlanServiceClient Create(grpccore::CallInvoker callInvoker, ReachPlanServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     ReachPlanService.ReachPlanServiceClient grpcClient = new ReachPlanService.ReachPlanServiceClient(callInvoker);
     return(new ReachPlanServiceClientImpl(grpcClient, settings));
 }
Beispiel #3
0
 partial void OnConstruction(ReachPlanService.ReachPlanServiceClient grpcClient, ReachPlanServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);