/// <summary>
 /// Creates a <see cref="FeedMappingServiceClient"/> 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="FeedMappingServiceSettings"/>.</param>
 /// <returns>The created <see cref="FeedMappingServiceClient"/>.</returns>
 public static FeedMappingServiceClient Create(grpccore::CallInvoker callInvoker, FeedMappingServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     FeedMappingService.FeedMappingServiceClient grpcClient = new FeedMappingService.FeedMappingServiceClient(callInvoker);
     return(new FeedMappingServiceClientImpl(grpcClient, settings));
 }
Exemplo n.º 2
0
        /// <summary>
        /// Constructs a client wrapper for the FeedMappingService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="FeedMappingServiceSettings"/> used within this client.</param>
        public FeedMappingServiceClientImpl(FeedMappingService.FeedMappingServiceClient grpcClient, FeedMappingServiceSettings settings)
        {
            GrpcClient = grpcClient;
            FeedMappingServiceSettings effectiveSettings = settings ?? FeedMappingServiceSettings.GetDefault();
            gaxgrpc::ClientHelper      clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetFeedMapping = clientHelper.BuildApiCall <GetFeedMappingRequest, gagvr::FeedMapping>(grpcClient.GetFeedMappingAsync, grpcClient.GetFeedMapping, effectiveSettings.GetFeedMappingSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetFeedMapping);
            Modify_GetFeedMappingApiCall(ref _callGetFeedMapping);
            _callMutateFeedMappings = clientHelper.BuildApiCall <MutateFeedMappingsRequest, MutateFeedMappingsResponse>(grpcClient.MutateFeedMappingsAsync, grpcClient.MutateFeedMappings, effectiveSettings.MutateFeedMappingsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateFeedMappings);
            Modify_MutateFeedMappingsApiCall(ref _callMutateFeedMappings);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the FeedMappingService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="FeedMappingServiceSettings"/> used within this client </param>
        public FeedMappingServiceClientImpl(FeedMappingService.FeedMappingServiceClient grpcClient, FeedMappingServiceSettings settings)
        {
            GrpcClient = grpcClient;
            FeedMappingServiceSettings effectiveSettings = settings ?? FeedMappingServiceSettings.GetDefault();
            gaxgrpc::ClientHelper      clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetFeedMapping = clientHelper.BuildApiCall <GetFeedMappingRequest, gagvr::FeedMapping>(
                GrpcClient.GetFeedMappingAsync, GrpcClient.GetFeedMapping, effectiveSettings.GetFeedMappingSettings)
                                  .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            _callMutateFeedMappings = clientHelper.BuildApiCall <MutateFeedMappingsRequest, MutateFeedMappingsResponse>(
                GrpcClient.MutateFeedMappingsAsync, GrpcClient.MutateFeedMappings, effectiveSettings.MutateFeedMappingsSettings)
                                      .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callGetFeedMapping);
            Modify_GetFeedMappingApiCall(ref _callGetFeedMapping);
            Modify_ApiCall(ref _callMutateFeedMappings);
            Modify_MutateFeedMappingsApiCall(ref _callMutateFeedMappings);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Exemplo n.º 4
0
 partial void OnConstruction(FeedMappingService.FeedMappingServiceClient grpcClient, FeedMappingServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);