/// <summary> /// Constructs a client wrapper for the AudienceService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="AudienceServiceSettings"/> used within this client.</param> public AudienceServiceClientImpl(AudienceService.AudienceServiceClient grpcClient, AudienceServiceSettings settings) { GrpcClient = grpcClient; AudienceServiceSettings effectiveSettings = settings ?? AudienceServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callMutateAudiences = clientHelper.BuildApiCall <MutateAudiencesRequest, MutateAudiencesResponse>(grpcClient.MutateAudiencesAsync, grpcClient.MutateAudiences, effectiveSettings.MutateAudiencesSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId); Modify_ApiCall(ref _callMutateAudiences); Modify_MutateAudiencesApiCall(ref _callMutateAudiences); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnCopy(AudienceServiceSettings existing);
private AudienceServiceSettings(AudienceServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); MutateAudiencesSettings = existing.MutateAudiencesSettings; OnCopy(existing); }
partial void OnConstruction(AudienceService.AudienceServiceClient grpcClient, AudienceServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
/// <summary> /// Creates a <see cref="AudienceServiceClient"/> 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="AudienceServiceSettings"/>.</param> /// <returns>The created <see cref="AudienceServiceClient"/>.</returns> internal static AudienceServiceClient Create(grpccore::CallInvoker callInvoker, AudienceServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } AudienceService.AudienceServiceClient grpcClient = new AudienceService.AudienceServiceClient(callInvoker); return(new AudienceServiceClientImpl(grpcClient, settings)); }