/// <summary> /// Constructs a client wrapper for the CampaignLabelService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="CampaignLabelServiceSettings"/> used within this client.</param> public CampaignLabelServiceClientImpl(CampaignLabelService.CampaignLabelServiceClient grpcClient, CampaignLabelServiceSettings settings) { GrpcClient = grpcClient; CampaignLabelServiceSettings effectiveSettings = settings ?? CampaignLabelServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callMutateCampaignLabels = clientHelper.BuildApiCall <MutateCampaignLabelsRequest, MutateCampaignLabelsResponse>(grpcClient.MutateCampaignLabelsAsync, grpcClient.MutateCampaignLabels, effectiveSettings.MutateCampaignLabelsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId); Modify_ApiCall(ref _callMutateCampaignLabels); Modify_MutateCampaignLabelsApiCall(ref _callMutateCampaignLabels); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnCopy(CampaignLabelServiceSettings existing);
partial void OnConstruction(CampaignLabelService.CampaignLabelServiceClient grpcClient, CampaignLabelServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
private CampaignLabelServiceSettings(CampaignLabelServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); MutateCampaignLabelsSettings = existing.MutateCampaignLabelsSettings; OnCopy(existing); }
/// <summary> /// Creates a <see cref="CampaignLabelServiceClient"/> 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="CampaignLabelServiceSettings"/>.</param> /// <returns>The created <see cref="CampaignLabelServiceClient"/>.</returns> internal static CampaignLabelServiceClient Create(grpccore::CallInvoker callInvoker, CampaignLabelServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } CampaignLabelService.CampaignLabelServiceClient grpcClient = new CampaignLabelService.CampaignLabelServiceClient(callInvoker); return(new CampaignLabelServiceClientImpl(grpcClient, settings)); }