private FeedMappingServiceSettings(FeedMappingServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); GetFeedMappingSettings = existing.GetFeedMappingSettings; MutateFeedMappingsSettings = existing.MutateFeedMappingsSettings; OnCopy(existing); }
/// <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); }
partial void OnConstruction(FeedMappingService.FeedMappingServiceClient grpcClient, FeedMappingServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
partial void OnCopy(FeedMappingServiceSettings existing);
/// <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> internal static FeedMappingServiceClient Create(grpccore::CallInvoker callInvoker, FeedMappingServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } FeedMappingService.FeedMappingServiceClient grpcClient = new FeedMappingService.FeedMappingServiceClient(callInvoker); return(new FeedMappingServiceClientImpl(grpcClient, settings)); }